Shades of Deep Cerise #D92CA0
Tints of Deep Cerise #D92CA0
RGB
CMYK
RGB Variations
Color information
#D92CA0 (or 0xD92CA0) is known color: Deep Cerise. HEX triplet: D9, 2C and A0. RGB value is (217,44,160). Sum of RGB (Red+Green+Blue) = 217+44+160=421 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.54% from 421); Green value is 44 (17.58% from 255 or 10.45% from 421); Blue value is 160 (62.89% from 255 or 38.00% from 421); Max value from RGB is 217 - color contains mainly: red. Hex color #D92CA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D92CA0 is #26D35F. Grayscale: #6C6C6C. Windows color (decimal): -2544480 or 10497241. OLE color: 10497241.
HSL color Cylindrical-coordinate representation of color #D92CA0: hue angle of 319.77º 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 #D92CA0 is Cyan = 0, Magento = 0.80, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 44 | 160 | - |
| CMYK | 0 | 0.80 | 0.26 | 0.15 |
| HSL | 319.77º | 0.69% | 0.51% | - |
| HSV(B) | 319.77º | 0.8% | 0.85% | - |
| XYZ | 35.86 | 19.09 | 35.05 | - |
| YUV | 108.95 | 156.81 | 205.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 44 | 160 | 0 | 0.80 | 0.26 | 0.15 | 319.77 | 0.69 | 0.51 |
| Hex | D9 | 2C | A0 | 0 | 50 | 1A | F | 140 | 45 | 33 |
| Octal | 331 | 54 | 240 | 0 | 120 | 32 | 17 | 500 | 105 | 63 |
| Binary | 11011001 | 101100 | 10100000 | 0 | 1010000 | 11010 | 1111 | 101000000 | 1000101 | 110011 |
Color Harmonies of #D92CA0
Complementary color
Monochromatic Colors of #D92CA0
Black with #D92CA0
Text Example
Text Example
White with #D92CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92CA0; }
p { color: rgb(217,44,160); }
H1.HeaderClassName
{
color: #D92CA0;
}
.AnyTagClassName
{
color: #D92CA0;
}
</style>
background-color css
<style>
a { background-color: #D92CA0; }
a { background-color: rgb(217,44,160); }
div.DivClassName
{
background-color: #D92CA0;
}
.BgClassName
{
background-color: #D92CA0;
}
</style>
border-color css
<style>
span { border-color: #D92CA0; }
span { border-color: rgb(217,44,160); }
td.TdClassName
{
border-color: #D92CA0;
}
.TagClassName
{
border-color: #D92CA0;
}
</style>