Shades of Medium Violet Red #D421A7
Tints of Medium Violet Red #D421A7
RGB
CMYK
RGB Variations
Color information
#D421A7 (or 0xD421A7) is known color: Medium Violet Red. HEX triplet: D4, 21 and A7. RGB value is (212,33,167). Sum of RGB (Red+Green+Blue) = 212+33+167=412 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.46% from 412); Green value is 33 (13.28% from 255 or 8.01% from 412); Blue value is 167 (65.62% from 255 or 40.53% from 412); Max value from RGB is 212 - color contains mainly: red. Hex color #D421A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D421A7 is #2BDE58. Grayscale: #656565. Windows color (decimal): -2874969 or 10953172. OLE color: 10953172.
HSL color Cylindrical-coordinate representation of color #D421A7: hue angle of 315.08º 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 #D421A7 is Cyan = 0, Magento = 0.84, Yellow = 0.21 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 33 | 167 | - |
| CMYK | 0 | 0.84 | 0.21 | 0.17 |
| HSL | 315.08º | 0.73% | 0.48% | - |
| HSV(B) | 315.08º | 0.84% | 0.83% | - |
| XYZ | 34.67 | 17.87 | 38.18 | - |
| YUV | 101.8 | 164.8 | 206.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 33 | 167 | 0 | 0.84 | 0.21 | 0.17 | 315.08 | 0.73 | 0.48 |
| Hex | D4 | 21 | A7 | 0 | 54 | 15 | 11 | 13B | 49 | 30 |
| Octal | 324 | 41 | 247 | 0 | 124 | 25 | 21 | 473 | 111 | 60 |
| Binary | 11010100 | 100001 | 10100111 | 0 | 1010100 | 10101 | 10001 | 100111011 | 1001001 | 110000 |
Color Harmonies of #D421A7
Complementary color
Monochromatic Colors of #D421A7
Black with #D421A7
Text Example
Text Example
White with #D421A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D421A7; }
p { color: rgb(212,33,167); }
H1.HeaderClassName
{
color: #D421A7;
}
.AnyTagClassName
{
color: #D421A7;
}
</style>
background-color css
<style>
a { background-color: #D421A7; }
a { background-color: rgb(212,33,167); }
div.DivClassName
{
background-color: #D421A7;
}
.BgClassName
{
background-color: #D421A7;
}
</style>
border-color css
<style>
span { border-color: #D421A7; }
span { border-color: rgb(212,33,167); }
td.TdClassName
{
border-color: #D421A7;
}
.TagClassName
{
border-color: #D421A7;
}
</style>