Shades of Medium Violet Red #D618A0
Tints of Medium Violet Red #D618A0
RGB
CMYK
RGB Variations
Color information
#D618A0 (or 0xD618A0) is known color: Medium Violet Red. HEX triplet: D6, 18 and A0. RGB value is (214,24,160). Sum of RGB (Red+Green+Blue) = 214+24+160=398 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.77% from 398); Green value is 24 (9.77% from 255 or 6.03% from 398); Blue value is 160 (62.89% from 255 or 40.20% from 398); Max value from RGB is 214 - color contains mainly: red. Hex color #D618A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D618A0 is #29E75F. Grayscale: #5F5F5F. Windows color (decimal): -2746208 or 10492118. OLE color: 10492118.
HSL color Cylindrical-coordinate representation of color #D618A0: hue angle of 317.05º 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 #D618A0 is Cyan = 0, Magento = 0.89, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 24 | 160 | - |
| CMYK | 0 | 0.89 | 0.25 | 0.16 |
| HSL | 317.05º | 0.8% | 0.47% | - |
| HSV(B) | 317.05º | 0.89% | 0.84% | - |
| XYZ | 34.4 | 17.49 | 34.82 | - |
| YUV | 96.31 | 163.95 | 211.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 24 | 160 | 0 | 0.89 | 0.25 | 0.16 | 317.05 | 0.8 | 0.47 |
| Hex | D6 | 18 | A0 | 0 | 59 | 19 | 10 | 13D | 50 | 2F |
| Octal | 326 | 30 | 240 | 0 | 131 | 31 | 20 | 475 | 120 | 57 |
| Binary | 11010110 | 11000 | 10100000 | 0 | 1011001 | 11001 | 10000 | 100111101 | 1010000 | 101111 |
Color Harmonies of #D618A0
Complementary color
Monochromatic Colors of #D618A0
Black with #D618A0
Text Example
Text Example
White with #D618A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D618A0; }
p { color: rgb(214,24,160); }
H1.HeaderClassName
{
color: #D618A0;
}
.AnyTagClassName
{
color: #D618A0;
}
</style>
background-color css
<style>
a { background-color: #D618A0; }
a { background-color: rgb(214,24,160); }
div.DivClassName
{
background-color: #D618A0;
}
.BgClassName
{
background-color: #D618A0;
}
</style>
border-color css
<style>
span { border-color: #D618A0; }
span { border-color: rgb(214,24,160); }
td.TdClassName
{
border-color: #D618A0;
}
.TagClassName
{
border-color: #D618A0;
}
</style>