Shades of Medium Violet Red #D218AC
Tints of Medium Violet Red #D218AC
RGB
CMYK
RGB Variations
Color information
#D218AC (or 0xD218AC) is known color: Medium Violet Red. HEX triplet: D2, 18 and AC. RGB value is (210,24,172). Sum of RGB (Red+Green+Blue) = 210+24+172=406 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.72% from 406); Green value is 24 (9.77% from 255 or 5.91% from 406); Blue value is 172 (67.58% from 255 or 42.36% from 406); Max value from RGB is 210 - color contains mainly: red. Hex color #D218AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D218AC is #2DE753. Grayscale: #606060. Windows color (decimal): -3008340 or 11278546. OLE color: 11278546.
HSL color Cylindrical-coordinate representation of color #D218AC: hue angle of 312.26º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D218AC is Cyan = 0, Magento = 0.89, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 24 | 172 | - |
| CMYK | 0 | 0.89 | 0.18 | 0.18 |
| HSL | 312.26º | 0.79% | 0.46% | - |
| HSV(B) | 312.26º | 0.89% | 0.82% | - |
| XYZ | 34.35 | 17.33 | 40.56 | - |
| YUV | 96.49 | 170.62 | 208.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 24 | 172 | 0 | 0.89 | 0.18 | 0.18 | 312.26 | 0.79 | 0.46 |
| Hex | D2 | 18 | AC | 0 | 59 | 12 | 12 | 138 | 4F | 2E |
| Octal | 322 | 30 | 254 | 0 | 131 | 22 | 22 | 470 | 117 | 56 |
| Binary | 11010010 | 11000 | 10101100 | 0 | 1011001 | 10010 | 10010 | 100111000 | 1001111 | 101110 |
Color Harmonies of #D218AC
Complementary color
Monochromatic Colors of #D218AC
Black with #D218AC
Text Example
Text Example
White with #D218AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D218AC; }
p { color: rgb(210,24,172); }
H1.HeaderClassName
{
color: #D218AC;
}
.AnyTagClassName
{
color: #D218AC;
}
</style>
background-color css
<style>
a { background-color: #D218AC; }
a { background-color: rgb(210,24,172); }
div.DivClassName
{
background-color: #D218AC;
}
.BgClassName
{
background-color: #D218AC;
}
</style>
border-color css
<style>
span { border-color: #D218AC; }
span { border-color: rgb(210,24,172); }
td.TdClassName
{
border-color: #D218AC;
}
.TagClassName
{
border-color: #D218AC;
}
</style>