Shades of Medium Violet Red #D214AA
Tints of Medium Violet Red #D214AA
RGB
CMYK
RGB Variations
Color information
#D214AA (or 0xD214AA) is known color: Medium Violet Red. HEX triplet: D2, 14 and AA. RGB value is (210,20,170). Sum of RGB (Red+Green+Blue) = 210+20+170=400 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.5% from 400); Green value is 20 (8.20% from 255 or 5% from 400); Blue value is 170 (66.80% from 255 or 42.5% from 400); Max value from RGB is 210 - color contains mainly: red. Hex color #D214AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D214AA is #2DEB55. Grayscale: #5D5D5D. Windows color (decimal): -3009366 or 11146450. OLE color: 11146450.
HSL color Cylindrical-coordinate representation of color #D214AA: hue angle of 312.63º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D214AA is Cyan = 0, Magento = 0.90, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 20 | 170 | - |
| CMYK | 0 | 0.90 | 0.19 | 0.18 |
| HSL | 312.63º | 0.83% | 0.45% | - |
| HSV(B) | 312.63º | 0.9% | 0.82% | - |
| XYZ | 34.08 | 17.1 | 39.54 | - |
| YUV | 93.91 | 170.95 | 210.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 20 | 170 | 0 | 0.90 | 0.19 | 0.18 | 312.63 | 0.83 | 0.45 |
| Hex | D2 | 14 | AA | 0 | 5A | 13 | 12 | 139 | 53 | 2D |
| Octal | 322 | 24 | 252 | 0 | 132 | 23 | 22 | 471 | 123 | 55 |
| Binary | 11010010 | 10100 | 10101010 | 0 | 1011010 | 10011 | 10010 | 100111001 | 1010011 | 101101 |
Color Harmonies of #D214AA
Complementary color
Monochromatic Colors of #D214AA
Black with #D214AA
Text Example
Text Example
White with #D214AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D214AA; }
p { color: rgb(210,20,170); }
H1.HeaderClassName
{
color: #D214AA;
}
.AnyTagClassName
{
color: #D214AA;
}
</style>
background-color css
<style>
a { background-color: #D214AA; }
a { background-color: rgb(210,20,170); }
div.DivClassName
{
background-color: #D214AA;
}
.BgClassName
{
background-color: #D214AA;
}
</style>
border-color css
<style>
span { border-color: #D214AA; }
span { border-color: rgb(210,20,170); }
td.TdClassName
{
border-color: #D214AA;
}
.TagClassName
{
border-color: #D214AA;
}
</style>