Shades of Deep Cerise #D92590
Tints of Deep Cerise #D92590
RGB
CMYK
RGB Variations
Color information
#D92590 (or 0xD92590) is known color: Deep Cerise. HEX triplet: D9, 25 and 90. RGB value is (217,37,144). Sum of RGB (Red+Green+Blue) = 217+37+144=398 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.52% from 398); Green value is 37 (14.84% from 255 or 9.30% from 398); Blue value is 144 (56.64% from 255 or 36.18% from 398); Max value from RGB is 217 - color contains mainly: red. Hex color #D92590 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D92590 is #26DA6F. Grayscale: #666666. Windows color (decimal): -2546288 or 9446873. OLE color: 9446873.
HSL color Cylindrical-coordinate representation of color #D92590: hue angle of 324.33º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D92590 is Cyan = 0, Magento = 0.83, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 37 | 144 | - |
| CMYK | 0 | 0.83 | 0.34 | 0.15 |
| HSL | 324.33º | 0.71% | 0.5% | - |
| HSV(B) | 324.33º | 0.83% | 0.85% | - |
| XYZ | 34.31 | 18.09 | 28.07 | - |
| YUV | 103.02 | 151.13 | 209.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 37 | 144 | 0 | 0.83 | 0.34 | 0.15 | 324.33 | 0.71 | 0.5 |
| Hex | D9 | 25 | 90 | 0 | 53 | 22 | F | 144 | 47 | 32 |
| Octal | 331 | 45 | 220 | 0 | 123 | 42 | 17 | 504 | 107 | 62 |
| Binary | 11011001 | 100101 | 10010000 | 0 | 1010011 | 100010 | 1111 | 101000100 | 1000111 | 110010 |
Color Harmonies of #D92590
Complementary color
Monochromatic Colors of #D92590
Black with #D92590
Text Example
Text Example
White with #D92590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92590; }
p { color: rgb(217,37,144); }
H1.HeaderClassName
{
color: #D92590;
}
.AnyTagClassName
{
color: #D92590;
}
</style>
background-color css
<style>
a { background-color: #D92590; }
a { background-color: rgb(217,37,144); }
div.DivClassName
{
background-color: #D92590;
}
.BgClassName
{
background-color: #D92590;
}
</style>
border-color css
<style>
span { border-color: #D92590; }
span { border-color: rgb(217,37,144); }
td.TdClassName
{
border-color: #D92590;
}
.TagClassName
{
border-color: #D92590;
}
</style>