Shades of Medium Violet Red #D221AC
Tints of Medium Violet Red #D221AC
RGB
CMYK
RGB Variations
Color information
#D221AC (or 0xD221AC) is known color: Medium Violet Red. HEX triplet: D2, 21 and AC. RGB value is (210,33,172). Sum of RGB (Red+Green+Blue) = 210+33+172=415 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.60% from 415); Green value is 33 (13.28% from 255 or 7.95% from 415); Blue value is 172 (67.58% from 255 or 41.45% from 415); Max value from RGB is 210 - color contains mainly: red. Hex color #D221AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D221AC is #2DDE53. Grayscale: #656565. Windows color (decimal): -3006036 or 11280850. OLE color: 11280850.
HSL color Cylindrical-coordinate representation of color #D221AC: hue angle of 312.88º degrees, saturation: 0.73, 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 #D221AC is Cyan = 0, Magento = 0.84, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 33 | 172 | - |
| CMYK | 0 | 0.84 | 0.18 | 0.18 |
| HSL | 312.88º | 0.73% | 0.48% | - |
| HSV(B) | 312.88º | 0.84% | 0.82% | - |
| XYZ | 34.57 | 17.77 | 40.64 | - |
| YUV | 101.77 | 167.64 | 205.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 33 | 172 | 0 | 0.84 | 0.18 | 0.18 | 312.88 | 0.73 | 0.48 |
| Hex | D2 | 21 | AC | 0 | 54 | 12 | 12 | 139 | 49 | 30 |
| Octal | 322 | 41 | 254 | 0 | 124 | 22 | 22 | 471 | 111 | 60 |
| Binary | 11010010 | 100001 | 10101100 | 0 | 1010100 | 10010 | 10010 | 100111001 | 1001001 | 110000 |
Color Harmonies of #D221AC
Complementary color
Monochromatic Colors of #D221AC
Black with #D221AC
Text Example
Text Example
White with #D221AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D221AC; }
p { color: rgb(210,33,172); }
H1.HeaderClassName
{
color: #D221AC;
}
.AnyTagClassName
{
color: #D221AC;
}
</style>
background-color css
<style>
a { background-color: #D221AC; }
a { background-color: rgb(210,33,172); }
div.DivClassName
{
background-color: #D221AC;
}
.BgClassName
{
background-color: #D221AC;
}
</style>
border-color css
<style>
span { border-color: #D221AC; }
span { border-color: rgb(210,33,172); }
td.TdClassName
{
border-color: #D221AC;
}
.TagClassName
{
border-color: #D221AC;
}
</style>