Shades of Medium Violet Red #D618A2
Tints of Medium Violet Red #D618A2
RGB
CMYK
RGB Variations
Color information
#D618A2 (or 0xD618A2) is known color: Medium Violet Red. HEX triplet: D6, 18 and A2. RGB value is (214,24,162). Sum of RGB (Red+Green+Blue) = 214+24+162=400 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.5% from 400); Green value is 24 (9.77% from 255 or 6% from 400); Blue value is 162 (63.67% from 255 or 40.5% from 400); Max value from RGB is 214 - color contains mainly: red. Hex color #D618A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D618A2 is #29E75D. Grayscale: #606060. Windows color (decimal): -2746206 or 10623190. OLE color: 10623190.
HSL color Cylindrical-coordinate representation of color #D618A2: hue angle of 316.42º 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 #D618A2 is Cyan = 0, Magento = 0.89, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 24 | 162 | - |
| CMYK | 0 | 0.89 | 0.24 | 0.16 |
| HSL | 316.42º | 0.8% | 0.47% | - |
| HSV(B) | 316.42º | 0.89% | 0.84% | - |
| XYZ | 34.58 | 17.56 | 35.75 | - |
| YUV | 96.54 | 164.95 | 211.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 24 | 162 | 0 | 0.89 | 0.24 | 0.16 | 316.42 | 0.8 | 0.47 |
| Hex | D6 | 18 | A2 | 0 | 59 | 18 | 10 | 13C | 50 | 2F |
| Octal | 326 | 30 | 242 | 0 | 131 | 30 | 20 | 474 | 120 | 57 |
| Binary | 11010110 | 11000 | 10100010 | 0 | 1011001 | 11000 | 10000 | 100111100 | 1010000 | 101111 |
Color Harmonies of #D618A2
Complementary color
Monochromatic Colors of #D618A2
Black with #D618A2
Text Example
Text Example
White with #D618A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D618A2; }
p { color: rgb(214,24,162); }
H1.HeaderClassName
{
color: #D618A2;
}
.AnyTagClassName
{
color: #D618A2;
}
</style>
background-color css
<style>
a { background-color: #D618A2; }
a { background-color: rgb(214,24,162); }
div.DivClassName
{
background-color: #D618A2;
}
.BgClassName
{
background-color: #D618A2;
}
</style>
border-color css
<style>
span { border-color: #D618A2; }
span { border-color: rgb(214,24,162); }
td.TdClassName
{
border-color: #D618A2;
}
.TagClassName
{
border-color: #D618A2;
}
</style>