Shades of Medium Violet Red #D521A8
Tints of Medium Violet Red #D521A8
RGB
CMYK
RGB Variations
Color information
#D521A8 (or 0xD521A8) is known color: Medium Violet Red. HEX triplet: D5, 21 and A8. RGB value is (213,33,168). Sum of RGB (Red+Green+Blue) = 213+33+168=414 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.45% from 414); Green value is 33 (13.28% from 255 or 7.97% from 414); Blue value is 168 (66.02% from 255 or 40.58% from 414); Max value from RGB is 213 - color contains mainly: red. Hex color #D521A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D521A8 is #2ADE57. Grayscale: #656565. Windows color (decimal): -2809432 or 11018709. OLE color: 11018709.
HSL color Cylindrical-coordinate representation of color #D521A8: hue angle of 315º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D521A8 is Cyan = 0, Magento = 0.85, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 33 | 168 | - |
| CMYK | 0 | 0.85 | 0.21 | 0.16 |
| HSL | 315º | 0.73% | 0.48% | - |
| HSV(B) | 315º | 0.85% | 0.84% | - |
| XYZ | 35.05 | 18.06 | 38.68 | - |
| YUV | 102.21 | 165.13 | 207.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 33 | 168 | 0 | 0.85 | 0.21 | 0.16 | 315 | 0.73 | 0.48 |
| Hex | D5 | 21 | A8 | 0 | 55 | 15 | 10 | 13B | 49 | 30 |
| Octal | 325 | 41 | 250 | 0 | 125 | 25 | 20 | 473 | 111 | 60 |
| Binary | 11010101 | 100001 | 10101000 | 0 | 1010101 | 10101 | 10000 | 100111011 | 1001001 | 110000 |
Color Harmonies of #D521A8
Complementary color
Monochromatic Colors of #D521A8
Black with #D521A8
Text Example
Text Example
White with #D521A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D521A8; }
p { color: rgb(213,33,168); }
H1.HeaderClassName
{
color: #D521A8;
}
.AnyTagClassName
{
color: #D521A8;
}
</style>
background-color css
<style>
a { background-color: #D521A8; }
a { background-color: rgb(213,33,168); }
div.DivClassName
{
background-color: #D521A8;
}
.BgClassName
{
background-color: #D521A8;
}
</style>
border-color css
<style>
span { border-color: #D521A8; }
span { border-color: rgb(213,33,168); }
td.TdClassName
{
border-color: #D521A8;
}
.TagClassName
{
border-color: #D521A8;
}
</style>