Shades of Cerise #D92D74
Tints of Cerise #D92D74
RGB
CMYK
RGB Variations
Color information
#D92D74 (or 0xD92D74) is known color: Cerise. HEX triplet: D9, 2D and 74. RGB value is (217,45,116). Sum of RGB (Red+Green+Blue) = 217+45+116=378 (50% of max value = 765). Red value is 217 (85.16% from 255 or 57.41% from 378); Green value is 45 (17.97% from 255 or 11.90% from 378); Blue value is 116 (45.70% from 255 or 30.69% from 378); Max value from RGB is 217 - color contains mainly: red. Hex color #D92D74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D92D74 is #26D28B. Grayscale: #686868. Windows color (decimal): -2544268 or 7613913. OLE color: 7613913.
HSL color Cylindrical-coordinate representation of color #D92D74: hue angle of 335.23º 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 #D92D74 is Cyan = 0, Magento = 0.79, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 45 | 116 | - |
| CMYK | 0 | 0.79 | 0.47 | 0.15 |
| HSL | 335.23º | 0.69% | 0.51% | - |
| HSV(B) | 335.23º | 0.79% | 0.85% | - |
| XYZ | 32.71 | 17.89 | 18.25 | - |
| YUV | 104.52 | 134.48 | 208.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 45 | 116 | 0 | 0.79 | 0.47 | 0.15 | 335.23 | 0.69 | 0.51 |
| Hex | D9 | 2D | 74 | 0 | 4F | 2F | F | 14F | 45 | 33 |
| Octal | 331 | 55 | 164 | 0 | 117 | 57 | 17 | 517 | 105 | 63 |
| Binary | 11011001 | 101101 | 1110100 | 0 | 1001111 | 101111 | 1111 | 101001111 | 1000101 | 110011 |
Color Harmonies of #D92D74
Complementary color
Monochromatic Colors of #D92D74
Black with #D92D74
Text Example
Text Example
White with #D92D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92D74; }
p { color: rgb(217,45,116); }
H1.HeaderClassName
{
color: #D92D74;
}
.AnyTagClassName
{
color: #D92D74;
}
</style>
background-color css
<style>
a { background-color: #D92D74; }
a { background-color: rgb(217,45,116); }
div.DivClassName
{
background-color: #D92D74;
}
.BgClassName
{
background-color: #D92D74;
}
</style>
border-color css
<style>
span { border-color: #D92D74; }
span { border-color: rgb(217,45,116); }
td.TdClassName
{
border-color: #D92D74;
}
.TagClassName
{
border-color: #D92D74;
}
</style>