Shades of Medium Violet Red #D918A3
Tints of Medium Violet Red #D918A3
RGB
CMYK
RGB Variations
Color information
#D918A3 (or 0xD918A3) is known color: Medium Violet Red. HEX triplet: D9, 18 and A3. RGB value is (217,24,163). Sum of RGB (Red+Green+Blue) = 217+24+163=404 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.71% from 404); Green value is 24 (9.77% from 255 or 5.94% from 404); Blue value is 163 (64.06% from 255 or 40.35% from 404); Max value from RGB is 217 - color contains mainly: red. Hex color #D918A3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D918A3 is #26E75C. Grayscale: #616161. Windows color (decimal): -2549597 or 10688729. OLE color: 10688729.
HSL color Cylindrical-coordinate representation of color #D918A3: hue angle of 316.79º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D918A3 is Cyan = 0, Magento = 0.89, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 24 | 163 | - |
| CMYK | 0 | 0.89 | 0.25 | 0.15 |
| HSL | 316.79º | 0.8% | 0.47% | - |
| HSV(B) | 316.79º | 0.89% | 0.85% | - |
| XYZ | 35.55 | 18.05 | 36.26 | - |
| YUV | 97.55 | 164.94 | 213.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 24 | 163 | 0 | 0.89 | 0.25 | 0.15 | 316.79 | 0.8 | 0.47 |
| Hex | D9 | 18 | A3 | 0 | 59 | 19 | F | 13D | 50 | 2F |
| Octal | 331 | 30 | 243 | 0 | 131 | 31 | 17 | 475 | 120 | 57 |
| Binary | 11011001 | 11000 | 10100011 | 0 | 1011001 | 11001 | 1111 | 100111101 | 1010000 | 101111 |
Color Harmonies of #D918A3
Complementary color
Monochromatic Colors of #D918A3
Black with #D918A3
Text Example
Text Example
White with #D918A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D918A3; }
p { color: rgb(217,24,163); }
H1.HeaderClassName
{
color: #D918A3;
}
.AnyTagClassName
{
color: #D918A3;
}
</style>
background-color css
<style>
a { background-color: #D918A3; }
a { background-color: rgb(217,24,163); }
div.DivClassName
{
background-color: #D918A3;
}
.BgClassName
{
background-color: #D918A3;
}
</style>
border-color css
<style>
span { border-color: #D918A3; }
span { border-color: rgb(217,24,163); }
td.TdClassName
{
border-color: #D918A3;
}
.TagClassName
{
border-color: #D918A3;
}
</style>