Shades of Deep Cerise #D92585
Tints of Deep Cerise #D92585
RGB
CMYK
RGB Variations
Color information
#D92585 (or 0xD92585) is known color: Deep Cerise. HEX triplet: D9, 25 and 85. RGB value is (217,37,133). Sum of RGB (Red+Green+Blue) = 217+37+133=387 (51% of max value = 765). Red value is 217 (85.16% from 255 or 56.07% from 387); Green value is 37 (14.84% from 255 or 9.56% from 387); Blue value is 133 (52.34% from 255 or 34.37% from 387); Max value from RGB is 217 - color contains mainly: red. Hex color #D92585 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D92585 is #26DA7A. Grayscale: #656565. Windows color (decimal): -2546299 or 8725977. OLE color: 8725977.
HSL color Cylindrical-coordinate representation of color #D92585: hue angle of 328º 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 #D92585 is Cyan = 0, Magento = 0.83, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 37 | 133 | - |
| CMYK | 0 | 0.83 | 0.39 | 0.15 |
| HSL | 328º | 0.71% | 0.5% | - |
| HSV(B) | 328º | 0.83% | 0.85% | - |
| XYZ | 33.51 | 17.77 | 23.85 | - |
| YUV | 101.76 | 145.63 | 210.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 37 | 133 | 0 | 0.83 | 0.39 | 0.15 | 328 | 0.71 | 0.5 |
| Hex | D9 | 25 | 85 | 0 | 53 | 27 | F | 148 | 47 | 32 |
| Octal | 331 | 45 | 205 | 0 | 123 | 47 | 17 | 510 | 107 | 62 |
| Binary | 11011001 | 100101 | 10000101 | 0 | 1010011 | 100111 | 1111 | 101001000 | 1000111 | 110010 |
Color Harmonies of #D92585
Complementary color
Monochromatic Colors of #D92585
Black with #D92585
Text Example
Text Example
White with #D92585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92585; }
p { color: rgb(217,37,133); }
H1.HeaderClassName
{
color: #D92585;
}
.AnyTagClassName
{
color: #D92585;
}
</style>
background-color css
<style>
a { background-color: #D92585; }
a { background-color: rgb(217,37,133); }
div.DivClassName
{
background-color: #D92585;
}
.BgClassName
{
background-color: #D92585;
}
</style>
border-color css
<style>
span { border-color: #D92585; }
span { border-color: rgb(217,37,133); }
td.TdClassName
{
border-color: #D92585;
}
.TagClassName
{
border-color: #D92585;
}
</style>