Shades of Deep Cerise #D92595
Tints of Deep Cerise #D92595
RGB
CMYK
RGB Variations
Color information
#D92595 (or 0xD92595) is known color: Deep Cerise. HEX triplet: D9, 25 and 95. RGB value is (217,37,149). Sum of RGB (Red+Green+Blue) = 217+37+149=403 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.85% from 403); Green value is 37 (14.84% from 255 or 9.18% from 403); Blue value is 149 (58.59% from 255 or 36.97% from 403); Max value from RGB is 217 - color contains mainly: red. Hex color #D92595 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D92595 is #26DA6A. Grayscale: #676767. Windows color (decimal): -2546283 or 9774553. OLE color: 9774553.
HSL color Cylindrical-coordinate representation of color #D92595: hue angle of 322.67º 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 #D92595 is Cyan = 0, Magento = 0.83, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 37 | 149 | - |
| CMYK | 0 | 0.83 | 0.31 | 0.15 |
| HSL | 322.67º | 0.71% | 0.5% | - |
| HSV(B) | 322.67º | 0.83% | 0.85% | - |
| XYZ | 34.7 | 18.24 | 30.13 | - |
| YUV | 103.59 | 153.63 | 208.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 37 | 149 | 0 | 0.83 | 0.31 | 0.15 | 322.67 | 0.71 | 0.5 |
| Hex | D9 | 25 | 95 | 0 | 53 | 1F | F | 143 | 47 | 32 |
| Octal | 331 | 45 | 225 | 0 | 123 | 37 | 17 | 503 | 107 | 62 |
| Binary | 11011001 | 100101 | 10010101 | 0 | 1010011 | 11111 | 1111 | 101000011 | 1000111 | 110010 |
Color Harmonies of #D92595
Complementary color
Monochromatic Colors of #D92595
Black with #D92595
Text Example
Text Example
White with #D92595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92595; }
p { color: rgb(217,37,149); }
H1.HeaderClassName
{
color: #D92595;
}
.AnyTagClassName
{
color: #D92595;
}
</style>
background-color css
<style>
a { background-color: #D92595; }
a { background-color: rgb(217,37,149); }
div.DivClassName
{
background-color: #D92595;
}
.BgClassName
{
background-color: #D92595;
}
</style>
border-color css
<style>
span { border-color: #D92595; }
span { border-color: rgb(217,37,149); }
td.TdClassName
{
border-color: #D92595;
}
.TagClassName
{
border-color: #D92595;
}
</style>