Html Css Color HEX #D02A9C Deep Cerise

📋 copy color: '#D02A9C'

red 208 ◦ green 42 ◦ blue 156

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

Shades of Deep Cerise #D02A9C

Tints of Deep Cerise #D02A9C

RGB

 RED value IS 208 (81.64% from 255) = 51.23%

 GREEN value IS 42 (16.8% from 255) = 10.34%

 BLUE value IS 156 (61.33% from 255) = 38.42%

R = 51.23%
G = 10.34%
B = 38.42%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#D02A9C (or 0xD02A9C) is known color: Deep Cerise. HEX triplet: D0, 2A and 9C. RGB value is (208,42,156). Sum of RGB (Red+Green+Blue) = 208+42+156=406 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.23% from 406); Green value is 42 (16.80% from 255 or 10.34% from 406); Blue value is 156 (61.33% from 255 or 38.42% from 406); Max value from RGB is 208 - color contains mainly: red. Hex color #D02A9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D02A9C is #2FD563. Grayscale: #686868. Windows color (decimal): -3134820 or 10234576. OLE color: 10234576.

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

Color convert

RGB 208 42 156 -
CMYK 0 0.80 0.25 0.18
HSL 318.8º 0.66% 0.49% -
HSV(B) 318.8º 0.8% 0.82% -
XYZ 32.84 17.47 33.09 -
YUV 104.63 157 201.73 -
System Red Green Blue C M Y K H S L
Decimal 208 42 156 0 0.80 0.25 0.18 318.8 0.66 0.49
Hex D0 2A 9C 0 50 19 12 13F 42 31
Octal 320 52 234 0 120 31 22 477 102 61
Binary 11010000 101010 10011100 0 1010000 11001 10010 100111111 1000010 110001

Color Harmonies of #D02A9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02A9C

Black with #D02A9C

Text Example


Text Example

White with #D02A9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02A9C; }

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

 H1.HeaderClassName
 {
   color: #D02A9C;
 }
 .AnyTagClassName
 {
   color: #D02A9C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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