Shades of Deep Cerise #D72FA9
Tints of Deep Cerise #D72FA9
RGB
CMYK
RGB Variations
Color information
#D72FA9 (or 0xD72FA9) is known color: Deep Cerise. HEX triplet: D7, 2F and A9. RGB value is (215,47,169). Sum of RGB (Red+Green+Blue) = 215+47+169=431 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.88% from 431); Green value is 47 (18.75% from 255 or 10.90% from 431); Blue value is 169 (66.41% from 255 or 39.21% from 431); Max value from RGB is 215 - color contains mainly: red. Hex color #D72FA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D72FA9 is #28D056. Grayscale: #6E6E6E. Windows color (decimal): -2674775 or 11087831. OLE color: 11087831.
HSL color Cylindrical-coordinate representation of color #D72FA9: hue angle of 316.43º 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 #D72FA9 is Cyan = 0, Magento = 0.78, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 47 | 169 | - |
| CMYK | 0 | 0.78 | 0.21 | 0.16 |
| HSL | 316.43º | 0.68% | 0.51% | - |
| HSV(B) | 316.43º | 0.78% | 0.84% | - |
| XYZ | 36.2 | 19.34 | 39.36 | - |
| YUV | 111.14 | 160.66 | 202.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 47 | 169 | 0 | 0.78 | 0.21 | 0.16 | 316.43 | 0.68 | 0.51 |
| Hex | D7 | 2F | A9 | 0 | 4E | 15 | 10 | 13C | 44 | 33 |
| Octal | 327 | 57 | 251 | 0 | 116 | 25 | 20 | 474 | 104 | 63 |
| Binary | 11010111 | 101111 | 10101001 | 0 | 1001110 | 10101 | 10000 | 100111100 | 1000100 | 110011 |
Color Harmonies of #D72FA9
Complementary color
Monochromatic Colors of #D72FA9
Black with #D72FA9
Text Example
Text Example
White with #D72FA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72FA9; }
p { color: rgb(215,47,169); }
H1.HeaderClassName
{
color: #D72FA9;
}
.AnyTagClassName
{
color: #D72FA9;
}
</style>
background-color css
<style>
a { background-color: #D72FA9; }
a { background-color: rgb(215,47,169); }
div.DivClassName
{
background-color: #D72FA9;
}
.BgClassName
{
background-color: #D72FA9;
}
</style>
border-color css
<style>
span { border-color: #D72FA9; }
span { border-color: rgb(215,47,169); }
td.TdClassName
{
border-color: #D72FA9;
}
.TagClassName
{
border-color: #D72FA9;
}
</style>