#D2399C

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

Shades of Deep Cerise #D2399C

Tints of Deep Cerise #D2399C

Color information

#D2399C (or 0xD2399C) is unknown color: approx Deep Cerise. HEX triplet: D2, 39 and 9C. RGB value is (210,57,156). Sum of RGB (Red+Green+Blue) = 210+57+156=423 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.65% from 423); Green value is 57 (22.66% from 255 or 13.48% from 423); Blue value is 156 (61.33% from 255 or 36.88% from 423); Max value from RGB is 210 - color contains mainly: red. Hex color #D2399C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2399C is #2DC663. Grayscale: #717171. Windows color (decimal): -2999908 or 10238418. OLE color: 10238418.

HSL color Cylindrical-coordinate representation of color #D2399C: hue angle of 321.18º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D2399C is Cyan = 0, Magento = 0.73, Yellow = 0.26 and Black (K on CMYK) = 0.18.

Color convert

RGB21057156-
CMYK00.730.260.18
HSL321.18º62.96%52.35%-
HSV(B)321.18º72.86%82.35%-
XYZ34.0419.0333.33-
YUV114.03151.69196.45-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 49.65%
GREEN value IS 57 (22.66% from 255) = 13.48%
BLUE value IS 156 (61.33% from 255) = 36.88%
R=49.65%
G=13.48%
B=36.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.26
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2105715600.730.260.18321.1862.9652.35
HexD2399C0491A121413f34
Octal32271234011132225017764
Binary1101001011100110011100010010011101010010101000001111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2399C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2399C; }

 p { color: rgb(210,57,156); }

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

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

 a { background-color: rgb(210,57,156); }

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

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

 span { border-color: rgb(210,57,156); }

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