Shades of Deep Cerise #D92075
Tints of Deep Cerise #D92075
RGB
CMYK
RGB Variations
Color information
#D92075 (or 0xD92075) is known color: Deep Cerise. HEX triplet: D9, 20 and 75. RGB value is (217,32,117). Sum of RGB (Red+Green+Blue) = 217+32+117=366 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.29% from 366); Green value is 32 (12.89% from 255 or 8.74% from 366); Blue value is 117 (46.09% from 255 or 31.97% from 366); Max value from RGB is 217 - color contains mainly: red. Hex color #D92075 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D92075 is #26DF8A. Grayscale: #606060. Windows color (decimal): -2547595 or 7676121. OLE color: 7676121.
HSL color Cylindrical-coordinate representation of color #D92075: hue angle of 332.43º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D92075 is Cyan = 0, Magento = 0.85, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 32 | 117 | - |
| CMYK | 0 | 0.85 | 0.46 | 0.15 |
| HSL | 332.43º | 0.74% | 0.49% | - |
| HSV(B) | 332.43º | 0.85% | 0.85% | - |
| XYZ | 32.34 | 17.07 | 18.42 | - |
| YUV | 97.01 | 139.29 | 213.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 32 | 117 | 0 | 0.85 | 0.46 | 0.15 | 332.43 | 0.74 | 0.49 |
| Hex | D9 | 20 | 75 | 0 | 55 | 2E | F | 14C | 4A | 31 |
| Octal | 331 | 40 | 165 | 0 | 125 | 56 | 17 | 514 | 112 | 61 |
| Binary | 11011001 | 100000 | 1110101 | 0 | 1010101 | 101110 | 1111 | 101001100 | 1001010 | 110001 |
Color Harmonies of #D92075
Complementary color
Monochromatic Colors of #D92075
Black with #D92075
Text Example
Text Example
White with #D92075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92075; }
p { color: rgb(217,32,117); }
H1.HeaderClassName
{
color: #D92075;
}
.AnyTagClassName
{
color: #D92075;
}
</style>
background-color css
<style>
a { background-color: #D92075; }
a { background-color: rgb(217,32,117); }
div.DivClassName
{
background-color: #D92075;
}
.BgClassName
{
background-color: #D92075;
}
</style>
border-color css
<style>
span { border-color: #D92075; }
span { border-color: rgb(217,32,117); }
td.TdClassName
{
border-color: #D92075;
}
.TagClassName
{
border-color: #D92075;
}
</style>