Html Css Color HEX #D02978 Deep Cerise

📋 copy color: '#D02978'

red 208 ◦ green 41 ◦ blue 120

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

Shades of Deep Cerise #D02978

Tints of Deep Cerise #D02978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 32.52%

R = 56.37%
G = 11.11%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#D02978 (or 0xD02978) is known color: Deep Cerise. HEX triplet: D0, 29 and 78. RGB value is (208,41,120). Sum of RGB (Red+Green+Blue) = 208+41+120=369 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.37% from 369); Green value is 41 (16.41% from 255 or 11.11% from 369); Blue value is 120 (47.27% from 255 or 32.52% from 369); Max value from RGB is 208 - color contains mainly: red. Hex color #D02978 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D02978 is #2FD687. Grayscale: #636363. Windows color (decimal): -3135112 or 7875024. OLE color: 7875024.

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

Color convert

RGB 208 41 120 -
CMYK 0 0.80 0.42 0.18
HSL 331.62º 0.67% 0.49% -
HSV(B) 331.62º 0.8% 0.82% -
XYZ 30.2 16.35 19.33 -
YUV 99.94 139.33 205.08 -
System Red Green Blue C M Y K H S L
Decimal 208 41 120 0 0.80 0.42 0.18 331.62 0.67 0.49
Hex D0 29 78 0 50 2A 12 14C 43 31
Octal 320 51 170 0 120 52 22 514 103 61
Binary 11010000 101001 1111000 0 1010000 101010 10010 101001100 1000011 110001

Color Harmonies of #D02978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02978

Black with #D02978

Text Example


Text Example

White with #D02978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02978; }

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

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

background-color css

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

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

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

border-color css

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

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

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