Shades of Deep Cerise #D72E8C
Tints of Deep Cerise #D72E8C
RGB
CMYK
RGB Variations
Color information
#D72E8C (or 0xD72E8C) is known color: Deep Cerise. HEX triplet: D7, 2E and 8C. RGB value is (215,46,140). Sum of RGB (Red+Green+Blue) = 215+46+140=401 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.62% from 401); Green value is 46 (18.36% from 255 or 11.47% from 401); Blue value is 140 (55.08% from 255 or 34.91% from 401); Max value from RGB is 215 - color contains mainly: red. Hex color #D72E8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D72E8C is #28D173. Grayscale: #6B6B6B. Windows color (decimal): -2675060 or 9187031. OLE color: 9187031.
HSL color Cylindrical-coordinate representation of color #D72E8C: hue angle of 326.63º 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 #D72E8C is Cyan = 0, Magento = 0.79, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 46 | 140 | - |
| CMYK | 0 | 0.79 | 0.35 | 0.16 |
| HSL | 326.63º | 0.68% | 0.51% | - |
| HSV(B) | 326.63º | 0.79% | 0.84% | - |
| XYZ | 33.73 | 18.29 | 26.56 | - |
| YUV | 107.25 | 146.49 | 204.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 46 | 140 | 0 | 0.79 | 0.35 | 0.16 | 326.63 | 0.68 | 0.51 |
| Hex | D7 | 2E | 8C | 0 | 4F | 23 | 10 | 147 | 44 | 33 |
| Octal | 327 | 56 | 214 | 0 | 117 | 43 | 20 | 507 | 104 | 63 |
| Binary | 11010111 | 101110 | 10001100 | 0 | 1001111 | 100011 | 10000 | 101000111 | 1000100 | 110011 |
Color Harmonies of #D72E8C
Complementary color
Monochromatic Colors of #D72E8C
Black with #D72E8C
Text Example
Text Example
White with #D72E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72E8C; }
p { color: rgb(215,46,140); }
H1.HeaderClassName
{
color: #D72E8C;
}
.AnyTagClassName
{
color: #D72E8C;
}
</style>
background-color css
<style>
a { background-color: #D72E8C; }
a { background-color: rgb(215,46,140); }
div.DivClassName
{
background-color: #D72E8C;
}
.BgClassName
{
background-color: #D72E8C;
}
</style>
border-color css
<style>
span { border-color: #D72E8C; }
span { border-color: rgb(215,46,140); }
td.TdClassName
{
border-color: #D72E8C;
}
.TagClassName
{
border-color: #D72E8C;
}
</style>