Shades of Deep Cerise #D92BA8
Tints of Deep Cerise #D92BA8
RGB
CMYK
RGB Variations
Color information
#D92BA8 (or 0xD92BA8) is known color: Deep Cerise. HEX triplet: D9, 2B and A8. RGB value is (217,43,168). Sum of RGB (Red+Green+Blue) = 217+43+168=428 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.70% from 428); Green value is 43 (17.19% from 255 or 10.05% from 428); Blue value is 168 (66.02% from 255 or 39.25% from 428); Max value from RGB is 217 - color contains mainly: red. Hex color #D92BA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D92BA8 is #26D457. Grayscale: #6C6C6C. Windows color (decimal): -2544728 or 11021273. OLE color: 11021273.
HSL color Cylindrical-coordinate representation of color #D92BA8: hue angle of 316.9º 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 #D92BA8 is Cyan = 0, Magento = 0.80, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 43 | 168 | - |
| CMYK | 0 | 0.80 | 0.23 | 0.15 |
| HSL | 316.9º | 0.7% | 0.51% | - |
| HSV(B) | 316.9º | 0.8% | 0.85% | - |
| XYZ | 36.55 | 19.31 | 38.85 | - |
| YUV | 109.28 | 161.15 | 204.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 43 | 168 | 0 | 0.80 | 0.23 | 0.15 | 316.9 | 0.7 | 0.51 |
| Hex | D9 | 2B | A8 | 0 | 50 | 17 | F | 13D | 46 | 33 |
| Octal | 331 | 53 | 250 | 0 | 120 | 27 | 17 | 475 | 106 | 63 |
| Binary | 11011001 | 101011 | 10101000 | 0 | 1010000 | 10111 | 1111 | 100111101 | 1000110 | 110011 |
Color Harmonies of #D92BA8
Complementary color
Monochromatic Colors of #D92BA8
Black with #D92BA8
Text Example
Text Example
White with #D92BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92BA8; }
p { color: rgb(217,43,168); }
H1.HeaderClassName
{
color: #D92BA8;
}
.AnyTagClassName
{
color: #D92BA8;
}
</style>
background-color css
<style>
a { background-color: #D92BA8; }
a { background-color: rgb(217,43,168); }
div.DivClassName
{
background-color: #D92BA8;
}
.BgClassName
{
background-color: #D92BA8;
}
</style>
border-color css
<style>
span { border-color: #D92BA8; }
span { border-color: rgb(217,43,168); }
td.TdClassName
{
border-color: #D92BA8;
}
.TagClassName
{
border-color: #D92BA8;
}
</style>