Shades of Deep Cerise #D92575
Tints of Deep Cerise #D92575
RGB
CMYK
RGB Variations
Color information
#D92575 (or 0xD92575) is known color: Deep Cerise. HEX triplet: D9, 25 and 75. RGB value is (217,37,117). Sum of RGB (Red+Green+Blue) = 217+37+117=371 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.49% from 371); Green value is 37 (14.84% from 255 or 9.97% from 371); Blue value is 117 (46.09% from 255 or 31.54% from 371); Max value from RGB is 217 - color contains mainly: red. Hex color #D92575 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D92575 is #26DA8A. Grayscale: #636363. Windows color (decimal): -2546315 or 7677401. OLE color: 7677401.
HSL color Cylindrical-coordinate representation of color #D92575: hue angle of 333.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 #D92575 is Cyan = 0, Magento = 0.83, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 37 | 117 | - |
| CMYK | 0 | 0.83 | 0.46 | 0.15 |
| HSL | 333.33º | 0.71% | 0.5% | - |
| HSV(B) | 333.33º | 0.83% | 0.85% | - |
| XYZ | 32.49 | 17.36 | 18.47 | - |
| YUV | 99.94 | 137.63 | 211.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 37 | 117 | 0 | 0.83 | 0.46 | 0.15 | 333.33 | 0.71 | 0.5 |
| Hex | D9 | 25 | 75 | 0 | 53 | 2E | F | 14D | 47 | 32 |
| Octal | 331 | 45 | 165 | 0 | 123 | 56 | 17 | 515 | 107 | 62 |
| Binary | 11011001 | 100101 | 1110101 | 0 | 1010011 | 101110 | 1111 | 101001101 | 1000111 | 110010 |
Color Harmonies of #D92575
Complementary color
Monochromatic Colors of #D92575
Black with #D92575
Text Example
Text Example
White with #D92575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92575; }
p { color: rgb(217,37,117); }
H1.HeaderClassName
{
color: #D92575;
}
.AnyTagClassName
{
color: #D92575;
}
</style>
background-color css
<style>
a { background-color: #D92575; }
a { background-color: rgb(217,37,117); }
div.DivClassName
{
background-color: #D92575;
}
.BgClassName
{
background-color: #D92575;
}
</style>
border-color css
<style>
span { border-color: #D92575; }
span { border-color: rgb(217,37,117); }
td.TdClassName
{
border-color: #D92575;
}
.TagClassName
{
border-color: #D92575;
}
</style>