Shades of Medium Violet Red #D920A3
Tints of Medium Violet Red #D920A3
RGB
CMYK
RGB Variations
Color information
#D920A3 (or 0xD920A3) is known color: Medium Violet Red. HEX triplet: D9, 20 and A3. RGB value is (217,32,163). Sum of RGB (Red+Green+Blue) = 217+32+163=412 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.67% from 412); Green value is 32 (12.89% from 255 or 7.77% from 412); Blue value is 163 (64.06% from 255 or 39.56% from 412); Max value from RGB is 217 - color contains mainly: red. Hex color #D920A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D920A3 is #26DF5C. Grayscale: #656565. Windows color (decimal): -2547549 or 10690777. OLE color: 10690777.
HSL color Cylindrical-coordinate representation of color #D920A3: hue angle of 317.51º 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 #D920A3 is Cyan = 0, Magento = 0.85, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 32 | 163 | - |
| CMYK | 0 | 0.85 | 0.25 | 0.15 |
| HSL | 317.51º | 0.74% | 0.49% | - |
| HSV(B) | 317.51º | 0.85% | 0.85% | - |
| XYZ | 35.74 | 18.43 | 36.32 | - |
| YUV | 102.25 | 162.29 | 209.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 32 | 163 | 0 | 0.85 | 0.25 | 0.15 | 317.51 | 0.74 | 0.49 |
| Hex | D9 | 20 | A3 | 0 | 55 | 19 | F | 13E | 4A | 31 |
| Octal | 331 | 40 | 243 | 0 | 125 | 31 | 17 | 476 | 112 | 61 |
| Binary | 11011001 | 100000 | 10100011 | 0 | 1010101 | 11001 | 1111 | 100111110 | 1001010 | 110001 |
Color Harmonies of #D920A3
Complementary color
Monochromatic Colors of #D920A3
Black with #D920A3
Text Example
Text Example
White with #D920A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D920A3; }
p { color: rgb(217,32,163); }
H1.HeaderClassName
{
color: #D920A3;
}
.AnyTagClassName
{
color: #D920A3;
}
</style>
background-color css
<style>
a { background-color: #D920A3; }
a { background-color: rgb(217,32,163); }
div.DivClassName
{
background-color: #D920A3;
}
.BgClassName
{
background-color: #D920A3;
}
</style>
border-color css
<style>
span { border-color: #D920A3; }
span { border-color: rgb(217,32,163); }
td.TdClassName
{
border-color: #D920A3;
}
.TagClassName
{
border-color: #D920A3;
}
</style>