Shades of Medium Violet Red #D618A4
Tints of Medium Violet Red #D618A4
RGB
CMYK
RGB Variations
Color information
#D618A4 (or 0xD618A4) is known color: Medium Violet Red. HEX triplet: D6, 18 and A4. RGB value is (214,24,164). Sum of RGB (Red+Green+Blue) = 214+24+164=402 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.23% from 402); Green value is 24 (9.77% from 255 or 5.97% from 402); Blue value is 164 (64.45% from 255 or 40.80% from 402); Max value from RGB is 214 - color contains mainly: red. Hex color #D618A4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D618A4 is #29E75B. Grayscale: #606060. Windows color (decimal): -2746204 or 10754262. OLE color: 10754262.
HSL color Cylindrical-coordinate representation of color #D618A4: hue angle of 315.79º 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 #D618A4 is Cyan = 0, Magento = 0.89, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 24 | 164 | - |
| CMYK | 0 | 0.89 | 0.23 | 0.16 |
| HSL | 315.79º | 0.8% | 0.47% | - |
| HSV(B) | 315.79º | 0.89% | 0.84% | - |
| XYZ | 34.76 | 17.63 | 36.69 | - |
| YUV | 96.77 | 165.95 | 211.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 24 | 164 | 0 | 0.89 | 0.23 | 0.16 | 315.79 | 0.8 | 0.47 |
| Hex | D6 | 18 | A4 | 0 | 59 | 17 | 10 | 13C | 50 | 2F |
| Octal | 326 | 30 | 244 | 0 | 131 | 27 | 20 | 474 | 120 | 57 |
| Binary | 11010110 | 11000 | 10100100 | 0 | 1011001 | 10111 | 10000 | 100111100 | 1010000 | 101111 |
Color Harmonies of #D618A4
Complementary color
Monochromatic Colors of #D618A4
Black with #D618A4
Text Example
Text Example
White with #D618A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D618A4; }
p { color: rgb(214,24,164); }
H1.HeaderClassName
{
color: #D618A4;
}
.AnyTagClassName
{
color: #D618A4;
}
</style>
background-color css
<style>
a { background-color: #D618A4; }
a { background-color: rgb(214,24,164); }
div.DivClassName
{
background-color: #D618A4;
}
.BgClassName
{
background-color: #D618A4;
}
</style>
border-color css
<style>
span { border-color: #D618A4; }
span { border-color: rgb(214,24,164); }
td.TdClassName
{
border-color: #D618A4;
}
.TagClassName
{
border-color: #D618A4;
}
</style>