Shades of Medium Violet Red #D318A8
Tints of Medium Violet Red #D318A8
RGB
CMYK
RGB Variations
Color information
#D318A8 (or 0xD318A8) is known color: Medium Violet Red. HEX triplet: D3, 18 and A8. RGB value is (211,24,168). Sum of RGB (Red+Green+Blue) = 211+24+168=403 (53% of max value = 765). Red value is 211 (82.81% from 255 or 52.36% from 403); Green value is 24 (9.77% from 255 or 5.96% from 403); Blue value is 168 (66.02% from 255 or 41.69% from 403); Max value from RGB is 211 - color contains mainly: red. Hex color #D318A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D318A8 is #2CE757. Grayscale: #5F5F5F. Windows color (decimal): -2942808 or 11016403. OLE color: 11016403.
HSL color Cylindrical-coordinate representation of color #D318A8: hue angle of 313.8º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D318A8 is Cyan = 0, Magento = 0.89, Yellow = 0.20 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 24 | 168 | - |
| CMYK | 0 | 0.89 | 0.20 | 0.17 |
| HSL | 313.8º | 0.8% | 0.46% | - |
| HSV(B) | 313.8º | 0.89% | 0.83% | - |
| XYZ | 34.26 | 17.33 | 38.59 | - |
| YUV | 96.33 | 168.45 | 209.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 24 | 168 | 0 | 0.89 | 0.20 | 0.17 | 313.8 | 0.8 | 0.46 |
| Hex | D3 | 18 | A8 | 0 | 59 | 14 | 11 | 13A | 50 | 2E |
| Octal | 323 | 30 | 250 | 0 | 131 | 24 | 21 | 472 | 120 | 56 |
| Binary | 11010011 | 11000 | 10101000 | 0 | 1011001 | 10100 | 10001 | 100111010 | 1010000 | 101110 |
Color Harmonies of #D318A8
Complementary color
Monochromatic Colors of #D318A8
Black with #D318A8
Text Example
Text Example
White with #D318A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D318A8; }
p { color: rgb(211,24,168); }
H1.HeaderClassName
{
color: #D318A8;
}
.AnyTagClassName
{
color: #D318A8;
}
</style>
background-color css
<style>
a { background-color: #D318A8; }
a { background-color: rgb(211,24,168); }
div.DivClassName
{
background-color: #D318A8;
}
.BgClassName
{
background-color: #D318A8;
}
</style>
border-color css
<style>
span { border-color: #D318A8; }
span { border-color: rgb(211,24,168); }
td.TdClassName
{
border-color: #D318A8;
}
.TagClassName
{
border-color: #D318A8;
}
</style>