Shades of Deep Cerise #D22AAB
Tints of Deep Cerise #D22AAB
RGB
CMYK
RGB Variations
Color information
#D22AAB (or 0xD22AAB) is known color: Deep Cerise. HEX triplet: D2, 2A and AB. RGB value is (210,42,171). Sum of RGB (Red+Green+Blue) = 210+42+171=423 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.65% from 423); Green value is 42 (16.80% from 255 or 9.93% from 423); Blue value is 171 (67.19% from 255 or 40.43% from 423); Max value from RGB is 210 - color contains mainly: red. Hex color #D22AAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D22AAB is #2DD554. Grayscale: #6A6A6A. Windows color (decimal): -3003733 or 11217618. OLE color: 11217618.
HSL color Cylindrical-coordinate representation of color #D22AAB: hue angle of 313.93º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D22AAB is Cyan = 0, Magento = 0.8, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 42 | 171 | - |
| CMYK | 0 | 0.8 | 0.19 | 0.18 |
| HSL | 313.93º | 0.67% | 0.49% | - |
| HSV(B) | 313.93º | 0.8% | 0.82% | - |
| XYZ | 34.76 | 18.3 | 40.23 | - |
| YUV | 106.94 | 164.16 | 201.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 42 | 171 | 0 | 0.8 | 0.19 | 0.18 | 313.93 | 0.67 | 0.49 |
| Hex | D2 | 2A | AB | 0 | 50 | 13 | 12 | 13A | 43 | 31 |
| Octal | 322 | 52 | 253 | 0 | 120 | 23 | 22 | 472 | 103 | 61 |
| Binary | 11010010 | 101010 | 10101011 | 0 | 1010000 | 10011 | 10010 | 100111010 | 1000011 | 110001 |
Color Harmonies of #D22AAB
Complementary color
Monochromatic Colors of #D22AAB
Black with #D22AAB
Text Example
Text Example
White with #D22AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22AAB; }
p { color: rgb(210,42,171); }
H1.HeaderClassName
{
color: #D22AAB;
}
.AnyTagClassName
{
color: #D22AAB;
}
</style>
background-color css
<style>
a { background-color: #D22AAB; }
a { background-color: rgb(210,42,171); }
div.DivClassName
{
background-color: #D22AAB;
}
.BgClassName
{
background-color: #D22AAB;
}
</style>
border-color css
<style>
span { border-color: #D22AAB; }
span { border-color: rgb(210,42,171); }
td.TdClassName
{
border-color: #D22AAB;
}
.TagClassName
{
border-color: #D22AAB;
}
</style>