Html Css Color HEX #D02997 Deep Cerise

📋 copy color: '#D02997'

red 208 ◦ green 41 ◦ blue 151

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

Shades of Deep Cerise #D02997

Tints of Deep Cerise #D02997

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 37.75%

R = 52%
G = 10.25%
B = 37.75%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.27

 K value IS 0.18

RGB Variations

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

Color information

#D02997 (or 0xD02997) is known color: Deep Cerise. HEX triplet: D0, 29 and 97. RGB value is (208,41,151). Sum of RGB (Red+Green+Blue) = 208+41+151=400 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52% from 400); Green value is 41 (16.41% from 255 or 10.25% from 400); Blue value is 151 (59.38% from 255 or 37.75% from 400); Max value from RGB is 208 - color contains mainly: red. Hex color #D02997 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D02997 is #2FD668. Grayscale: #676767. Windows color (decimal): -3135081 or 9906640. OLE color: 9906640.

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

Color convert

RGB 208 41 151 -
CMYK 0 0.80 0.27 0.18
HSL 320.48º 0.67% 0.49% -
HSV(B) 320.48º 0.8% 0.82% -
XYZ 32.39 17.23 30.9 -
YUV 103.47 154.83 202.56 -
System Red Green Blue C M Y K H S L
Decimal 208 41 151 0 0.80 0.27 0.18 320.48 0.67 0.49
Hex D0 29 97 0 50 1B 12 140 43 31
Octal 320 51 227 0 120 33 22 500 103 61
Binary 11010000 101001 10010111 0 1010000 11011 10010 101000000 1000011 110001

Color Harmonies of #D02997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02997

Black with #D02997

Text Example


Text Example

White with #D02997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02997; }

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

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

background-color css

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

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

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

border-color css

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

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

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