Shades of Cerise #D92D70
Tints of Cerise #D92D70
RGB
CMYK
RGB Variations
Color information
#D92D70 (or 0xD92D70) is known color: Cerise. HEX triplet: D9, 2D and 70. RGB value is (217,45,112). Sum of RGB (Red+Green+Blue) = 217+45+112=374 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.02% from 374); Green value is 45 (17.97% from 255 or 12.03% from 374); Blue value is 112 (44.14% from 255 or 29.95% from 374); Max value from RGB is 217 - color contains mainly: red. Hex color #D92D70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D92D70 is #26D28F. Grayscale: #676767. Windows color (decimal): -2544272 or 7351769. OLE color: 7351769.
HSL color Cylindrical-coordinate representation of color #D92D70: hue angle of 336.63º 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 #D92D70 is Cyan = 0, Magento = 0.79, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 45 | 112 | - |
| CMYK | 0 | 0.79 | 0.48 | 0.15 |
| HSL | 336.63º | 0.69% | 0.51% | - |
| HSV(B) | 336.63º | 0.79% | 0.85% | - |
| XYZ | 32.48 | 17.8 | 17.05 | - |
| YUV | 104.07 | 132.48 | 208.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 45 | 112 | 0 | 0.79 | 0.48 | 0.15 | 336.63 | 0.69 | 0.51 |
| Hex | D9 | 2D | 70 | 0 | 4F | 30 | F | 151 | 45 | 33 |
| Octal | 331 | 55 | 160 | 0 | 117 | 60 | 17 | 521 | 105 | 63 |
| Binary | 11011001 | 101101 | 1110000 | 0 | 1001111 | 110000 | 1111 | 101010001 | 1000101 | 110011 |
Color Harmonies of #D92D70
Complementary color
Monochromatic Colors of #D92D70
Black with #D92D70
Text Example
Text Example
White with #D92D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92D70; }
p { color: rgb(217,45,112); }
H1.HeaderClassName
{
color: #D92D70;
}
.AnyTagClassName
{
color: #D92D70;
}
</style>
background-color css
<style>
a { background-color: #D92D70; }
a { background-color: rgb(217,45,112); }
div.DivClassName
{
background-color: #D92D70;
}
.BgClassName
{
background-color: #D92D70;
}
</style>
border-color css
<style>
span { border-color: #D92D70; }
span { border-color: rgb(217,45,112); }
td.TdClassName
{
border-color: #D92D70;
}
.TagClassName
{
border-color: #D92D70;
}
</style>