Shades of Medium Violet Red #D421A6
Tints of Medium Violet Red #D421A6
RGB
CMYK
RGB Variations
Color information
#D421A6 (or 0xD421A6) is known color: Medium Violet Red. HEX triplet: D4, 21 and A6. RGB value is (212,33,166). Sum of RGB (Red+Green+Blue) = 212+33+166=411 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.58% from 411); Green value is 33 (13.28% from 255 or 8.03% from 411); Blue value is 166 (65.23% from 255 or 40.39% from 411); Max value from RGB is 212 - color contains mainly: red. Hex color #D421A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D421A6 is #2BDE59. Grayscale: #656565. Windows color (decimal): -2874970 or 10887636. OLE color: 10887636.
HSL color Cylindrical-coordinate representation of color #D421A6: hue angle of 315.42º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D421A6 is Cyan = 0, Magento = 0.84, Yellow = 0.22 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 33 | 166 | - |
| CMYK | 0 | 0.84 | 0.22 | 0.17 |
| HSL | 315.42º | 0.73% | 0.48% | - |
| HSV(B) | 315.42º | 0.84% | 0.83% | - |
| XYZ | 34.58 | 17.84 | 37.7 | - |
| YUV | 101.68 | 164.3 | 206.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 33 | 166 | 0 | 0.84 | 0.22 | 0.17 | 315.42 | 0.73 | 0.48 |
| Hex | D4 | 21 | A6 | 0 | 54 | 16 | 11 | 13B | 49 | 30 |
| Octal | 324 | 41 | 246 | 0 | 124 | 26 | 21 | 473 | 111 | 60 |
| Binary | 11010100 | 100001 | 10100110 | 0 | 1010100 | 10110 | 10001 | 100111011 | 1001001 | 110000 |
Color Harmonies of #D421A6
Complementary color
Monochromatic Colors of #D421A6
Black with #D421A6
Text Example
Text Example
White with #D421A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D421A6; }
p { color: rgb(212,33,166); }
H1.HeaderClassName
{
color: #D421A6;
}
.AnyTagClassName
{
color: #D421A6;
}
</style>
background-color css
<style>
a { background-color: #D421A6; }
a { background-color: rgb(212,33,166); }
div.DivClassName
{
background-color: #D421A6;
}
.BgClassName
{
background-color: #D421A6;
}
</style>
border-color css
<style>
span { border-color: #D421A6; }
span { border-color: rgb(212,33,166); }
td.TdClassName
{
border-color: #D421A6;
}
.TagClassName
{
border-color: #D421A6;
}
</style>