Shades of Deep Cerise #D72082
Tints of Deep Cerise #D72082
RGB
CMYK
RGB Variations
Color information
#D72082 (or 0xD72082) is known color: Deep Cerise. HEX triplet: D7, 20 and 82. RGB value is (215,32,130). Sum of RGB (Red+Green+Blue) = 215+32+130=377 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.03% from 377); Green value is 32 (12.89% from 255 or 8.49% from 377); Blue value is 130 (51.17% from 255 or 34.48% from 377); Max value from RGB is 215 - color contains mainly: red. Hex color #D72082 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D72082 is #28DF7D. Grayscale: #616161. Windows color (decimal): -2678654 or 8528087. OLE color: 8528087.
HSL color Cylindrical-coordinate representation of color #D72082: hue angle of 327.87º 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 #D72082 is Cyan = 0, Magento = 0.85, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 32 | 130 | - |
| CMYK | 0 | 0.85 | 0.40 | 0.16 |
| HSL | 327.87º | 0.74% | 0.48% | - |
| HSV(B) | 327.87º | 0.85% | 0.84% | - |
| XYZ | 32.57 | 17.09 | 22.7 | - |
| YUV | 97.89 | 146.13 | 211.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 32 | 130 | 0 | 0.85 | 0.40 | 0.16 | 327.87 | 0.74 | 0.48 |
| Hex | D7 | 20 | 82 | 0 | 55 | 28 | 10 | 148 | 4A | 30 |
| Octal | 327 | 40 | 202 | 0 | 125 | 50 | 20 | 510 | 112 | 60 |
| Binary | 11010111 | 100000 | 10000010 | 0 | 1010101 | 101000 | 10000 | 101001000 | 1001010 | 110000 |
Color Harmonies of #D72082
Complementary color
Monochromatic Colors of #D72082
Black with #D72082
Text Example
Text Example
White with #D72082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72082; }
p { color: rgb(215,32,130); }
H1.HeaderClassName
{
color: #D72082;
}
.AnyTagClassName
{
color: #D72082;
}
</style>
background-color css
<style>
a { background-color: #D72082; }
a { background-color: rgb(215,32,130); }
div.DivClassName
{
background-color: #D72082;
}
.BgClassName
{
background-color: #D72082;
}
</style>
border-color css
<style>
span { border-color: #D72082; }
span { border-color: rgb(215,32,130); }
td.TdClassName
{
border-color: #D72082;
}
.TagClassName
{
border-color: #D72082;
}
</style>