Shades of Deep Cerise #D92587
Tints of Deep Cerise #D92587
RGB
CMYK
RGB Variations
Color information
#D92587 (or 0xD92587) is known color: Deep Cerise. HEX triplet: D9, 25 and 87. RGB value is (217,37,135). Sum of RGB (Red+Green+Blue) = 217+37+135=389 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.78% from 389); Green value is 37 (14.84% from 255 or 9.51% from 389); Blue value is 135 (53.12% from 255 or 34.70% from 389); Max value from RGB is 217 - color contains mainly: red. Hex color #D92587 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D92587 is #26DA78. Grayscale: #656565. Windows color (decimal): -2546297 or 8857049. OLE color: 8857049.
HSL color Cylindrical-coordinate representation of color #D92587: hue angle of 327.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 #D92587 is Cyan = 0, Magento = 0.83, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 37 | 135 | - |
| CMYK | 0 | 0.83 | 0.38 | 0.15 |
| HSL | 327.33º | 0.71% | 0.5% | - |
| HSV(B) | 327.33º | 0.83% | 0.85% | - |
| XYZ | 33.65 | 17.82 | 24.59 | - |
| YUV | 101.99 | 146.63 | 210.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 37 | 135 | 0 | 0.83 | 0.38 | 0.15 | 327.33 | 0.71 | 0.5 |
| Hex | D9 | 25 | 87 | 0 | 53 | 26 | F | 147 | 47 | 32 |
| Octal | 331 | 45 | 207 | 0 | 123 | 46 | 17 | 507 | 107 | 62 |
| Binary | 11011001 | 100101 | 10000111 | 0 | 1010011 | 100110 | 1111 | 101000111 | 1000111 | 110010 |
Color Harmonies of #D92587
Complementary color
Monochromatic Colors of #D92587
Black with #D92587
Text Example
Text Example
White with #D92587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92587; }
p { color: rgb(217,37,135); }
H1.HeaderClassName
{
color: #D92587;
}
.AnyTagClassName
{
color: #D92587;
}
</style>
background-color css
<style>
a { background-color: #D92587; }
a { background-color: rgb(217,37,135); }
div.DivClassName
{
background-color: #D92587;
}
.BgClassName
{
background-color: #D92587;
}
</style>
border-color css
<style>
span { border-color: #D92587; }
span { border-color: rgb(217,37,135); }
td.TdClassName
{
border-color: #D92587;
}
.TagClassName
{
border-color: #D92587;
}
</style>