Shades of Deep Cerise #D92EA2
Tints of Deep Cerise #D92EA2
RGB
CMYK
RGB Variations
Color information
#D92EA2 (or 0xD92EA2) is known color: Deep Cerise. HEX triplet: D9, 2E and A2. RGB value is (217,46,162). Sum of RGB (Red+Green+Blue) = 217+46+162=425 (56% of max value = 765). Red value is 217 (85.16% from 255 or 51.06% from 425); Green value is 46 (18.36% from 255 or 10.82% from 425); Blue value is 162 (63.67% from 255 or 38.12% from 425); Max value from RGB is 217 - color contains mainly: red. Hex color #D92EA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D92EA2 is #26D15D. Grayscale: #6E6E6E. Windows color (decimal): -2543966 or 10628825. OLE color: 10628825.
HSL color Cylindrical-coordinate representation of color #D92EA2: hue angle of 319.3º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D92EA2 is Cyan = 0, Magento = 0.79, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 46 | 162 | - |
| CMYK | 0 | 0.79 | 0.25 | 0.15 |
| HSL | 319.3º | 0.69% | 0.52% | - |
| HSV(B) | 319.3º | 0.79% | 0.85% | - |
| XYZ | 36.11 | 19.31 | 36.01 | - |
| YUV | 110.35 | 157.15 | 204.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 46 | 162 | 0 | 0.79 | 0.25 | 0.15 | 319.3 | 0.69 | 0.52 |
| Hex | D9 | 2E | A2 | 0 | 4F | 19 | F | 13F | 45 | 34 |
| Octal | 331 | 56 | 242 | 0 | 117 | 31 | 17 | 477 | 105 | 64 |
| Binary | 11011001 | 101110 | 10100010 | 0 | 1001111 | 11001 | 1111 | 100111111 | 1000101 | 110100 |
Color Harmonies of #D92EA2
Complementary color
Monochromatic Colors of #D92EA2
Black with #D92EA2
Text Example
Text Example
White with #D92EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92EA2; }
p { color: rgb(217,46,162); }
H1.HeaderClassName
{
color: #D92EA2;
}
.AnyTagClassName
{
color: #D92EA2;
}
</style>
background-color css
<style>
a { background-color: #D92EA2; }
a { background-color: rgb(217,46,162); }
div.DivClassName
{
background-color: #D92EA2;
}
.BgClassName
{
background-color: #D92EA2;
}
</style>
border-color css
<style>
span { border-color: #D92EA2; }
span { border-color: rgb(217,46,162); }
td.TdClassName
{
border-color: #D92EA2;
}
.TagClassName
{
border-color: #D92EA2;
}
</style>