Shades of Cerise #D92A5E
Tints of Cerise #D92A5E
RGB
CMYK
RGB Variations
Color information
#D92A5E (or 0xD92A5E) is known color: Cerise. HEX triplet: D9, 2A and 5E. RGB value is (217,42,94). Sum of RGB (Red+Green+Blue) = 217+42+94=353 (46% of max value = 765). Red value is 217 (85.16% from 255 or 61.47% from 353); Green value is 42 (16.80% from 255 or 11.90% from 353); Blue value is 94 (37.11% from 255 or 26.63% from 353); Max value from RGB is 217 - color contains mainly: red. Hex color #D92A5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D92A5E is #26D5A1. Grayscale: #646464. Windows color (decimal): -2545058 or 6171353. OLE color: 6171353.
HSL color Cylindrical-coordinate representation of color #D92A5E: hue angle of 342.17º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D92A5E is Cyan = 0, Magento = 0.81, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 42 | 94 | - |
| CMYK | 0 | 0.81 | 0.57 | 0.15 |
| HSL | 342.17º | 0.7% | 0.51% | - |
| HSV(B) | 342.17º | 0.81% | 0.85% | - |
| XYZ | 31.46 | 17.22 | 12.25 | - |
| YUV | 100.25 | 124.48 | 211.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 42 | 94 | 0 | 0.81 | 0.57 | 0.15 | 342.17 | 0.7 | 0.51 |
| Hex | D9 | 2A | 5E | 0 | 51 | 39 | F | 156 | 46 | 33 |
| Octal | 331 | 52 | 136 | 0 | 121 | 71 | 17 | 526 | 106 | 63 |
| Binary | 11011001 | 101010 | 1011110 | 0 | 1010001 | 111001 | 1111 | 101010110 | 1000110 | 110011 |
Color Harmonies of #D92A5E
Complementary color
Monochromatic Colors of #D92A5E
Black with #D92A5E
Text Example
Text Example
White with #D92A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92A5E; }
p { color: rgb(217,42,94); }
H1.HeaderClassName
{
color: #D92A5E;
}
.AnyTagClassName
{
color: #D92A5E;
}
</style>
background-color css
<style>
a { background-color: #D92A5E; }
a { background-color: rgb(217,42,94); }
div.DivClassName
{
background-color: #D92A5E;
}
.BgClassName
{
background-color: #D92A5E;
}
</style>
border-color css
<style>
span { border-color: #D92A5E; }
span { border-color: rgb(217,42,94); }
td.TdClassName
{
border-color: #D92A5E;
}
.TagClassName
{
border-color: #D92A5E;
}
</style>