Shades of Medium Violet Red #D618A3
Tints of Medium Violet Red #D618A3
RGB
CMYK
RGB Variations
Color information
#D618A3 (or 0xD618A3) is known color: Medium Violet Red. HEX triplet: D6, 18 and A3. RGB value is (214,24,163). Sum of RGB (Red+Green+Blue) = 214+24+163=401 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.37% from 401); Green value is 24 (9.77% from 255 or 5.99% from 401); Blue value is 163 (64.06% from 255 or 40.65% from 401); Max value from RGB is 214 - color contains mainly: red. Hex color #D618A3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D618A3 is #29E75C. Grayscale: #606060. Windows color (decimal): -2746205 or 10688726. OLE color: 10688726.
HSL color Cylindrical-coordinate representation of color #D618A3: hue angle of 316.11º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D618A3 is Cyan = 0, Magento = 0.89, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 24 | 163 | - |
| CMYK | 0 | 0.89 | 0.24 | 0.16 |
| HSL | 316.11º | 0.8% | 0.47% | - |
| HSV(B) | 316.11º | 0.89% | 0.84% | - |
| XYZ | 34.67 | 17.59 | 36.22 | - |
| YUV | 96.66 | 165.45 | 211.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 24 | 163 | 0 | 0.89 | 0.24 | 0.16 | 316.11 | 0.8 | 0.47 |
| Hex | D6 | 18 | A3 | 0 | 59 | 18 | 10 | 13C | 50 | 2F |
| Octal | 326 | 30 | 243 | 0 | 131 | 30 | 20 | 474 | 120 | 57 |
| Binary | 11010110 | 11000 | 10100011 | 0 | 1011001 | 11000 | 10000 | 100111100 | 1010000 | 101111 |
Color Harmonies of #D618A3
Complementary color
Monochromatic Colors of #D618A3
Black with #D618A3
Text Example
Text Example
White with #D618A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D618A3; }
p { color: rgb(214,24,163); }
H1.HeaderClassName
{
color: #D618A3;
}
.AnyTagClassName
{
color: #D618A3;
}
</style>
background-color css
<style>
a { background-color: #D618A3; }
a { background-color: rgb(214,24,163); }
div.DivClassName
{
background-color: #D618A3;
}
.BgClassName
{
background-color: #D618A3;
}
</style>
border-color css
<style>
span { border-color: #D618A3; }
span { border-color: rgb(214,24,163); }
td.TdClassName
{
border-color: #D618A3;
}
.TagClassName
{
border-color: #D618A3;
}
</style>