#D439A0

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

Shades of Deep Cerise #D439A0

Tints of Deep Cerise #D439A0

Color information

#D439A0 (or 0xD439A0) is unknown color: approx Deep Cerise. HEX triplet: D4, 39 and A0. RGB value is (212,57,160). Sum of RGB (Red+Green+Blue) = 212+57+160=429 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.42% from 429); Green value is 57 (22.66% from 255 or 13.29% from 429); Blue value is 160 (62.89% from 255 or 37.30% from 429); Max value from RGB is 212 - color contains mainly: red. Hex color #D439A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D439A0 is #2BC65F. Grayscale: #727272. Windows color (decimal): -2868832 or 10500564. OLE color: 10500564.

HSL color Cylindrical-coordinate representation of color #D439A0: hue angle of 320.13º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D439A0 is Cyan = 0, Magento = 0.73, Yellow = 0.25 and Black (K on CMYK) = 0.17.

Color convert

RGB21257160-
CMYK00.730.250.17
HSL320.13º64.32%52.75%-
HSV(B)320.13º73.11%83.14%-
XYZ34.9619.4635.17-
YUV115.09153.35197.12-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 49.42%
GREEN value IS 57 (22.66% from 255) = 13.29%
BLUE value IS 160 (62.89% from 255) = 37.30%
R=49.42%
G=13.29%
B=37.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.25
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2125716000.730.250.17320.1364.3252.75
HexD439A004919111404035
Octal324712400111312150010065
Binary11010100111001101000000100100111001100011010000001000000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D439A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D439A0; }

 p { color: rgb(212,57,160); }

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

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

 a { background-color: rgb(212,57,160); }

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

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

 span { border-color: rgb(212,57,160); }

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