Shades of Medium Violet Red #D621A8
Tints of Medium Violet Red #D621A8
RGB
CMYK
RGB Variations
Color information
#D621A8 (or 0xD621A8) is known color: Medium Violet Red. HEX triplet: D6, 21 and A8. RGB value is (214,33,168). Sum of RGB (Red+Green+Blue) = 214+33+168=415 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.57% from 415); Green value is 33 (13.28% from 255 or 7.95% from 415); Blue value is 168 (66.02% from 255 or 40.48% from 415); Max value from RGB is 214 - color contains mainly: red. Hex color #D621A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D621A8 is #29DE57. Grayscale: #666666. Windows color (decimal): -2743896 or 11018710. OLE color: 11018710.
HSL color Cylindrical-coordinate representation of color #D621A8: hue angle of 315.25º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D621A8 is Cyan = 0, Magento = 0.85, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 33 | 168 | - |
| CMYK | 0 | 0.85 | 0.21 | 0.16 |
| HSL | 315.25º | 0.73% | 0.48% | - |
| HSV(B) | 315.25º | 0.85% | 0.84% | - |
| XYZ | 35.34 | 18.21 | 38.7 | - |
| YUV | 102.51 | 164.97 | 207.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 33 | 168 | 0 | 0.85 | 0.21 | 0.16 | 315.25 | 0.73 | 0.48 |
| Hex | D6 | 21 | A8 | 0 | 55 | 15 | 10 | 13B | 49 | 30 |
| Octal | 326 | 41 | 250 | 0 | 125 | 25 | 20 | 473 | 111 | 60 |
| Binary | 11010110 | 100001 | 10101000 | 0 | 1010101 | 10101 | 10000 | 100111011 | 1001001 | 110000 |
Color Harmonies of #D621A8
Complementary color
Monochromatic Colors of #D621A8
Black with #D621A8
Text Example
Text Example
White with #D621A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D621A8; }
p { color: rgb(214,33,168); }
H1.HeaderClassName
{
color: #D621A8;
}
.AnyTagClassName
{
color: #D621A8;
}
</style>
background-color css
<style>
a { background-color: #D621A8; }
a { background-color: rgb(214,33,168); }
div.DivClassName
{
background-color: #D621A8;
}
.BgClassName
{
background-color: #D621A8;
}
</style>
border-color css
<style>
span { border-color: #D621A8; }
span { border-color: rgb(214,33,168); }
td.TdClassName
{
border-color: #D621A8;
}
.TagClassName
{
border-color: #D621A8;
}
</style>