Shades of Deep Cerise #D92D78
Tints of Deep Cerise #D92D78
RGB
CMYK
RGB Variations
Color information
#D92D78 (or 0xD92D78) is known color: Deep Cerise. HEX triplet: D9, 2D and 78. RGB value is (217,45,120). Sum of RGB (Red+Green+Blue) = 217+45+120=382 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.81% from 382); Green value is 45 (17.97% from 255 or 11.78% from 382); Blue value is 120 (47.27% from 255 or 31.41% from 382); Max value from RGB is 217 - color contains mainly: red. Hex color #D92D78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D92D78 is #26D287. Grayscale: #686868. Windows color (decimal): -2544264 or 7876057. OLE color: 7876057.
HSL color Cylindrical-coordinate representation of color #D92D78: hue angle of 333.84º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D92D78 is Cyan = 0, Magento = 0.79, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 45 | 120 | - |
| CMYK | 0 | 0.79 | 0.45 | 0.15 |
| HSL | 333.84º | 0.69% | 0.51% | - |
| HSV(B) | 333.84º | 0.79% | 0.85% | - |
| XYZ | 32.94 | 17.98 | 19.5 | - |
| YUV | 104.98 | 136.48 | 207.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 45 | 120 | 0 | 0.79 | 0.45 | 0.15 | 333.84 | 0.69 | 0.51 |
| Hex | D9 | 2D | 78 | 0 | 4F | 2D | F | 14E | 45 | 33 |
| Octal | 331 | 55 | 170 | 0 | 117 | 55 | 17 | 516 | 105 | 63 |
| Binary | 11011001 | 101101 | 1111000 | 0 | 1001111 | 101101 | 1111 | 101001110 | 1000101 | 110011 |
Color Harmonies of #D92D78
Complementary color
Monochromatic Colors of #D92D78
Black with #D92D78
Text Example
Text Example
White with #D92D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92D78; }
p { color: rgb(217,45,120); }
H1.HeaderClassName
{
color: #D92D78;
}
.AnyTagClassName
{
color: #D92D78;
}
</style>
background-color css
<style>
a { background-color: #D92D78; }
a { background-color: rgb(217,45,120); }
div.DivClassName
{
background-color: #D92D78;
}
.BgClassName
{
background-color: #D92D78;
}
</style>
border-color css
<style>
span { border-color: #D92D78; }
span { border-color: rgb(217,45,120); }
td.TdClassName
{
border-color: #D92D78;
}
.TagClassName
{
border-color: #D92D78;
}
</style>