Shades of Medium Violet Red #D3159C
Tints of Medium Violet Red #D3159C
RGB
CMYK
RGB Variations
Color information
#D3159C (or 0xD3159C) is known color: Medium Violet Red. HEX triplet: D3, 15 and 9C. RGB value is (211,21,156). Sum of RGB (Red+Green+Blue) = 211+21+156=388 (51% of max value = 765). Red value is 211 (82.81% from 255 or 54.38% from 388); Green value is 21 (8.59% from 255 or 5.41% from 388); Blue value is 156 (61.33% from 255 or 40.21% from 388); Max value from RGB is 211 - color contains mainly: red. Hex color #D3159C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D3159C is #2CEA63. Grayscale: #5C5C5C. Windows color (decimal): -2943588 or 10229203. OLE color: 10229203.
HSL color Cylindrical-coordinate representation of color #D3159C: hue angle of 317.37º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D3159C is Cyan = 0, Magento = 0.90, Yellow = 0.26 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 21 | 156 | - |
| CMYK | 0 | 0.90 | 0.26 | 0.17 |
| HSL | 317.37º | 0.82% | 0.45% | - |
| HSV(B) | 317.37º | 0.9% | 0.83% | - |
| XYZ | 33.13 | 16.79 | 32.95 | - |
| YUV | 93.2 | 163.45 | 212.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 21 | 156 | 0 | 0.90 | 0.26 | 0.17 | 317.37 | 0.82 | 0.45 |
| Hex | D3 | 15 | 9C | 0 | 5A | 1A | 11 | 13D | 52 | 2D |
| Octal | 323 | 25 | 234 | 0 | 132 | 32 | 21 | 475 | 122 | 55 |
| Binary | 11010011 | 10101 | 10011100 | 0 | 1011010 | 11010 | 10001 | 100111101 | 1010010 | 101101 |
Color Harmonies of #D3159C
Complementary color
Monochromatic Colors of #D3159C
Black with #D3159C
Text Example
Text Example
White with #D3159C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3159C; }
p { color: rgb(211,21,156); }
H1.HeaderClassName
{
color: #D3159C;
}
.AnyTagClassName
{
color: #D3159C;
}
</style>
background-color css
<style>
a { background-color: #D3159C; }
a { background-color: rgb(211,21,156); }
div.DivClassName
{
background-color: #D3159C;
}
.BgClassName
{
background-color: #D3159C;
}
</style>
border-color css
<style>
span { border-color: #D3159C; }
span { border-color: rgb(211,21,156); }
td.TdClassName
{
border-color: #D3159C;
}
.TagClassName
{
border-color: #D3159C;
}
</style>