Shades of Medium Violet Red #D518A3
Tints of Medium Violet Red #D518A3
RGB
CMYK
RGB Variations
Color information
#D518A3 (or 0xD518A3) is known color: Medium Violet Red. HEX triplet: D5, 18 and A3. RGB value is (213,24,163). Sum of RGB (Red+Green+Blue) = 213+24+163=400 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.25% from 400); Green value is 24 (9.77% from 255 or 6% from 400); Blue value is 163 (64.06% from 255 or 40.75% from 400); Max value from RGB is 213 - color contains mainly: red. Hex color #D518A3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D518A3 is #2AE75C. Grayscale: #5F5F5F. Windows color (decimal): -2811741 or 10688725. OLE color: 10688725.
HSL color Cylindrical-coordinate representation of color #D518A3: hue angle of 315.87º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D518A3 is Cyan = 0, Magento = 0.89, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 24 | 163 | - |
| CMYK | 0 | 0.89 | 0.23 | 0.16 |
| HSL | 315.87º | 0.8% | 0.46% | - |
| HSV(B) | 315.87º | 0.89% | 0.84% | - |
| XYZ | 34.38 | 17.44 | 36.21 | - |
| YUV | 96.36 | 165.62 | 211.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 24 | 163 | 0 | 0.89 | 0.23 | 0.16 | 315.87 | 0.8 | 0.46 |
| Hex | D5 | 18 | A3 | 0 | 59 | 17 | 10 | 13C | 50 | 2E |
| Octal | 325 | 30 | 243 | 0 | 131 | 27 | 20 | 474 | 120 | 56 |
| Binary | 11010101 | 11000 | 10100011 | 0 | 1011001 | 10111 | 10000 | 100111100 | 1010000 | 101110 |
Color Harmonies of #D518A3
Complementary color
Monochromatic Colors of #D518A3
Black with #D518A3
Text Example
Text Example
White with #D518A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D518A3; }
p { color: rgb(213,24,163); }
H1.HeaderClassName
{
color: #D518A3;
}
.AnyTagClassName
{
color: #D518A3;
}
</style>
background-color css
<style>
a { background-color: #D518A3; }
a { background-color: rgb(213,24,163); }
div.DivClassName
{
background-color: #D518A3;
}
.BgClassName
{
background-color: #D518A3;
}
</style>
border-color css
<style>
span { border-color: #D518A3; }
span { border-color: rgb(213,24,163); }
td.TdClassName
{
border-color: #D518A3;
}
.TagClassName
{
border-color: #D518A3;
}
</style>