Shades of Medium Violet Red #D511A3
Tints of Medium Violet Red #D511A3
RGB
CMYK
RGB Variations
Color information
#D511A3 (or 0xD511A3) is known color: Medium Violet Red. HEX triplet: D5, 11 and A3. RGB value is (213,17,163). Sum of RGB (Red+Green+Blue) = 213+17+163=393 (52% of max value = 765). Red value is 213 (83.59% from 255 or 54.20% from 393); Green value is 17 (7.03% from 255 or 4.33% from 393); Blue value is 163 (64.06% from 255 or 41.48% from 393); Max value from RGB is 213 - color contains mainly: red. Hex color #D511A3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D511A3 is #2AEE5C. Grayscale: #5B5B5B. Windows color (decimal): -2813533 or 10686933. OLE color: 10686933.
HSL color Cylindrical-coordinate representation of color #D511A3: hue angle of 315.31º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D511A3 is Cyan = 0, Magento = 0.92, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 17 | 163 | - |
| CMYK | 0 | 0.92 | 0.23 | 0.16 |
| HSL | 315.31º | 0.85% | 0.45% | - |
| HSV(B) | 315.31º | 0.92% | 0.84% | - |
| XYZ | 34.25 | 17.19 | 36.16 | - |
| YUV | 92.25 | 167.93 | 214.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 17 | 163 | 0 | 0.92 | 0.23 | 0.16 | 315.31 | 0.85 | 0.45 |
| Hex | D5 | 11 | A3 | 0 | 5C | 17 | 10 | 13B | 55 | 2D |
| Octal | 325 | 21 | 243 | 0 | 134 | 27 | 20 | 473 | 125 | 55 |
| Binary | 11010101 | 10001 | 10100011 | 0 | 1011100 | 10111 | 10000 | 100111011 | 1010101 | 101101 |
Color Harmonies of #D511A3
Complementary color
Monochromatic Colors of #D511A3
Black with #D511A3
Text Example
Text Example
White with #D511A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D511A3; }
p { color: rgb(213,17,163); }
H1.HeaderClassName
{
color: #D511A3;
}
.AnyTagClassName
{
color: #D511A3;
}
</style>
background-color css
<style>
a { background-color: #D511A3; }
a { background-color: rgb(213,17,163); }
div.DivClassName
{
background-color: #D511A3;
}
.BgClassName
{
background-color: #D511A3;
}
</style>
border-color css
<style>
span { border-color: #D511A3; }
span { border-color: rgb(213,17,163); }
td.TdClassName
{
border-color: #D511A3;
}
.TagClassName
{
border-color: #D511A3;
}
</style>