Shades of Medium Violet Red #D920A2
Tints of Medium Violet Red #D920A2
RGB
CMYK
RGB Variations
Color information
#D920A2 (or 0xD920A2) is known color: Medium Violet Red. HEX triplet: D9, 20 and A2. RGB value is (217,32,162). Sum of RGB (Red+Green+Blue) = 217+32+162=411 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.80% from 411); Green value is 32 (12.89% from 255 or 7.79% from 411); Blue value is 162 (63.67% from 255 or 39.42% from 411); Max value from RGB is 217 - color contains mainly: red. Hex color #D920A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D920A2 is #26DF5D. Grayscale: #656565. Windows color (decimal): -2547550 or 10625241. OLE color: 10625241.
HSL color Cylindrical-coordinate representation of color #D920A2: hue angle of 317.84º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D920A2 is Cyan = 0, Magento = 0.85, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 32 | 162 | - |
| CMYK | 0 | 0.85 | 0.25 | 0.15 |
| HSL | 317.84º | 0.74% | 0.49% | - |
| HSV(B) | 317.84º | 0.85% | 0.85% | - |
| XYZ | 35.65 | 18.39 | 35.85 | - |
| YUV | 102.14 | 161.79 | 209.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 32 | 162 | 0 | 0.85 | 0.25 | 0.15 | 317.84 | 0.74 | 0.49 |
| Hex | D9 | 20 | A2 | 0 | 55 | 19 | F | 13E | 4A | 31 |
| Octal | 331 | 40 | 242 | 0 | 125 | 31 | 17 | 476 | 112 | 61 |
| Binary | 11011001 | 100000 | 10100010 | 0 | 1010101 | 11001 | 1111 | 100111110 | 1001010 | 110001 |
Color Harmonies of #D920A2
Complementary color
Monochromatic Colors of #D920A2
Black with #D920A2
Text Example
Text Example
White with #D920A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D920A2; }
p { color: rgb(217,32,162); }
H1.HeaderClassName
{
color: #D920A2;
}
.AnyTagClassName
{
color: #D920A2;
}
</style>
background-color css
<style>
a { background-color: #D920A2; }
a { background-color: rgb(217,32,162); }
div.DivClassName
{
background-color: #D920A2;
}
.BgClassName
{
background-color: #D920A2;
}
</style>
border-color css
<style>
span { border-color: #D920A2; }
span { border-color: rgb(217,32,162); }
td.TdClassName
{
border-color: #D920A2;
}
.TagClassName
{
border-color: #D920A2;
}
</style>