#D72086

Color #D72086 Deep Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Cerise #D72086

Tints of Deep Cerise #D72086

Color information

#D72086 (or 0xD72086) is unknown color: approx Deep Cerise. HEX triplet: D7, 20 and 86. RGB value is (215,32,134). Sum of RGB (Red+Green+Blue) = 215+32+134=381 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.43% from 381); Green value is 32 (12.89% from 255 or 8.40% from 381); Blue value is 134 (52.73% from 255 or 35.17% from 381); Max value from RGB is 215 - color contains mainly: red. Hex color #D72086 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D72086 is #28DF79. Grayscale: #626262. Windows color (decimal): -2678650 or 8790231. OLE color: 8790231.

HSL color Cylindrical-coordinate representation of color #D72086: hue angle of 326.56º 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 #D72086 is Cyan = 0, Magento = 0.85, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB21532134-
CMYK00.850.380.16
HSL326.56º74.09%48.43%-
HSV(B)326.56º85.12%84.31%-
XYZ32.8417.224.14-
YUV98.34148.13211.21-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 56.43%
GREEN value IS 32 (12.89% from 255) = 8.40%
BLUE value IS 134 (52.73% from 255) = 35.17%
R=56.43%
G=8.40%
B=35.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2153213400.850.380.16326.5674.0948.43
HexD7208605526101474a30
Octal327402060125462050711260
Binary110101111000001000011001010101100110100001010001111001010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D72086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D72086; }

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

 H1.HeaderClassName
 {
   color: #D72086;
 }
 .AnyTagClassName
 {
   color: #D72086;
 }
</style>
background-color css

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

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

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

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

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

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