Shades of Deep Cerise #D22DAA
Tints of Deep Cerise #D22DAA
RGB
CMYK
RGB Variations
Color information
#D22DAA (or 0xD22DAA) is known color: Deep Cerise. HEX triplet: D2, 2D and AA. RGB value is (210,45,170). Sum of RGB (Red+Green+Blue) = 210+45+170=425 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.41% from 425); Green value is 45 (17.97% from 255 or 10.59% from 425); Blue value is 170 (66.80% from 255 or 40% from 425); Max value from RGB is 210 - color contains mainly: red. Hex color #D22DAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D22DAA is #2DD255. Grayscale: #6C6C6C. Windows color (decimal): -3002966 or 11152850. OLE color: 11152850.
HSL color Cylindrical-coordinate representation of color #D22DAA: hue angle of 314.55º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D22DAA is Cyan = 0, Magento = 0.79, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 45 | 170 | - |
| CMYK | 0 | 0.79 | 0.19 | 0.18 |
| HSL | 314.55º | 0.65% | 0.5% | - |
| HSV(B) | 314.55º | 0.79% | 0.82% | - |
| XYZ | 34.77 | 18.48 | 39.76 | - |
| YUV | 108.59 | 162.66 | 200.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 45 | 170 | 0 | 0.79 | 0.19 | 0.18 | 314.55 | 0.65 | 0.5 |
| Hex | D2 | 2D | AA | 0 | 4F | 13 | 12 | 13B | 41 | 32 |
| Octal | 322 | 55 | 252 | 0 | 117 | 23 | 22 | 473 | 101 | 62 |
| Binary | 11010010 | 101101 | 10101010 | 0 | 1001111 | 10011 | 10010 | 100111011 | 1000001 | 110010 |
Color Harmonies of #D22DAA
Complementary color
Monochromatic Colors of #D22DAA
Black with #D22DAA
Text Example
Text Example
White with #D22DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22DAA; }
p { color: rgb(210,45,170); }
H1.HeaderClassName
{
color: #D22DAA;
}
.AnyTagClassName
{
color: #D22DAA;
}
</style>
background-color css
<style>
a { background-color: #D22DAA; }
a { background-color: rgb(210,45,170); }
div.DivClassName
{
background-color: #D22DAA;
}
.BgClassName
{
background-color: #D22DAA;
}
</style>
border-color css
<style>
span { border-color: #D22DAA; }
span { border-color: rgb(210,45,170); }
td.TdClassName
{
border-color: #D22DAA;
}
.TagClassName
{
border-color: #D22DAA;
}
</style>