#DF39A2

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

Shades of Deep Cerise #DF39A2

Tints of Deep Cerise #DF39A2

Color information

#DF39A2 (or 0xDF39A2) is unknown color: approx Deep Cerise. HEX triplet: DF, 39 and A2. RGB value is (223,57,162). Sum of RGB (Red+Green+Blue) = 223+57+162=442 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.45% from 442); Green value is 57 (22.66% from 255 or 12.90% from 442); Blue value is 162 (63.67% from 255 or 36.65% from 442); Max value from RGB is 223 - color contains mainly: red. Hex color #DF39A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF39A2 is #20C65D. Grayscale: #767676. Windows color (decimal): -2147934 or 10631647. OLE color: 10631647.

HSL color Cylindrical-coordinate representation of color #DF39A2: hue angle of 322.05º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DF39A2 is Cyan = 0, Magento = 0.74, Yellow = 0.27 and Black (K on CMYK) = 0.13.

Color convert

RGB22357162-
CMYK00.740.270.13
HSL322.05º72.17%54.9%-
HSV(B)322.05º74.44%87.45%-
XYZ38.4221.2236.25-
YUV118.6152.5202.46-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 50.45%
GREEN value IS 57 (22.66% from 255) = 12.90%
BLUE value IS 162 (63.67% from 255) = 36.65%
R=50.45%
G=12.90%
B=36.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.27
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2235716200.740.270.13322.0572.1754.9
HexDF39A204A1BD1424837
Octal337712420112331550211067
Binary1101111111100110100010010010101101111011010000101001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF39A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF39A2; }

 p { color: rgb(223,57,162); }

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

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

 a { background-color: rgb(223,57,162); }

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

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

 span { border-color: rgb(223,57,162); }

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