Shades of Deep Cerise #D72F84
Tints of Deep Cerise #D72F84
RGB
CMYK
RGB Variations
Color information
#D72F84 (or 0xD72F84) is known color: Deep Cerise. HEX triplet: D7, 2F and 84. RGB value is (215,47,132). Sum of RGB (Red+Green+Blue) = 215+47+132=394 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.57% from 394); Green value is 47 (18.75% from 255 or 11.93% from 394); Blue value is 132 (51.95% from 255 or 33.50% from 394); Max value from RGB is 215 - color contains mainly: red. Hex color #D72F84 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D72F84 is #28D07B. Grayscale: #6A6A6A. Windows color (decimal): -2674812 or 8662999. OLE color: 8662999.
HSL color Cylindrical-coordinate representation of color #D72F84: hue angle of 329.64º 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 #D72F84 is Cyan = 0, Magento = 0.78, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 47 | 132 | - |
| CMYK | 0 | 0.78 | 0.39 | 0.16 |
| HSL | 329.64º | 0.68% | 0.51% | - |
| HSV(B) | 329.64º | 0.78% | 0.84% | - |
| XYZ | 33.21 | 18.15 | 23.58 | - |
| YUV | 106.92 | 142.16 | 205.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 47 | 132 | 0 | 0.78 | 0.39 | 0.16 | 329.64 | 0.68 | 0.51 |
| Hex | D7 | 2F | 84 | 0 | 4E | 27 | 10 | 14A | 44 | 33 |
| Octal | 327 | 57 | 204 | 0 | 116 | 47 | 20 | 512 | 104 | 63 |
| Binary | 11010111 | 101111 | 10000100 | 0 | 1001110 | 100111 | 10000 | 101001010 | 1000100 | 110011 |
Color Harmonies of #D72F84
Complementary color
Monochromatic Colors of #D72F84
Black with #D72F84
Text Example
Text Example
White with #D72F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72F84; }
p { color: rgb(215,47,132); }
H1.HeaderClassName
{
color: #D72F84;
}
.AnyTagClassName
{
color: #D72F84;
}
</style>
background-color css
<style>
a { background-color: #D72F84; }
a { background-color: rgb(215,47,132); }
div.DivClassName
{
background-color: #D72F84;
}
.BgClassName
{
background-color: #D72F84;
}
</style>
border-color css
<style>
span { border-color: #D72F84; }
span { border-color: rgb(215,47,132); }
td.TdClassName
{
border-color: #D72F84;
}
.TagClassName
{
border-color: #D72F84;
}
</style>