#DF347C

Color #DF347C Deep Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Cerise #DF347C

Tints of Deep Cerise #DF347C

Color information

#DF347C (or 0xDF347C) is unknown color: approx Deep Cerise. HEX triplet: DF, 34 and 7C. RGB value is (223,52,124). Sum of RGB (Red+Green+Blue) = 223+52+124=399 (52% of max value = 765). Red value is 223 (87.5% from 255 or 55.89% from 399); Green value is 52 (20.70% from 255 or 13.03% from 399); Blue value is 124 (48.83% from 255 or 31.08% from 399); Max value from RGB is 223 - color contains mainly: red. Hex color #DF347C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF347C is #20CB83. Grayscale: #6F6F6F. Windows color (decimal): -2149252 or 8139999. OLE color: 8139999.

HSL color Cylindrical-coordinate representation of color #DF347C: hue angle of 334.74º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DF347C is Cyan = 0, Magento = 0.77, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB22352124-
CMYK00.770.440.13
HSL334.74º72.77%53.92%-
HSV(B)334.74º76.68%87.45%-
XYZ35.319.620.99-
YUV111.34135.15207.65-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 223 (87.5% from 255) = 55.89%
GREEN value IS 52 (20.70% from 255) = 13.03%
BLUE value IS 124 (48.83% from 255) = 31.08%
R=55.89%
G=13.03%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2235212400.770.440.13334.7472.7753.92
HexDF347C04D2CD14f4936
Octal337641740115541551711166
Binary1101111111010011111000100110110110011011010011111001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF347C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF347C; }

 p { color: rgb(223,52,124); }

 H1.HeaderClassName
 {
   color: #DF347C;
 }
 .AnyTagClassName
 {
   color: #DF347C;
 }
</style>
background-color css

<style>
 a { background-color: #DF347C; }

 a { background-color: rgb(223,52,124); }

 div.DivClassName
 {
   background-color: #DF347C;
 }
 .BgClassName
 {
   background-color: #DF347C;
 }
</style>
border-color css

<style>
 span { border-color: #DF347C; }

 span { border-color: rgb(223,52,124); }

 td.TdClassName
 {
   border-color: #DF347C;
 }
 .TagClassName
 {
   border-color: #DF347C;
 }
</style>