Html Css Color HEX #D72978 Deep Cerise

📋 copy color: '#D72978'

red 215 ◦ green 41 ◦ blue 120

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

Shades of Deep Cerise #D72978

Tints of Deep Cerise #D72978

RGB

 RED value IS 215 (84.38% from 255) = 57.18%

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

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

R = 57.18%
G = 10.9%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#D72978 (or 0xD72978) is known color: Deep Cerise. HEX triplet: D7, 29 and 78. RGB value is (215,41,120). Sum of RGB (Red+Green+Blue) = 215+41+120=376 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.18% from 376); Green value is 41 (16.41% from 255 or 10.90% from 376); Blue value is 120 (47.27% from 255 or 31.91% from 376); Max value from RGB is 215 - color contains mainly: red. Hex color #D72978 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D72978 is #28D687. Grayscale: #656565. Windows color (decimal): -2676360 or 7875031. OLE color: 7875031.

HSL color Cylindrical-coordinate representation of color #D72978: hue angle of 332.76º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D72978 is Cyan = 0, Magento = 0.81, Yellow = 0.44 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 41 120 -
CMYK 0 0.81 0.44 0.16
HSL 332.76º 0.69% 0.5% -
HSV(B) 332.76º 0.81% 0.84% -
XYZ 32.21 17.39 19.43 -
YUV 102.03 138.15 208.58 -
System Red Green Blue C M Y K H S L
Decimal 215 41 120 0 0.81 0.44 0.16 332.76 0.69 0.5
Hex D7 29 78 0 51 2C 10 14D 45 32
Octal 327 51 170 0 121 54 20 515 105 62
Binary 11010111 101001 1111000 0 1010001 101100 10000 101001101 1000101 110010

Color Harmonies of #D72978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72978

Black with #D72978

Text Example


Text Example

White with #D72978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72978; }

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

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

background-color css

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

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

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

border-color css

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

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

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