Shades of Deep Cerise #D72F9C
Tints of Deep Cerise #D72F9C
RGB
CMYK
RGB Variations
Color information
#D72F9C (or 0xD72F9C) is known color: Deep Cerise. HEX triplet: D7, 2F and 9C. RGB value is (215,47,156). Sum of RGB (Red+Green+Blue) = 215+47+156=418 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.44% from 418); Green value is 47 (18.75% from 255 or 11.24% from 418); Blue value is 156 (61.33% from 255 or 37.32% from 418); Max value from RGB is 215 - color contains mainly: red. Hex color #D72F9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D72F9C is #28D063. Grayscale: #6D6D6D. Windows color (decimal): -2674788 or 10235863. OLE color: 10235863.
HSL color Cylindrical-coordinate representation of color #D72F9C: hue angle of 321.07º 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 #D72F9C is Cyan = 0, Magento = 0.78, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 47 | 156 | - |
| CMYK | 0 | 0.78 | 0.27 | 0.16 |
| HSL | 321.07º | 0.68% | 0.51% | - |
| HSV(B) | 321.07º | 0.78% | 0.84% | - |
| XYZ | 35.04 | 18.88 | 33.25 | - |
| YUV | 109.66 | 154.16 | 203.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 47 | 156 | 0 | 0.78 | 0.27 | 0.16 | 321.07 | 0.68 | 0.51 |
| Hex | D7 | 2F | 9C | 0 | 4E | 1B | 10 | 141 | 44 | 33 |
| Octal | 327 | 57 | 234 | 0 | 116 | 33 | 20 | 501 | 104 | 63 |
| Binary | 11010111 | 101111 | 10011100 | 0 | 1001110 | 11011 | 10000 | 101000001 | 1000100 | 110011 |
Color Harmonies of #D72F9C
Complementary color
Monochromatic Colors of #D72F9C
Black with #D72F9C
Text Example
Text Example
White with #D72F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72F9C; }
p { color: rgb(215,47,156); }
H1.HeaderClassName
{
color: #D72F9C;
}
.AnyTagClassName
{
color: #D72F9C;
}
</style>
background-color css
<style>
a { background-color: #D72F9C; }
a { background-color: rgb(215,47,156); }
div.DivClassName
{
background-color: #D72F9C;
}
.BgClassName
{
background-color: #D72F9C;
}
</style>
border-color css
<style>
span { border-color: #D72F9C; }
span { border-color: rgb(215,47,156); }
td.TdClassName
{
border-color: #D72F9C;
}
.TagClassName
{
border-color: #D72F9C;
}
</style>