Shades of Deep Cerise #D72E8D
Tints of Deep Cerise #D72E8D
RGB
CMYK
RGB Variations
Color information
#D72E8D (or 0xD72E8D) is known color: Deep Cerise. HEX triplet: D7, 2E and 8D. RGB value is (215,46,141). Sum of RGB (Red+Green+Blue) = 215+46+141=402 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.48% from 402); Green value is 46 (18.36% from 255 or 11.44% from 402); Blue value is 141 (55.47% from 255 or 35.07% from 402); Max value from RGB is 215 - color contains mainly: red. Hex color #D72E8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D72E8D is #28D172. Grayscale: #6B6B6B. Windows color (decimal): -2675059 or 9252567. OLE color: 9252567.
HSL color Cylindrical-coordinate representation of color #D72E8D: hue angle of 326.27º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D72E8D is Cyan = 0, Magento = 0.79, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 46 | 141 | - |
| CMYK | 0 | 0.79 | 0.34 | 0.16 |
| HSL | 326.27º | 0.68% | 0.51% | - |
| HSV(B) | 326.27º | 0.79% | 0.84% | - |
| XYZ | 33.81 | 18.32 | 26.95 | - |
| YUV | 107.36 | 146.99 | 204.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 46 | 141 | 0 | 0.79 | 0.34 | 0.16 | 326.27 | 0.68 | 0.51 |
| Hex | D7 | 2E | 8D | 0 | 4F | 22 | 10 | 146 | 44 | 33 |
| Octal | 327 | 56 | 215 | 0 | 117 | 42 | 20 | 506 | 104 | 63 |
| Binary | 11010111 | 101110 | 10001101 | 0 | 1001111 | 100010 | 10000 | 101000110 | 1000100 | 110011 |
Color Harmonies of #D72E8D
Complementary color
Monochromatic Colors of #D72E8D
Black with #D72E8D
Text Example
Text Example
White with #D72E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72E8D; }
p { color: rgb(215,46,141); }
H1.HeaderClassName
{
color: #D72E8D;
}
.AnyTagClassName
{
color: #D72E8D;
}
</style>
background-color css
<style>
a { background-color: #D72E8D; }
a { background-color: rgb(215,46,141); }
div.DivClassName
{
background-color: #D72E8D;
}
.BgClassName
{
background-color: #D72E8D;
}
</style>
border-color css
<style>
span { border-color: #D72E8D; }
span { border-color: rgb(215,46,141); }
td.TdClassName
{
border-color: #D72E8D;
}
.TagClassName
{
border-color: #D72E8D;
}
</style>