Shades of Cerise #D92D5E
Tints of Cerise #D92D5E
RGB
CMYK
RGB Variations
Color information
#D92D5E (or 0xD92D5E) is known color: Cerise. HEX triplet: D9, 2D and 5E. RGB value is (217,45,94). Sum of RGB (Red+Green+Blue) = 217+45+94=356 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.96% from 356); Green value is 45 (17.97% from 255 or 12.64% from 356); Blue value is 94 (37.11% from 255 or 26.40% from 356); Max value from RGB is 217 - color contains mainly: red. Hex color #D92D5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D92D5E is #26D2A1. Grayscale: #656565. Windows color (decimal): -2544290 or 6172121. OLE color: 6172121.
HSL color Cylindrical-coordinate representation of color #D92D5E: hue angle of 342.91º 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 #D92D5E is Cyan = 0, Magento = 0.79, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 45 | 94 | - |
| CMYK | 0 | 0.79 | 0.57 | 0.15 |
| HSL | 342.91º | 0.69% | 0.51% | - |
| HSV(B) | 342.91º | 0.79% | 0.85% | - |
| XYZ | 31.57 | 17.44 | 12.29 | - |
| YUV | 102.01 | 123.48 | 210.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 45 | 94 | 0 | 0.79 | 0.57 | 0.15 | 342.91 | 0.69 | 0.51 |
| Hex | D9 | 2D | 5E | 0 | 4F | 39 | F | 157 | 45 | 33 |
| Octal | 331 | 55 | 136 | 0 | 117 | 71 | 17 | 527 | 105 | 63 |
| Binary | 11011001 | 101101 | 1011110 | 0 | 1001111 | 111001 | 1111 | 101010111 | 1000101 | 110011 |
Color Harmonies of #D92D5E
Complementary color
Monochromatic Colors of #D92D5E
Black with #D92D5E
Text Example
Text Example
White with #D92D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92D5E; }
p { color: rgb(217,45,94); }
H1.HeaderClassName
{
color: #D92D5E;
}
.AnyTagClassName
{
color: #D92D5E;
}
</style>
background-color css
<style>
a { background-color: #D92D5E; }
a { background-color: rgb(217,45,94); }
div.DivClassName
{
background-color: #D92D5E;
}
.BgClassName
{
background-color: #D92D5E;
}
</style>
border-color css
<style>
span { border-color: #D92D5E; }
span { border-color: rgb(217,45,94); }
td.TdClassName
{
border-color: #D92D5E;
}
.TagClassName
{
border-color: #D92D5E;
}
</style>