Shades of Deep Cerise #D72179
Tints of Deep Cerise #D72179
RGB
CMYK
RGB Variations
Color information
#D72179 (or 0xD72179) is known color: Deep Cerise. HEX triplet: D7, 21 and 79. RGB value is (215,33,121). Sum of RGB (Red+Green+Blue) = 215+33+121=369 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.27% from 369); Green value is 33 (13.28% from 255 or 8.94% from 369); Blue value is 121 (47.66% from 255 or 32.79% from 369); Max value from RGB is 215 - color contains mainly: red. Hex color #D72179 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D72179 is #28DE86. Grayscale: #616161. Windows color (decimal): -2678407 or 7938519. OLE color: 7938519.
HSL color Cylindrical-coordinate representation of color #D72179: hue angle of 330.99º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D72179 is Cyan = 0, Magento = 0.85, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 33 | 121 | - |
| CMYK | 0 | 0.85 | 0.44 | 0.16 |
| HSL | 330.99º | 0.73% | 0.49% | - |
| HSV(B) | 330.99º | 0.85% | 0.84% | - |
| XYZ | 32.02 | 16.92 | 19.67 | - |
| YUV | 97.45 | 141.3 | 211.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 33 | 121 | 0 | 0.85 | 0.44 | 0.16 | 330.99 | 0.73 | 0.49 |
| Hex | D7 | 21 | 79 | 0 | 55 | 2C | 10 | 14B | 49 | 31 |
| Octal | 327 | 41 | 171 | 0 | 125 | 54 | 20 | 513 | 111 | 61 |
| Binary | 11010111 | 100001 | 1111001 | 0 | 1010101 | 101100 | 10000 | 101001011 | 1001001 | 110001 |
Color Harmonies of #D72179
Complementary color
Monochromatic Colors of #D72179
Black with #D72179
Text Example
Text Example
White with #D72179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72179; }
p { color: rgb(215,33,121); }
H1.HeaderClassName
{
color: #D72179;
}
.AnyTagClassName
{
color: #D72179;
}
</style>
background-color css
<style>
a { background-color: #D72179; }
a { background-color: rgb(215,33,121); }
div.DivClassName
{
background-color: #D72179;
}
.BgClassName
{
background-color: #D72179;
}
</style>
border-color css
<style>
span { border-color: #D72179; }
span { border-color: rgb(215,33,121); }
td.TdClassName
{
border-color: #D72179;
}
.TagClassName
{
border-color: #D72179;
}
</style>