Shades of Medium Violet Red #D618A1
Tints of Medium Violet Red #D618A1
RGB
CMYK
RGB Variations
Color information
#D618A1 (or 0xD618A1) is known color: Medium Violet Red. HEX triplet: D6, 18 and A1. RGB value is (214,24,161). Sum of RGB (Red+Green+Blue) = 214+24+161=399 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.63% from 399); Green value is 24 (9.77% from 255 or 6.02% from 399); Blue value is 161 (63.28% from 255 or 40.35% from 399); Max value from RGB is 214 - color contains mainly: red. Hex color #D618A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D618A1 is #29E75E. Grayscale: #606060. Windows color (decimal): -2746207 or 10557654. OLE color: 10557654.
HSL color Cylindrical-coordinate representation of color #D618A1: hue angle of 316.74º 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 #D618A1 is Cyan = 0, Magento = 0.89, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 24 | 161 | - |
| CMYK | 0 | 0.89 | 0.25 | 0.16 |
| HSL | 316.74º | 0.8% | 0.47% | - |
| HSV(B) | 316.74º | 0.89% | 0.84% | - |
| XYZ | 34.49 | 17.52 | 35.28 | - |
| YUV | 96.43 | 164.45 | 211.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 24 | 161 | 0 | 0.89 | 0.25 | 0.16 | 316.74 | 0.8 | 0.47 |
| Hex | D6 | 18 | A1 | 0 | 59 | 19 | 10 | 13D | 50 | 2F |
| Octal | 326 | 30 | 241 | 0 | 131 | 31 | 20 | 475 | 120 | 57 |
| Binary | 11010110 | 11000 | 10100001 | 0 | 1011001 | 11001 | 10000 | 100111101 | 1010000 | 101111 |
Color Harmonies of #D618A1
Complementary color
Monochromatic Colors of #D618A1
Black with #D618A1
Text Example
Text Example
White with #D618A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D618A1; }
p { color: rgb(214,24,161); }
H1.HeaderClassName
{
color: #D618A1;
}
.AnyTagClassName
{
color: #D618A1;
}
</style>
background-color css
<style>
a { background-color: #D618A1; }
a { background-color: rgb(214,24,161); }
div.DivClassName
{
background-color: #D618A1;
}
.BgClassName
{
background-color: #D618A1;
}
</style>
border-color css
<style>
span { border-color: #D618A1; }
span { border-color: rgb(214,24,161); }
td.TdClassName
{
border-color: #D618A1;
}
.TagClassName
{
border-color: #D618A1;
}
</style>