Shades of Deep Cerise #D92785
Tints of Deep Cerise #D92785
RGB
CMYK
RGB Variations
Color information
#D92785 (or 0xD92785) is known color: Deep Cerise. HEX triplet: D9, 27 and 85. RGB value is (217,39,133). Sum of RGB (Red+Green+Blue) = 217+39+133=389 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.78% from 389); Green value is 39 (15.62% from 255 or 10.03% from 389); Blue value is 133 (52.34% from 255 or 34.19% from 389); Max value from RGB is 217 - color contains mainly: red. Hex color #D92785 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D92785 is #26D87A. Grayscale: #666666. Windows color (decimal): -2545787 or 8726489. OLE color: 8726489.
HSL color Cylindrical-coordinate representation of color #D92785: hue angle of 328.31º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D92785 is Cyan = 0, Magento = 0.82, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 39 | 133 | - |
| CMYK | 0 | 0.82 | 0.39 | 0.15 |
| HSL | 328.31º | 0.7% | 0.5% | - |
| HSV(B) | 328.31º | 0.82% | 0.85% | - |
| XYZ | 33.57 | 17.9 | 23.88 | - |
| YUV | 102.94 | 144.97 | 209.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 39 | 133 | 0 | 0.82 | 0.39 | 0.15 | 328.31 | 0.7 | 0.5 |
| Hex | D9 | 27 | 85 | 0 | 52 | 27 | F | 148 | 46 | 32 |
| Octal | 331 | 47 | 205 | 0 | 122 | 47 | 17 | 510 | 106 | 62 |
| Binary | 11011001 | 100111 | 10000101 | 0 | 1010010 | 100111 | 1111 | 101001000 | 1000110 | 110010 |
Color Harmonies of #D92785
Complementary color
Monochromatic Colors of #D92785
Black with #D92785
Text Example
Text Example
White with #D92785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92785; }
p { color: rgb(217,39,133); }
H1.HeaderClassName
{
color: #D92785;
}
.AnyTagClassName
{
color: #D92785;
}
</style>
background-color css
<style>
a { background-color: #D92785; }
a { background-color: rgb(217,39,133); }
div.DivClassName
{
background-color: #D92785;
}
.BgClassName
{
background-color: #D92785;
}
</style>
border-color css
<style>
span { border-color: #D92785; }
span { border-color: rgb(217,39,133); }
td.TdClassName
{
border-color: #D92785;
}
.TagClassName
{
border-color: #D92785;
}
</style>