Shades of Medium Violet Red #D521A3
Tints of Medium Violet Red #D521A3
RGB
CMYK
RGB Variations
Color information
#D521A3 (or 0xD521A3) is known color: Medium Violet Red. HEX triplet: D5, 21 and A3. RGB value is (213,33,163). Sum of RGB (Red+Green+Blue) = 213+33+163=409 (54% of max value = 765). Red value is 213 (83.59% from 255 or 52.08% from 409); Green value is 33 (13.28% from 255 or 8.07% from 409); Blue value is 163 (64.06% from 255 or 39.85% from 409); Max value from RGB is 213 - color contains mainly: red. Hex color #D521A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D521A3 is #2ADE5C. Grayscale: #656565. Windows color (decimal): -2809437 or 10691029. OLE color: 10691029.
HSL color Cylindrical-coordinate representation of color #D521A3: hue angle of 316.67º 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 #D521A3 is Cyan = 0, Magento = 0.85, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 33 | 163 | - |
| CMYK | 0 | 0.85 | 0.23 | 0.16 |
| HSL | 316.67º | 0.73% | 0.48% | - |
| HSV(B) | 316.67º | 0.85% | 0.84% | - |
| XYZ | 34.6 | 17.88 | 36.28 | - |
| YUV | 101.64 | 162.63 | 207.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 33 | 163 | 0 | 0.85 | 0.23 | 0.16 | 316.67 | 0.73 | 0.48 |
| Hex | D5 | 21 | A3 | 0 | 55 | 17 | 10 | 13D | 49 | 30 |
| Octal | 325 | 41 | 243 | 0 | 125 | 27 | 20 | 475 | 111 | 60 |
| Binary | 11010101 | 100001 | 10100011 | 0 | 1010101 | 10111 | 10000 | 100111101 | 1001001 | 110000 |
Color Harmonies of #D521A3
Complementary color
Monochromatic Colors of #D521A3
Black with #D521A3
Text Example
Text Example
White with #D521A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D521A3; }
p { color: rgb(213,33,163); }
H1.HeaderClassName
{
color: #D521A3;
}
.AnyTagClassName
{
color: #D521A3;
}
</style>
background-color css
<style>
a { background-color: #D521A3; }
a { background-color: rgb(213,33,163); }
div.DivClassName
{
background-color: #D521A3;
}
.BgClassName
{
background-color: #D521A3;
}
</style>
border-color css
<style>
span { border-color: #D521A3; }
span { border-color: rgb(213,33,163); }
td.TdClassName
{
border-color: #D521A3;
}
.TagClassName
{
border-color: #D521A3;
}
</style>