Shades of Deep Cerise #D92BA2
Tints of Deep Cerise #D92BA2
RGB
CMYK
RGB Variations
Color information
#D92BA2 (or 0xD92BA2) is known color: Deep Cerise. HEX triplet: D9, 2B and A2. RGB value is (217,43,162). Sum of RGB (Red+Green+Blue) = 217+43+162=422 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.42% from 422); Green value is 43 (17.19% from 255 or 10.19% from 422); Blue value is 162 (63.67% from 255 or 38.39% from 422); Max value from RGB is 217 - color contains mainly: red. Hex color #D92BA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D92BA2 is #26D45D. Grayscale: #6C6C6C. Windows color (decimal): -2544734 or 10628057. OLE color: 10628057.
HSL color Cylindrical-coordinate representation of color #D92BA2: hue angle of 318.97º 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 #D92BA2 is Cyan = 0, Magento = 0.80, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 43 | 162 | - |
| CMYK | 0 | 0.80 | 0.25 | 0.15 |
| HSL | 318.97º | 0.7% | 0.51% | - |
| HSV(B) | 318.97º | 0.8% | 0.85% | - |
| XYZ | 36 | 19.09 | 35.97 | - |
| YUV | 108.59 | 158.15 | 205.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 43 | 162 | 0 | 0.80 | 0.25 | 0.15 | 318.97 | 0.7 | 0.51 |
| Hex | D9 | 2B | A2 | 0 | 50 | 19 | F | 13F | 46 | 33 |
| Octal | 331 | 53 | 242 | 0 | 120 | 31 | 17 | 477 | 106 | 63 |
| Binary | 11011001 | 101011 | 10100010 | 0 | 1010000 | 11001 | 1111 | 100111111 | 1000110 | 110011 |
Color Harmonies of #D92BA2
Complementary color
Monochromatic Colors of #D92BA2
Black with #D92BA2
Text Example
Text Example
White with #D92BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92BA2; }
p { color: rgb(217,43,162); }
H1.HeaderClassName
{
color: #D92BA2;
}
.AnyTagClassName
{
color: #D92BA2;
}
</style>
background-color css
<style>
a { background-color: #D92BA2; }
a { background-color: rgb(217,43,162); }
div.DivClassName
{
background-color: #D92BA2;
}
.BgClassName
{
background-color: #D92BA2;
}
</style>
border-color css
<style>
span { border-color: #D92BA2; }
span { border-color: rgb(217,43,162); }
td.TdClassName
{
border-color: #D92BA2;
}
.TagClassName
{
border-color: #D92BA2;
}
</style>