Shades of Deep Cerise #D92D85
Tints of Deep Cerise #D92D85
RGB
CMYK
RGB Variations
Color information
#D92D85 (or 0xD92D85) is known color: Deep Cerise. HEX triplet: D9, 2D and 85. RGB value is (217,45,133). Sum of RGB (Red+Green+Blue) = 217+45+133=395 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.94% from 395); Green value is 45 (17.97% from 255 or 11.39% from 395); Blue value is 133 (52.34% from 255 or 33.67% from 395); Max value from RGB is 217 - color contains mainly: red. Hex color #D92D85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D92D85 is #26D27A. Grayscale: #6A6A6A. Windows color (decimal): -2544251 or 8728025. OLE color: 8728025.
HSL color Cylindrical-coordinate representation of color #D92D85: hue angle of 329.3º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D92D85 is Cyan = 0, Magento = 0.79, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 45 | 133 | - |
| CMYK | 0 | 0.79 | 0.39 | 0.15 |
| HSL | 329.3º | 0.69% | 0.51% | - |
| HSV(B) | 329.3º | 0.79% | 0.85% | - |
| XYZ | 33.79 | 18.32 | 23.95 | - |
| YUV | 106.46 | 142.98 | 206.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 45 | 133 | 0 | 0.79 | 0.39 | 0.15 | 329.3 | 0.69 | 0.51 |
| Hex | D9 | 2D | 85 | 0 | 4F | 27 | F | 149 | 45 | 33 |
| Octal | 331 | 55 | 205 | 0 | 117 | 47 | 17 | 511 | 105 | 63 |
| Binary | 11011001 | 101101 | 10000101 | 0 | 1001111 | 100111 | 1111 | 101001001 | 1000101 | 110011 |
Color Harmonies of #D92D85
Complementary color
Monochromatic Colors of #D92D85
Black with #D92D85
Text Example
Text Example
White with #D92D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92D85; }
p { color: rgb(217,45,133); }
H1.HeaderClassName
{
color: #D92D85;
}
.AnyTagClassName
{
color: #D92D85;
}
</style>
background-color css
<style>
a { background-color: #D92D85; }
a { background-color: rgb(217,45,133); }
div.DivClassName
{
background-color: #D92D85;
}
.BgClassName
{
background-color: #D92D85;
}
</style>
border-color css
<style>
span { border-color: #D92D85; }
span { border-color: rgb(217,45,133); }
td.TdClassName
{
border-color: #D92D85;
}
.TagClassName
{
border-color: #D92D85;
}
</style>