Html Css Color HEX #D02797 Deep Cerise

📋 copy color: '#D02797'

red 208 ◦ green 39 ◦ blue 151

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

Shades of Deep Cerise #D02797

Tints of Deep Cerise #D02797

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.8%

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

R = 52.26%
G = 9.8%
B = 37.94%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.27

 K value IS 0.18

RGB Variations

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

Color information

#D02797 (or 0xD02797) is known color: Deep Cerise. HEX triplet: D0, 27 and 97. RGB value is (208,39,151). Sum of RGB (Red+Green+Blue) = 208+39+151=398 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.26% from 398); Green value is 39 (15.62% from 255 or 9.80% from 398); Blue value is 151 (59.38% from 255 or 37.94% from 398); Max value from RGB is 208 - color contains mainly: red. Hex color #D02797 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D02797 is #2FD868. Grayscale: #666666. Windows color (decimal): -3135593 or 9906128. OLE color: 9906128.

HSL color Cylindrical-coordinate representation of color #D02797: hue angle of 320.24º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D02797 is Cyan = 0, Magento = 0.81, Yellow = 0.27 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 39 151 -
CMYK 0 0.81 0.27 0.18
HSL 320.24º 0.68% 0.48% -
HSV(B) 320.24º 0.81% 0.82% -
XYZ 32.32 17.1 30.87 -
YUV 102.3 155.49 203.39 -
System Red Green Blue C M Y K H S L
Decimal 208 39 151 0 0.81 0.27 0.18 320.24 0.68 0.48
Hex D0 27 97 0 51 1B 12 140 44 30
Octal 320 47 227 0 121 33 22 500 104 60
Binary 11010000 100111 10010111 0 1010001 11011 10010 101000000 1000100 110000

Color Harmonies of #D02797

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02797

Black with #D02797

Text Example


Text Example

White with #D02797

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02797; }

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

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

background-color css

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

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

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

border-color css

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

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

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