Shades of Deep Cerise #D72F8D
Tints of Deep Cerise #D72F8D
RGB
CMYK
RGB Variations
Color information
#D72F8D (or 0xD72F8D) is known color: Deep Cerise. HEX triplet: D7, 2F and 8D. RGB value is (215,47,141). Sum of RGB (Red+Green+Blue) = 215+47+141=403 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.35% from 403); Green value is 47 (18.75% from 255 or 11.66% from 403); Blue value is 141 (55.47% from 255 or 34.99% from 403); Max value from RGB is 215 - color contains mainly: red. Hex color #D72F8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D72F8D is #28D072. Grayscale: #6B6B6B. Windows color (decimal): -2674803 or 9252823. OLE color: 9252823.
HSL color Cylindrical-coordinate representation of color #D72F8D: hue angle of 326.43º 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 #D72F8D is Cyan = 0, Magento = 0.78, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 47 | 141 | - |
| CMYK | 0 | 0.78 | 0.34 | 0.16 |
| HSL | 326.43º | 0.68% | 0.51% | - |
| HSV(B) | 326.43º | 0.78% | 0.84% | - |
| XYZ | 33.85 | 18.4 | 26.97 | - |
| YUV | 107.95 | 146.66 | 204.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 47 | 141 | 0 | 0.78 | 0.34 | 0.16 | 326.43 | 0.68 | 0.51 |
| Hex | D7 | 2F | 8D | 0 | 4E | 22 | 10 | 146 | 44 | 33 |
| Octal | 327 | 57 | 215 | 0 | 116 | 42 | 20 | 506 | 104 | 63 |
| Binary | 11010111 | 101111 | 10001101 | 0 | 1001110 | 100010 | 10000 | 101000110 | 1000100 | 110011 |
Color Harmonies of #D72F8D
Complementary color
Monochromatic Colors of #D72F8D
Black with #D72F8D
Text Example
Text Example
White with #D72F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72F8D; }
p { color: rgb(215,47,141); }
H1.HeaderClassName
{
color: #D72F8D;
}
.AnyTagClassName
{
color: #D72F8D;
}
</style>
background-color css
<style>
a { background-color: #D72F8D; }
a { background-color: rgb(215,47,141); }
div.DivClassName
{
background-color: #D72F8D;
}
.BgClassName
{
background-color: #D72F8D;
}
</style>
border-color css
<style>
span { border-color: #D72F8D; }
span { border-color: rgb(215,47,141); }
td.TdClassName
{
border-color: #D72F8D;
}
.TagClassName
{
border-color: #D72F8D;
}
</style>