#D02C9C

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

Shades of Deep Cerise #D02C9C

Tints of Deep Cerise #D02C9C

Color information

#D02C9C (or 0xD02C9C) is unknown color: approx Deep Cerise. HEX triplet: D0, 2C and 9C. RGB value is (208,44,156). Sum of RGB (Red+Green+Blue) = 208+44+156=408 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.98% from 408); Green value is 44 (17.58% from 255 or 10.78% from 408); Blue value is 156 (61.33% from 255 or 38.24% from 408); Max value from RGB is 208 - color contains mainly: red. Hex color #D02C9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D02C9C is #2FD363. Grayscale: #696969. Windows color (decimal): -3134308 or 10235088. OLE color: 10235088.

HSL color Cylindrical-coordinate representation of color #D02C9C: hue angle of 319.02º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D02C9C is Cyan = 0, Magento = 0.79, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB20844156-
CMYK00.790.250.18
HSL319.02º65.08%49.41%-
HSV(B)319.02º78.85%81.57%-
XYZ32.9117.6133.12-
YUV105.8156.33200.89-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 50.98%
GREEN value IS 44 (17.58% from 255) = 10.78%
BLUE value IS 156 (61.33% from 255) = 38.24%
R=50.98%
G=10.78%
B=38.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.25
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2084415600.790.250.18319.0265.0849.41
HexD02C9C04F191213f4131
Octal320542340117312247710161
Binary11010000101100100111000100111111001100101001111111000001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D02C9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D02C9C; }

 p { color: rgb(208,44,156); }

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

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

 a { background-color: rgb(208,44,156); }

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

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

 span { border-color: rgb(208,44,156); }

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