Shades of Deep Cerise #D92D96
Tints of Deep Cerise #D92D96
RGB
CMYK
RGB Variations
Color information
#D92D96 (or 0xD92D96) is known color: Deep Cerise. HEX triplet: D9, 2D and 96. RGB value is (217,45,150). Sum of RGB (Red+Green+Blue) = 217+45+150=412 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.67% from 412); Green value is 45 (17.97% from 255 or 10.92% from 412); Blue value is 150 (58.98% from 255 or 36.41% from 412); Max value from RGB is 217 - color contains mainly: red. Hex color #D92D96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D92D96 is #26D269. Grayscale: #6C6C6C. Windows color (decimal): -2544234 or 9842137. OLE color: 9842137.
HSL color Cylindrical-coordinate representation of color #D92D96: hue angle of 323.37º 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 #D92D96 is Cyan = 0, Magento = 0.79, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 45 | 150 | - |
| CMYK | 0 | 0.79 | 0.31 | 0.15 |
| HSL | 323.37º | 0.69% | 0.51% | - |
| HSV(B) | 323.37º | 0.79% | 0.85% | - |
| XYZ | 35.06 | 18.83 | 30.64 | - |
| YUV | 108.4 | 151.48 | 205.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 45 | 150 | 0 | 0.79 | 0.31 | 0.15 | 323.37 | 0.69 | 0.51 |
| Hex | D9 | 2D | 96 | 0 | 4F | 1F | F | 143 | 45 | 33 |
| Octal | 331 | 55 | 226 | 0 | 117 | 37 | 17 | 503 | 105 | 63 |
| Binary | 11011001 | 101101 | 10010110 | 0 | 1001111 | 11111 | 1111 | 101000011 | 1000101 | 110011 |
Color Harmonies of #D92D96
Complementary color
Monochromatic Colors of #D92D96
Black with #D92D96
Text Example
Text Example
White with #D92D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92D96; }
p { color: rgb(217,45,150); }
H1.HeaderClassName
{
color: #D92D96;
}
.AnyTagClassName
{
color: #D92D96;
}
</style>
background-color css
<style>
a { background-color: #D92D96; }
a { background-color: rgb(217,45,150); }
div.DivClassName
{
background-color: #D92D96;
}
.BgClassName
{
background-color: #D92D96;
}
</style>
border-color css
<style>
span { border-color: #D92D96; }
span { border-color: rgb(217,45,150); }
td.TdClassName
{
border-color: #D92D96;
}
.TagClassName
{
border-color: #D92D96;
}
</style>