Shades of Medium Violet Red #D620A4
Tints of Medium Violet Red #D620A4
RGB
CMYK
RGB Variations
Color information
#D620A4 (or 0xD620A4) is known color: Medium Violet Red. HEX triplet: D6, 20 and A4. RGB value is (214,32,164). Sum of RGB (Red+Green+Blue) = 214+32+164=410 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.20% from 410); Green value is 32 (12.89% from 255 or 7.80% from 410); Blue value is 164 (64.45% from 255 or 40% from 410); Max value from RGB is 214 - color contains mainly: red. Hex color #D620A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D620A4 is #29DF5B. Grayscale: #656565. Windows color (decimal): -2744156 or 10756310. OLE color: 10756310.
HSL color Cylindrical-coordinate representation of color #D620A4: hue angle of 316.48º degrees, saturation: 0.74, 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 #D620A4 is Cyan = 0, Magento = 0.85, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 32 | 164 | - |
| CMYK | 0 | 0.85 | 0.23 | 0.16 |
| HSL | 316.48º | 0.74% | 0.48% | - |
| HSV(B) | 316.48º | 0.85% | 0.84% | - |
| XYZ | 34.95 | 18.01 | 36.76 | - |
| YUV | 101.47 | 163.3 | 208.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 32 | 164 | 0 | 0.85 | 0.23 | 0.16 | 316.48 | 0.74 | 0.48 |
| Hex | D6 | 20 | A4 | 0 | 55 | 17 | 10 | 13C | 4A | 30 |
| Octal | 326 | 40 | 244 | 0 | 125 | 27 | 20 | 474 | 112 | 60 |
| Binary | 11010110 | 100000 | 10100100 | 0 | 1010101 | 10111 | 10000 | 100111100 | 1001010 | 110000 |
Color Harmonies of #D620A4
Complementary color
Monochromatic Colors of #D620A4
Black with #D620A4
Text Example
Text Example
White with #D620A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D620A4; }
p { color: rgb(214,32,164); }
H1.HeaderClassName
{
color: #D620A4;
}
.AnyTagClassName
{
color: #D620A4;
}
</style>
background-color css
<style>
a { background-color: #D620A4; }
a { background-color: rgb(214,32,164); }
div.DivClassName
{
background-color: #D620A4;
}
.BgClassName
{
background-color: #D620A4;
}
</style>
border-color css
<style>
span { border-color: #D620A4; }
span { border-color: rgb(214,32,164); }
td.TdClassName
{
border-color: #D620A4;
}
.TagClassName
{
border-color: #D620A4;
}
</style>