Html Css Color HEX #D02999 Deep Cerise

📋 copy color: '#D02999'

red 208 ◦ green 41 ◦ blue 153

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

Shades of Deep Cerise #D02999

Tints of Deep Cerise #D02999

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.2%

 BLUE value IS 153 (60.16% from 255) = 38.06%

R = 51.74%
G = 10.2%
B = 38.06%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.26

 K value IS 0.18

RGB Variations

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

Color information

#D02999 (or 0xD02999) is known color: Deep Cerise. HEX triplet: D0, 29 and 99. RGB value is (208,41,153). Sum of RGB (Red+Green+Blue) = 208+41+153=402 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.74% from 402); Green value is 41 (16.41% from 255 or 10.20% from 402); Blue value is 153 (60.16% from 255 or 38.06% from 402); Max value from RGB is 208 - color contains mainly: red. Hex color #D02999 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D02999 is #2FD666. Grayscale: #676767. Windows color (decimal): -3135079 or 10037712. OLE color: 10037712.

HSL color Cylindrical-coordinate representation of color #D02999: hue angle of 319.76º degrees, saturation: 0.67, 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 #D02999 is Cyan = 0, Magento = 0.80, Yellow = 0.26 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 41 153 -
CMYK 0 0.80 0.26 0.18
HSL 319.76º 0.67% 0.49% -
HSV(B) 319.76º 0.8% 0.82% -
XYZ 32.56 17.3 31.76 -
YUV 103.7 155.83 202.39 -
System Red Green Blue C M Y K H S L
Decimal 208 41 153 0 0.80 0.26 0.18 319.76 0.67 0.49
Hex D0 29 99 0 50 1A 12 140 43 31
Octal 320 51 231 0 120 32 22 500 103 61
Binary 11010000 101001 10011001 0 1010000 11010 10010 101000000 1000011 110001

Color Harmonies of #D02999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02999

Black with #D02999

Text Example


Text Example

White with #D02999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02999; }

 p { color: rgb(208,41,153); }

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

background-color css

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

 a { background-color: rgb(208,41,153); }

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

border-color css

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

 span { border-color: rgb(208,41,153); }

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