Shades of Deep Cerise #D72FA8
Tints of Deep Cerise #D72FA8
RGB
CMYK
RGB Variations
Color information
#D72FA8 (or 0xD72FA8) is known color: Deep Cerise. HEX triplet: D7, 2F and A8. RGB value is (215,47,168). Sum of RGB (Red+Green+Blue) = 215+47+168=430 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50% from 430); Green value is 47 (18.75% from 255 or 10.93% from 430); Blue value is 168 (66.02% from 255 or 39.07% from 430); Max value from RGB is 215 - color contains mainly: red. Hex color #D72FA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D72FA8 is #28D057. Grayscale: #6E6E6E. Windows color (decimal): -2674776 or 11022295. OLE color: 11022295.
HSL color Cylindrical-coordinate representation of color #D72FA8: hue angle of 316.79º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D72FA8 is Cyan = 0, Magento = 0.78, Yellow = 0.22 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 47 | 168 | - |
| CMYK | 0 | 0.78 | 0.22 | 0.16 |
| HSL | 316.79º | 0.68% | 0.51% | - |
| HSV(B) | 316.79º | 0.78% | 0.84% | - |
| XYZ | 36.11 | 19.31 | 38.87 | - |
| YUV | 111.03 | 160.16 | 202.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 47 | 168 | 0 | 0.78 | 0.22 | 0.16 | 316.79 | 0.68 | 0.51 |
| Hex | D7 | 2F | A8 | 0 | 4E | 16 | 10 | 13D | 44 | 33 |
| Octal | 327 | 57 | 250 | 0 | 116 | 26 | 20 | 475 | 104 | 63 |
| Binary | 11010111 | 101111 | 10101000 | 0 | 1001110 | 10110 | 10000 | 100111101 | 1000100 | 110011 |
Color Harmonies of #D72FA8
Complementary color
Monochromatic Colors of #D72FA8
Black with #D72FA8
Text Example
Text Example
White with #D72FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72FA8; }
p { color: rgb(215,47,168); }
H1.HeaderClassName
{
color: #D72FA8;
}
.AnyTagClassName
{
color: #D72FA8;
}
</style>
background-color css
<style>
a { background-color: #D72FA8; }
a { background-color: rgb(215,47,168); }
div.DivClassName
{
background-color: #D72FA8;
}
.BgClassName
{
background-color: #D72FA8;
}
</style>
border-color css
<style>
span { border-color: #D72FA8; }
span { border-color: rgb(215,47,168); }
td.TdClassName
{
border-color: #D72FA8;
}
.TagClassName
{
border-color: #D72FA8;
}
</style>