Shades of Deep Cerise #D92D79
Tints of Deep Cerise #D92D79
RGB
CMYK
RGB Variations
Color information
#D92D79 (or 0xD92D79) is known color: Deep Cerise. HEX triplet: D9, 2D and 79. RGB value is (217,45,121). Sum of RGB (Red+Green+Blue) = 217+45+121=383 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.66% from 383); Green value is 45 (17.97% from 255 or 11.75% from 383); Blue value is 121 (47.66% from 255 or 31.59% from 383); Max value from RGB is 217 - color contains mainly: red. Hex color #D92D79 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D92D79 is #26D286. Grayscale: #686868. Windows color (decimal): -2544263 or 7941593. OLE color: 7941593.
HSL color Cylindrical-coordinate representation of color #D92D79: hue angle of 333.49º 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 #D92D79 is Cyan = 0, Magento = 0.79, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 45 | 121 | - |
| CMYK | 0 | 0.79 | 0.44 | 0.15 |
| HSL | 333.49º | 0.69% | 0.51% | - |
| HSV(B) | 333.49º | 0.79% | 0.85% | - |
| XYZ | 33 | 18.01 | 19.83 | - |
| YUV | 105.09 | 136.98 | 207.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 45 | 121 | 0 | 0.79 | 0.44 | 0.15 | 333.49 | 0.69 | 0.51 |
| Hex | D9 | 2D | 79 | 0 | 4F | 2C | F | 14D | 45 | 33 |
| Octal | 331 | 55 | 171 | 0 | 117 | 54 | 17 | 515 | 105 | 63 |
| Binary | 11011001 | 101101 | 1111001 | 0 | 1001111 | 101100 | 1111 | 101001101 | 1000101 | 110011 |
Color Harmonies of #D92D79
Complementary color
Monochromatic Colors of #D92D79
Black with #D92D79
Text Example
Text Example
White with #D92D79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92D79; }
p { color: rgb(217,45,121); }
H1.HeaderClassName
{
color: #D92D79;
}
.AnyTagClassName
{
color: #D92D79;
}
</style>
background-color css
<style>
a { background-color: #D92D79; }
a { background-color: rgb(217,45,121); }
div.DivClassName
{
background-color: #D92D79;
}
.BgClassName
{
background-color: #D92D79;
}
</style>
border-color css
<style>
span { border-color: #D92D79; }
span { border-color: rgb(217,45,121); }
td.TdClassName
{
border-color: #D92D79;
}
.TagClassName
{
border-color: #D92D79;
}
</style>