Shades of Deep Cerise #D72F9D
Tints of Deep Cerise #D72F9D
RGB
CMYK
RGB Variations
Color information
#D72F9D (or 0xD72F9D) is known color: Deep Cerise. HEX triplet: D7, 2F and 9D. RGB value is (215,47,157). Sum of RGB (Red+Green+Blue) = 215+47+157=419 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.31% from 419); Green value is 47 (18.75% from 255 or 11.22% from 419); Blue value is 157 (61.72% from 255 or 37.47% from 419); Max value from RGB is 215 - color contains mainly: red. Hex color #D72F9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D72F9D is #28D062. Grayscale: #6D6D6D. Windows color (decimal): -2674787 or 10301399. OLE color: 10301399.
HSL color Cylindrical-coordinate representation of color #D72F9D: hue angle of 320.71º 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 #D72F9D is Cyan = 0, Magento = 0.78, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 47 | 157 | - |
| CMYK | 0 | 0.78 | 0.27 | 0.16 |
| HSL | 320.71º | 0.68% | 0.51% | - |
| HSV(B) | 320.71º | 0.78% | 0.84% | - |
| XYZ | 35.13 | 18.91 | 33.7 | - |
| YUV | 109.77 | 154.66 | 203.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 47 | 157 | 0 | 0.78 | 0.27 | 0.16 | 320.71 | 0.68 | 0.51 |
| Hex | D7 | 2F | 9D | 0 | 4E | 1B | 10 | 141 | 44 | 33 |
| Octal | 327 | 57 | 235 | 0 | 116 | 33 | 20 | 501 | 104 | 63 |
| Binary | 11010111 | 101111 | 10011101 | 0 | 1001110 | 11011 | 10000 | 101000001 | 1000100 | 110011 |
Color Harmonies of #D72F9D
Complementary color
Monochromatic Colors of #D72F9D
Black with #D72F9D
Text Example
Text Example
White with #D72F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72F9D; }
p { color: rgb(215,47,157); }
H1.HeaderClassName
{
color: #D72F9D;
}
.AnyTagClassName
{
color: #D72F9D;
}
</style>
background-color css
<style>
a { background-color: #D72F9D; }
a { background-color: rgb(215,47,157); }
div.DivClassName
{
background-color: #D72F9D;
}
.BgClassName
{
background-color: #D72F9D;
}
</style>
border-color css
<style>
span { border-color: #D72F9D; }
span { border-color: rgb(215,47,157); }
td.TdClassName
{
border-color: #D72F9D;
}
.TagClassName
{
border-color: #D72F9D;
}
</style>