Shades of Medium Violet Red #D013A1
Tints of Medium Violet Red #D013A1
RGB
CMYK
RGB Variations
Color information
#D013A1 (or 0xD013A1) is known color: Medium Violet Red. HEX triplet: D0, 13 and A1. RGB value is (208,19,161). Sum of RGB (Red+Green+Blue) = 208+19+161=388 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.61% from 388); Green value is 19 (7.81% from 255 or 4.90% from 388); Blue value is 161 (63.28% from 255 or 41.49% from 388); Max value from RGB is 208 - color contains mainly: red. Hex color #D013A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D013A1 is #2FEC5E. Grayscale: #5B5B5B. Windows color (decimal): -3140703 or 10556368. OLE color: 10556368.
HSL color Cylindrical-coordinate representation of color #D013A1: hue angle of 314.92º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D013A1 is Cyan = 0, Magento = 0.91, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 19 | 161 | - |
| CMYK | 0 | 0.91 | 0.23 | 0.18 |
| HSL | 314.92º | 0.83% | 0.45% | - |
| HSV(B) | 314.92º | 0.91% | 0.82% | - |
| XYZ | 32.68 | 16.45 | 35.17 | - |
| YUV | 91.7 | 167.12 | 210.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 19 | 161 | 0 | 0.91 | 0.23 | 0.18 | 314.92 | 0.83 | 0.45 |
| Hex | D0 | 13 | A1 | 0 | 5B | 17 | 12 | 13B | 53 | 2D |
| Octal | 320 | 23 | 241 | 0 | 133 | 27 | 22 | 473 | 123 | 55 |
| Binary | 11010000 | 10011 | 10100001 | 0 | 1011011 | 10111 | 10010 | 100111011 | 1010011 | 101101 |
Color Harmonies of #D013A1
Complementary color
Monochromatic Colors of #D013A1
Black with #D013A1
Text Example
Text Example
White with #D013A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D013A1; }
p { color: rgb(208,19,161); }
H1.HeaderClassName
{
color: #D013A1;
}
.AnyTagClassName
{
color: #D013A1;
}
</style>
background-color css
<style>
a { background-color: #D013A1; }
a { background-color: rgb(208,19,161); }
div.DivClassName
{
background-color: #D013A1;
}
.BgClassName
{
background-color: #D013A1;
}
</style>
border-color css
<style>
span { border-color: #D013A1; }
span { border-color: rgb(208,19,161); }
td.TdClassName
{
border-color: #D013A1;
}
.TagClassName
{
border-color: #D013A1;
}
</style>