Shades of Medium Violet Red #D222AB
Tints of Medium Violet Red #D222AB
RGB
CMYK
RGB Variations
Color information
#D222AB (or 0xD222AB) is known color: Medium Violet Red. HEX triplet: D2, 22 and AB. RGB value is (210,34,171). Sum of RGB (Red+Green+Blue) = 210+34+171=415 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.60% from 415); Green value is 34 (13.67% from 255 or 8.19% from 415); Blue value is 171 (67.19% from 255 or 41.20% from 415); Max value from RGB is 210 - color contains mainly: red. Hex color #D222AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D222AB is #2DDD54. Grayscale: #656565. Windows color (decimal): -3005781 or 11215570. OLE color: 11215570.
HSL color Cylindrical-coordinate representation of color #D222AB: hue angle of 313.3º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D222AB is Cyan = 0, Magento = 0.84, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 34 | 171 | - |
| CMYK | 0 | 0.84 | 0.19 | 0.18 |
| HSL | 313.3º | 0.72% | 0.48% | - |
| HSV(B) | 313.3º | 0.84% | 0.82% | - |
| XYZ | 34.5 | 17.79 | 40.14 | - |
| YUV | 102.24 | 166.81 | 204.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 34 | 171 | 0 | 0.84 | 0.19 | 0.18 | 313.3 | 0.72 | 0.48 |
| Hex | D2 | 22 | AB | 0 | 54 | 13 | 12 | 139 | 48 | 30 |
| Octal | 322 | 42 | 253 | 0 | 124 | 23 | 22 | 471 | 110 | 60 |
| Binary | 11010010 | 100010 | 10101011 | 0 | 1010100 | 10011 | 10010 | 100111001 | 1001000 | 110000 |
Color Harmonies of #D222AB
Complementary color
Monochromatic Colors of #D222AB
Black with #D222AB
Text Example
Text Example
White with #D222AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D222AB; }
p { color: rgb(210,34,171); }
H1.HeaderClassName
{
color: #D222AB;
}
.AnyTagClassName
{
color: #D222AB;
}
</style>
background-color css
<style>
a { background-color: #D222AB; }
a { background-color: rgb(210,34,171); }
div.DivClassName
{
background-color: #D222AB;
}
.BgClassName
{
background-color: #D222AB;
}
</style>
border-color css
<style>
span { border-color: #D222AB; }
span { border-color: rgb(210,34,171); }
td.TdClassName
{
border-color: #D222AB;
}
.TagClassName
{
border-color: #D222AB;
}
</style>