Html Css Color HEX #D02D99 Deep Cerise

📋 copy color: '#D02D99'

red 208 ◦ green 45 ◦ blue 153

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

Shades of Deep Cerise #D02D99

Tints of Deep Cerise #D02D99

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.08%

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

R = 51.23%
G = 11.08%
B = 37.68%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.26

 K value IS 0.18

RGB Variations

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

Color information

#D02D99 (or 0xD02D99) is known color: Deep Cerise. HEX triplet: D0, 2D and 99. RGB value is (208,45,153). Sum of RGB (Red+Green+Blue) = 208+45+153=406 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.23% from 406); Green value is 45 (17.97% from 255 or 11.08% from 406); Blue value is 153 (60.16% from 255 or 37.68% from 406); Max value from RGB is 208 - color contains mainly: red. Hex color #D02D99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D02D99 is #2FD266. Grayscale: #696969. Windows color (decimal): -3134055 or 10038736. OLE color: 10038736.

HSL color Cylindrical-coordinate representation of color #D02D99: hue angle of 320.25º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D02D99 is Cyan = 0, Magento = 0.78, Yellow = 0.26 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 45 153 -
CMYK 0 0.78 0.26 0.18
HSL 320.25º 0.64% 0.5% -
HSV(B) 320.25º 0.78% 0.82% -
XYZ 32.7 17.59 31.81 -
YUV 106.05 154.5 200.72 -
System Red Green Blue C M Y K H S L
Decimal 208 45 153 0 0.78 0.26 0.18 320.25 0.64 0.5
Hex D0 2D 99 0 4E 1A 12 140 40 32
Octal 320 55 231 0 116 32 22 500 100 62
Binary 11010000 101101 10011001 0 1001110 11010 10010 101000000 1000000 110010

Color Harmonies of #D02D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02D99

Black with #D02D99

Text Example


Text Example

White with #D02D99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02D99; }

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

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

background-color css

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

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

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

border-color css

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

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

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