Html Css Color HEX #D02C91 Deep Cerise

📋 copy color: '#D02C91'

red 208 ◦ green 44 ◦ blue 145

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

Shades of Deep Cerise #D02C91

Tints of Deep Cerise #D02C91

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.08%

 BLUE value IS 145 (57.03% from 255) = 36.52%

R = 52.39%
G = 11.08%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D02C91 (or 0xD02C91) is known color: Deep Cerise. HEX triplet: D0, 2C and 91. RGB value is (208,44,145). Sum of RGB (Red+Green+Blue) = 208+44+145=397 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.39% from 397); Green value is 44 (17.58% from 255 or 11.08% from 397); Blue value is 145 (57.03% from 255 or 36.52% from 397); Max value from RGB is 208 - color contains mainly: red. Hex color #D02C91 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D02C91 is #2FD36E. Grayscale: #686868. Windows color (decimal): -3134319 or 9514192. OLE color: 9514192.

HSL color Cylindrical-coordinate representation of color #D02C91: hue angle of 323.05º 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 #D02C91 is Cyan = 0, Magento = 0.79, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 44 145 -
CMYK 0 0.79 0.30 0.18
HSL 323.05º 0.65% 0.49% -
HSV(B) 323.05º 0.79% 0.82% -
XYZ 32.02 17.26 28.43 -
YUV 104.55 150.83 201.79 -
System Red Green Blue C M Y K H S L
Decimal 208 44 145 0 0.79 0.30 0.18 323.05 0.65 0.49
Hex D0 2C 91 0 4F 1E 12 143 41 31
Octal 320 54 221 0 117 36 22 503 101 61
Binary 11010000 101100 10010001 0 1001111 11110 10010 101000011 1000001 110001

Color Harmonies of #D02C91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02C91

Black with #D02C91

Text Example


Text Example

White with #D02C91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02C91; }

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

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

background-color css

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

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

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

border-color css

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

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

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