Shades of Deep Cerise #D92BA9
Tints of Deep Cerise #D92BA9
RGB
CMYK
RGB Variations
Color information
#D92BA9 (or 0xD92BA9) is known color: Deep Cerise. HEX triplet: D9, 2B and A9. RGB value is (217,43,169). Sum of RGB (Red+Green+Blue) = 217+43+169=429 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.58% from 429); Green value is 43 (17.19% from 255 or 10.02% from 429); Blue value is 169 (66.41% from 255 or 39.39% from 429); Max value from RGB is 217 - color contains mainly: red. Hex color #D92BA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D92BA9 is #26D456. Grayscale: #6D6D6D. Windows color (decimal): -2544727 or 11086809. OLE color: 11086809.
HSL color Cylindrical-coordinate representation of color #D92BA9: hue angle of 316.55º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D92BA9 is Cyan = 0, Magento = 0.80, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 43 | 169 | - |
| CMYK | 0 | 0.80 | 0.22 | 0.15 |
| HSL | 316.55º | 0.7% | 0.51% | - |
| HSV(B) | 316.55º | 0.8% | 0.85% | - |
| XYZ | 36.64 | 19.34 | 39.34 | - |
| YUV | 109.39 | 161.65 | 204.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 43 | 169 | 0 | 0.80 | 0.22 | 0.15 | 316.55 | 0.7 | 0.51 |
| Hex | D9 | 2B | A9 | 0 | 50 | 16 | F | 13D | 46 | 33 |
| Octal | 331 | 53 | 251 | 0 | 120 | 26 | 17 | 475 | 106 | 63 |
| Binary | 11011001 | 101011 | 10101001 | 0 | 1010000 | 10110 | 1111 | 100111101 | 1000110 | 110011 |
Color Harmonies of #D92BA9
Complementary color
Monochromatic Colors of #D92BA9
Black with #D92BA9
Text Example
Text Example
White with #D92BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92BA9; }
p { color: rgb(217,43,169); }
H1.HeaderClassName
{
color: #D92BA9;
}
.AnyTagClassName
{
color: #D92BA9;
}
</style>
background-color css
<style>
a { background-color: #D92BA9; }
a { background-color: rgb(217,43,169); }
div.DivClassName
{
background-color: #D92BA9;
}
.BgClassName
{
background-color: #D92BA9;
}
</style>
border-color css
<style>
span { border-color: #D92BA9; }
span { border-color: rgb(217,43,169); }
td.TdClassName
{
border-color: #D92BA9;
}
.TagClassName
{
border-color: #D92BA9;
}
</style>