Shades of Deep Cerise #D72180
Tints of Deep Cerise #D72180
RGB
CMYK
RGB Variations
Color information
#D72180 (or 0xD72180) is known color: Deep Cerise. HEX triplet: D7, 21 and 80. RGB value is (215,33,128). Sum of RGB (Red+Green+Blue) = 215+33+128=376 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.18% from 376); Green value is 33 (13.28% from 255 or 8.78% from 376); Blue value is 128 (50.39% from 255 or 34.04% from 376); Max value from RGB is 215 - color contains mainly: red. Hex color #D72180 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D72180 is #28DE7F. Grayscale: #626262. Windows color (decimal): -2678400 or 8397271. OLE color: 8397271.
HSL color Cylindrical-coordinate representation of color #D72180: hue angle of 328.68º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D72180 is Cyan = 0, Magento = 0.85, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 33 | 128 | - |
| CMYK | 0 | 0.85 | 0.40 | 0.16 |
| HSL | 328.68º | 0.73% | 0.49% | - |
| HSV(B) | 328.68º | 0.85% | 0.84% | - |
| XYZ | 32.46 | 17.09 | 22.01 | - |
| YUV | 98.25 | 144.8 | 211.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 33 | 128 | 0 | 0.85 | 0.40 | 0.16 | 328.68 | 0.73 | 0.49 |
| Hex | D7 | 21 | 80 | 0 | 55 | 28 | 10 | 149 | 49 | 31 |
| Octal | 327 | 41 | 200 | 0 | 125 | 50 | 20 | 511 | 111 | 61 |
| Binary | 11010111 | 100001 | 10000000 | 0 | 1010101 | 101000 | 10000 | 101001001 | 1001001 | 110001 |
Color Harmonies of #D72180
Complementary color
Monochromatic Colors of #D72180
Black with #D72180
Text Example
Text Example
White with #D72180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72180; }
p { color: rgb(215,33,128); }
H1.HeaderClassName
{
color: #D72180;
}
.AnyTagClassName
{
color: #D72180;
}
</style>
background-color css
<style>
a { background-color: #D72180; }
a { background-color: rgb(215,33,128); }
div.DivClassName
{
background-color: #D72180;
}
.BgClassName
{
background-color: #D72180;
}
</style>
border-color css
<style>
span { border-color: #D72180; }
span { border-color: rgb(215,33,128); }
td.TdClassName
{
border-color: #D72180;
}
.TagClassName
{
border-color: #D72180;
}
</style>