Html Css Color HEX #D72078 Deep Cerise

📋 copy color: '#D72078'

red 215 ◦ green 32 ◦ blue 120

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

Shades of Deep Cerise #D72078

Tints of Deep Cerise #D72078

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.72%

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

R = 58.58%
G = 8.72%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#D72078 (or 0xD72078) is known color: Deep Cerise. HEX triplet: D7, 20 and 78. RGB value is (215,32,120). Sum of RGB (Red+Green+Blue) = 215+32+120=367 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.58% from 367); Green value is 32 (12.89% from 255 or 8.72% from 367); Blue value is 120 (47.27% from 255 or 32.70% from 367); Max value from RGB is 215 - color contains mainly: red. Hex color #D72078 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D72078 is #28DF87. Grayscale: #606060. Windows color (decimal): -2678664 or 7872727. OLE color: 7872727.

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

Color convert

RGB 215 32 120 -
CMYK 0 0.85 0.44 0.16
HSL 331.15º 0.74% 0.48% -
HSV(B) 331.15º 0.85% 0.84% -
XYZ 31.93 16.84 19.34 -
YUV 96.75 141.13 212.34 -
System Red Green Blue C M Y K H S L
Decimal 215 32 120 0 0.85 0.44 0.16 331.15 0.74 0.48
Hex D7 20 78 0 55 2C 10 14B 4A 30
Octal 327 40 170 0 125 54 20 513 112 60
Binary 11010111 100000 1111000 0 1010101 101100 10000 101001011 1001010 110000

Color Harmonies of #D72078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72078

Black with #D72078

Text Example


Text Example

White with #D72078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72078; }

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

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

background-color css

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

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

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

border-color css

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

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

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