Html Css Color HEX #D02C9C Deep Cerise

📋 copy color: '#D02C9C'

red 208 ◦ green 44 ◦ blue 156

#D02C9C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Cerise #D02C9C

Tints of Deep Cerise #D02C9C

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 value IS 0

 M value IS 0.79

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#D02C9C (or 0xD02C9C) is known color: 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

RGB 208 44 156 -
CMYK 0 0.79 0.25 0.18
HSL 319.02º 0.65% 0.49% -
HSV(B) 319.02º 0.79% 0.82% -
XYZ 32.91 17.61 33.12 -
YUV 105.8 156.33 200.89 -
System Red Green Blue C M Y K H S L
Decimal 208 44 156 0 0.79 0.25 0.18 319.02 0.65 0.49
Hex D0 2C 9C 0 4F 19 12 13F 41 31
Octal 320 54 234 0 117 31 22 477 101 61
Binary 11010000 101100 10011100 0 1001111 11001 10010 100111111 1000001 110001

Color Harmonies of #D02C9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02C9C

Black with #D02C9C

Text Example


Text Example

White with #D02C9C

Text Example


Text Example

HTML Codes & Css Web 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>