Shades of Medium Violet Red #D013AA
Tints of Medium Violet Red #D013AA
RGB
CMYK
RGB Variations
Color information
#D013AA (or 0xD013AA) is known color: Medium Violet Red. HEX triplet: D0, 13 and AA. RGB value is (208,19,170). Sum of RGB (Red+Green+Blue) = 208+19+170=397 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.39% from 397); Green value is 19 (7.81% from 255 or 4.79% from 397); Blue value is 170 (66.80% from 255 or 42.82% from 397); Max value from RGB is 208 - color contains mainly: red. Hex color #D013AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D013AA is #2FEC55. Grayscale: #5C5C5C. Windows color (decimal): -3140694 or 11146192. OLE color: 11146192.
HSL color Cylindrical-coordinate representation of color #D013AA: hue angle of 312.06º 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 #D013AA is Cyan = 0, Magento = 0.91, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 19 | 170 | - |
| CMYK | 0 | 0.91 | 0.18 | 0.18 |
| HSL | 312.06º | 0.83% | 0.45% | - |
| HSV(B) | 312.06º | 0.91% | 0.82% | - |
| XYZ | 33.5 | 16.78 | 39.5 | - |
| YUV | 92.73 | 171.62 | 210.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 19 | 170 | 0 | 0.91 | 0.18 | 0.18 | 312.06 | 0.83 | 0.45 |
| Hex | D0 | 13 | AA | 0 | 5B | 12 | 12 | 138 | 53 | 2D |
| Octal | 320 | 23 | 252 | 0 | 133 | 22 | 22 | 470 | 123 | 55 |
| Binary | 11010000 | 10011 | 10101010 | 0 | 1011011 | 10010 | 10010 | 100111000 | 1010011 | 101101 |
Color Harmonies of #D013AA
Complementary color
Monochromatic Colors of #D013AA
Black with #D013AA
Text Example
Text Example
White with #D013AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D013AA; }
p { color: rgb(208,19,170); }
H1.HeaderClassName
{
color: #D013AA;
}
.AnyTagClassName
{
color: #D013AA;
}
</style>
background-color css
<style>
a { background-color: #D013AA; }
a { background-color: rgb(208,19,170); }
div.DivClassName
{
background-color: #D013AA;
}
.BgClassName
{
background-color: #D013AA;
}
</style>
border-color css
<style>
span { border-color: #D013AA; }
span { border-color: rgb(208,19,170); }
td.TdClassName
{
border-color: #D013AA;
}
.TagClassName
{
border-color: #D013AA;
}
</style>