Shades of Medium Violet Red #D418AA
Tints of Medium Violet Red #D418AA
RGB
CMYK
RGB Variations
Color information
#D418AA (or 0xD418AA) is known color: Medium Violet Red. HEX triplet: D4, 18 and AA. RGB value is (212,24,170). Sum of RGB (Red+Green+Blue) = 212+24+170=406 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.22% from 406); Green value is 24 (9.77% from 255 or 5.91% from 406); Blue value is 170 (66.80% from 255 or 41.87% from 406); Max value from RGB is 212 - color contains mainly: red. Hex color #D418AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D418AA is #2BE755. Grayscale: #606060. Windows color (decimal): -2877270 or 11147476. OLE color: 11147476.
HSL color Cylindrical-coordinate representation of color #D418AA: hue angle of 313.4º 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 #D418AA is Cyan = 0, Magento = 0.89, Yellow = 0.20 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 24 | 170 | - |
| CMYK | 0 | 0.89 | 0.20 | 0.17 |
| HSL | 313.4º | 0.8% | 0.46% | - |
| HSV(B) | 313.4º | 0.89% | 0.83% | - |
| XYZ | 34.73 | 17.55 | 39.59 | - |
| YUV | 96.86 | 169.28 | 210.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 24 | 170 | 0 | 0.89 | 0.20 | 0.17 | 313.4 | 0.8 | 0.46 |
| Hex | D4 | 18 | AA | 0 | 59 | 14 | 11 | 139 | 50 | 2E |
| Octal | 324 | 30 | 252 | 0 | 131 | 24 | 21 | 471 | 120 | 56 |
| Binary | 11010100 | 11000 | 10101010 | 0 | 1011001 | 10100 | 10001 | 100111001 | 1010000 | 101110 |
Color Harmonies of #D418AA
Complementary color
Monochromatic Colors of #D418AA
Black with #D418AA
Text Example
Text Example
White with #D418AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D418AA; }
p { color: rgb(212,24,170); }
H1.HeaderClassName
{
color: #D418AA;
}
.AnyTagClassName
{
color: #D418AA;
}
</style>
background-color css
<style>
a { background-color: #D418AA; }
a { background-color: rgb(212,24,170); }
div.DivClassName
{
background-color: #D418AA;
}
.BgClassName
{
background-color: #D418AA;
}
</style>
border-color css
<style>
span { border-color: #D418AA; }
span { border-color: rgb(212,24,170); }
td.TdClassName
{
border-color: #D418AA;
}
.TagClassName
{
border-color: #D418AA;
}
</style>