Shades of Deep Cerise #D72F89
Tints of Deep Cerise #D72F89
RGB
CMYK
RGB Variations
Color information
#D72F89 (or 0xD72F89) is known color: Deep Cerise. HEX triplet: D7, 2F and 89. RGB value is (215,47,137). Sum of RGB (Red+Green+Blue) = 215+47+137=399 (52% of max value = 765). Red value is 215 (84.38% from 255 or 53.88% from 399); Green value is 47 (18.75% from 255 or 11.78% from 399); Blue value is 137 (53.91% from 255 or 34.34% from 399); Max value from RGB is 215 - color contains mainly: red. Hex color #D72F89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D72F89 is #28D076. Grayscale: #6B6B6B. Windows color (decimal): -2674807 or 8990679. OLE color: 8990679.
HSL color Cylindrical-coordinate representation of color #D72F89: hue angle of 327.86º 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 #D72F89 is Cyan = 0, Magento = 0.78, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 47 | 137 | - |
| CMYK | 0 | 0.78 | 0.36 | 0.16 |
| HSL | 327.86º | 0.68% | 0.51% | - |
| HSV(B) | 327.86º | 0.78% | 0.84% | - |
| XYZ | 33.56 | 18.29 | 25.43 | - |
| YUV | 107.49 | 144.66 | 204.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 47 | 137 | 0 | 0.78 | 0.36 | 0.16 | 327.86 | 0.68 | 0.51 |
| Hex | D7 | 2F | 89 | 0 | 4E | 24 | 10 | 148 | 44 | 33 |
| Octal | 327 | 57 | 211 | 0 | 116 | 44 | 20 | 510 | 104 | 63 |
| Binary | 11010111 | 101111 | 10001001 | 0 | 1001110 | 100100 | 10000 | 101001000 | 1000100 | 110011 |
Color Harmonies of #D72F89
Complementary color
Monochromatic Colors of #D72F89
Black with #D72F89
Text Example
Text Example
White with #D72F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72F89; }
p { color: rgb(215,47,137); }
H1.HeaderClassName
{
color: #D72F89;
}
.AnyTagClassName
{
color: #D72F89;
}
</style>
background-color css
<style>
a { background-color: #D72F89; }
a { background-color: rgb(215,47,137); }
div.DivClassName
{
background-color: #D72F89;
}
.BgClassName
{
background-color: #D72F89;
}
</style>
border-color css
<style>
span { border-color: #D72F89; }
span { border-color: rgb(215,47,137); }
td.TdClassName
{
border-color: #D72F89;
}
.TagClassName
{
border-color: #D72F89;
}
</style>