Shades of Medium Violet Red #D0159B
Tints of Medium Violet Red #D0159B
RGB
CMYK
RGB Variations
Color information
#D0159B (or 0xD0159B) is known color: Medium Violet Red. HEX triplet: D0, 15 and 9B. RGB value is (208,21,155). Sum of RGB (Red+Green+Blue) = 208+21+155=384 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.17% from 384); Green value is 21 (8.59% from 255 or 5.47% from 384); Blue value is 155 (60.94% from 255 or 40.36% from 384); Max value from RGB is 208 - color contains mainly: red. Hex color #D0159B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D0159B is #2FEA64. Grayscale: #5B5B5B. Windows color (decimal): -3140197 or 10163664. OLE color: 10163664.
HSL color Cylindrical-coordinate representation of color #D0159B: hue angle of 317.01º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D0159B is Cyan = 0, Magento = 0.90, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 21 | 155 | - |
| CMYK | 0 | 0.90 | 0.25 | 0.18 |
| HSL | 317.01º | 0.82% | 0.45% | - |
| HSV(B) | 317.01º | 0.9% | 0.82% | - |
| XYZ | 32.2 | 16.31 | 32.46 | - |
| YUV | 92.19 | 163.45 | 210.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 21 | 155 | 0 | 0.90 | 0.25 | 0.18 | 317.01 | 0.82 | 0.45 |
| Hex | D0 | 15 | 9B | 0 | 5A | 19 | 12 | 13D | 52 | 2D |
| Octal | 320 | 25 | 233 | 0 | 132 | 31 | 22 | 475 | 122 | 55 |
| Binary | 11010000 | 10101 | 10011011 | 0 | 1011010 | 11001 | 10010 | 100111101 | 1010010 | 101101 |
Color Harmonies of #D0159B
Complementary color
Monochromatic Colors of #D0159B
Black with #D0159B
Text Example
Text Example
White with #D0159B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0159B; }
p { color: rgb(208,21,155); }
H1.HeaderClassName
{
color: #D0159B;
}
.AnyTagClassName
{
color: #D0159B;
}
</style>
background-color css
<style>
a { background-color: #D0159B; }
a { background-color: rgb(208,21,155); }
div.DivClassName
{
background-color: #D0159B;
}
.BgClassName
{
background-color: #D0159B;
}
</style>
border-color css
<style>
span { border-color: #D0159B; }
span { border-color: rgb(208,21,155); }
td.TdClassName
{
border-color: #D0159B;
}
.TagClassName
{
border-color: #D0159B;
}
</style>