Shades of Deep Cerise #D92CA2
Tints of Deep Cerise #D92CA2
RGB
CMYK
RGB Variations
Color information
#D92CA2 (or 0xD92CA2) is known color: Deep Cerise. HEX triplet: D9, 2C and A2. RGB value is (217,44,162). Sum of RGB (Red+Green+Blue) = 217+44+162=423 (56% of max value = 765). Red value is 217 (85.16% from 255 or 51.30% from 423); Green value is 44 (17.58% from 255 or 10.40% from 423); Blue value is 162 (63.67% from 255 or 38.30% from 423); Max value from RGB is 217 - color contains mainly: red. Hex color #D92CA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D92CA2 is #26D35D. Grayscale: #6C6C6C. Windows color (decimal): -2544478 or 10628313. OLE color: 10628313.
HSL color Cylindrical-coordinate representation of color #D92CA2: hue angle of 319.08º degrees, saturation: 0.69, 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 #D92CA2 is Cyan = 0, Magento = 0.80, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 44 | 162 | - |
| CMYK | 0 | 0.80 | 0.25 | 0.15 |
| HSL | 319.08º | 0.69% | 0.51% | - |
| HSV(B) | 319.08º | 0.8% | 0.85% | - |
| XYZ | 36.04 | 19.16 | 35.98 | - |
| YUV | 109.18 | 157.81 | 204.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 44 | 162 | 0 | 0.80 | 0.25 | 0.15 | 319.08 | 0.69 | 0.51 |
| Hex | D9 | 2C | A2 | 0 | 50 | 19 | F | 13F | 45 | 33 |
| Octal | 331 | 54 | 242 | 0 | 120 | 31 | 17 | 477 | 105 | 63 |
| Binary | 11011001 | 101100 | 10100010 | 0 | 1010000 | 11001 | 1111 | 100111111 | 1000101 | 110011 |
Color Harmonies of #D92CA2
Complementary color
Monochromatic Colors of #D92CA2
Black with #D92CA2
Text Example
Text Example
White with #D92CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92CA2; }
p { color: rgb(217,44,162); }
H1.HeaderClassName
{
color: #D92CA2;
}
.AnyTagClassName
{
color: #D92CA2;
}
</style>
background-color css
<style>
a { background-color: #D92CA2; }
a { background-color: rgb(217,44,162); }
div.DivClassName
{
background-color: #D92CA2;
}
.BgClassName
{
background-color: #D92CA2;
}
</style>
border-color css
<style>
span { border-color: #D92CA2; }
span { border-color: rgb(217,44,162); }
td.TdClassName
{
border-color: #D92CA2;
}
.TagClassName
{
border-color: #D92CA2;
}
</style>