Shades of Cerise #D92D5A
Tints of Cerise #D92D5A
RGB
CMYK
RGB Variations
Color information
#D92D5A (or 0xD92D5A) is known color: Cerise. HEX triplet: D9, 2D and 5A. RGB value is (217,45,90). Sum of RGB (Red+Green+Blue) = 217+45+90=352 (46% of max value = 765). Red value is 217 (85.16% from 255 or 61.65% from 352); Green value is 45 (17.97% from 255 or 12.78% from 352); Blue value is 90 (35.55% from 255 or 25.57% from 352); Max value from RGB is 217 - color contains mainly: red. Hex color #D92D5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D92D5A is #26D2A5. Grayscale: #656565. Windows color (decimal): -2544294 or 5909977. OLE color: 5909977.
HSL color Cylindrical-coordinate representation of color #D92D5A: hue angle of 344.3º 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 #D92D5A is Cyan = 0, Magento = 0.79, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 45 | 90 | - |
| CMYK | 0 | 0.79 | 0.59 | 0.15 |
| HSL | 344.3º | 0.69% | 0.51% | - |
| HSV(B) | 344.3º | 0.79% | 0.85% | - |
| XYZ | 31.4 | 17.37 | 11.37 | - |
| YUV | 101.56 | 121.48 | 210.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 45 | 90 | 0 | 0.79 | 0.59 | 0.15 | 344.3 | 0.69 | 0.51 |
| Hex | D9 | 2D | 5A | 0 | 4F | 3B | F | 158 | 45 | 33 |
| Octal | 331 | 55 | 132 | 0 | 117 | 73 | 17 | 530 | 105 | 63 |
| Binary | 11011001 | 101101 | 1011010 | 0 | 1001111 | 111011 | 1111 | 101011000 | 1000101 | 110011 |
Color Harmonies of #D92D5A
Complementary color
Monochromatic Colors of #D92D5A
Black with #D92D5A
Text Example
Text Example
White with #D92D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92D5A; }
p { color: rgb(217,45,90); }
H1.HeaderClassName
{
color: #D92D5A;
}
.AnyTagClassName
{
color: #D92D5A;
}
</style>
background-color css
<style>
a { background-color: #D92D5A; }
a { background-color: rgb(217,45,90); }
div.DivClassName
{
background-color: #D92D5A;
}
.BgClassName
{
background-color: #D92D5A;
}
</style>
border-color css
<style>
span { border-color: #D92D5A; }
span { border-color: rgb(217,45,90); }
td.TdClassName
{
border-color: #D92D5A;
}
.TagClassName
{
border-color: #D92D5A;
}
</style>