Shades of Deep Cerise #D92DA2
Tints of Deep Cerise #D92DA2
RGB
CMYK
RGB Variations
Color information
#D92DA2 (or 0xD92DA2) is known color: Deep Cerise. HEX triplet: D9, 2D and A2. RGB value is (217,45,162). Sum of RGB (Red+Green+Blue) = 217+45+162=424 (56% of max value = 765). Red value is 217 (85.16% from 255 or 51.18% from 424); Green value is 45 (17.97% from 255 or 10.61% from 424); Blue value is 162 (63.67% from 255 or 38.21% from 424); Max value from RGB is 217 - color contains mainly: red. Hex color #D92DA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D92DA2 is #26D25D. Grayscale: #6D6D6D. Windows color (decimal): -2544222 or 10628569. OLE color: 10628569.
HSL color Cylindrical-coordinate representation of color #D92DA2: hue angle of 319.19º 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 #D92DA2 is Cyan = 0, Magento = 0.79, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 45 | 162 | - |
| CMYK | 0 | 0.79 | 0.25 | 0.15 |
| HSL | 319.19º | 0.69% | 0.51% | - |
| HSV(B) | 319.19º | 0.79% | 0.85% | - |
| XYZ | 36.08 | 19.24 | 35.99 | - |
| YUV | 109.77 | 157.48 | 204.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 45 | 162 | 0 | 0.79 | 0.25 | 0.15 | 319.19 | 0.69 | 0.51 |
| Hex | D9 | 2D | A2 | 0 | 4F | 19 | F | 13F | 45 | 33 |
| Octal | 331 | 55 | 242 | 0 | 117 | 31 | 17 | 477 | 105 | 63 |
| Binary | 11011001 | 101101 | 10100010 | 0 | 1001111 | 11001 | 1111 | 100111111 | 1000101 | 110011 |
Color Harmonies of #D92DA2
Complementary color
Monochromatic Colors of #D92DA2
Black with #D92DA2
Text Example
Text Example
White with #D92DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92DA2; }
p { color: rgb(217,45,162); }
H1.HeaderClassName
{
color: #D92DA2;
}
.AnyTagClassName
{
color: #D92DA2;
}
</style>
background-color css
<style>
a { background-color: #D92DA2; }
a { background-color: rgb(217,45,162); }
div.DivClassName
{
background-color: #D92DA2;
}
.BgClassName
{
background-color: #D92DA2;
}
</style>
border-color css
<style>
span { border-color: #D92DA2; }
span { border-color: rgb(217,45,162); }
td.TdClassName
{
border-color: #D92DA2;
}
.TagClassName
{
border-color: #D92DA2;
}
</style>