Shades of Medium Violet Red #D0159D
Tints of Medium Violet Red #D0159D
RGB
CMYK
RGB Variations
Color information
#D0159D (or 0xD0159D) is known color: Medium Violet Red. HEX triplet: D0, 15 and 9D. RGB value is (208,21,157). Sum of RGB (Red+Green+Blue) = 208+21+157=386 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.89% from 386); Green value is 21 (8.59% from 255 or 5.44% from 386); Blue value is 157 (61.72% from 255 or 40.67% from 386); Max value from RGB is 208 - color contains mainly: red. Hex color #D0159D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D0159D is #2FEA62. Grayscale: #5C5C5C. Windows color (decimal): -3140195 or 10294736. OLE color: 10294736.
HSL color Cylindrical-coordinate representation of color #D0159D: hue angle of 316.36º 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 #D0159D is Cyan = 0, Magento = 0.90, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 21 | 157 | - |
| CMYK | 0 | 0.90 | 0.25 | 0.18 |
| HSL | 316.36º | 0.82% | 0.45% | - |
| HSV(B) | 316.36º | 0.9% | 0.82% | - |
| XYZ | 32.37 | 16.38 | 33.35 | - |
| YUV | 92.42 | 164.45 | 210.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 21 | 157 | 0 | 0.90 | 0.25 | 0.18 | 316.36 | 0.82 | 0.45 |
| Hex | D0 | 15 | 9D | 0 | 5A | 19 | 12 | 13C | 52 | 2D |
| Octal | 320 | 25 | 235 | 0 | 132 | 31 | 22 | 474 | 122 | 55 |
| Binary | 11010000 | 10101 | 10011101 | 0 | 1011010 | 11001 | 10010 | 100111100 | 1010010 | 101101 |
Color Harmonies of #D0159D
Complementary color
Monochromatic Colors of #D0159D
Black with #D0159D
Text Example
Text Example
White with #D0159D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0159D; }
p { color: rgb(208,21,157); }
H1.HeaderClassName
{
color: #D0159D;
}
.AnyTagClassName
{
color: #D0159D;
}
</style>
background-color css
<style>
a { background-color: #D0159D; }
a { background-color: rgb(208,21,157); }
div.DivClassName
{
background-color: #D0159D;
}
.BgClassName
{
background-color: #D0159D;
}
</style>
border-color css
<style>
span { border-color: #D0159D; }
span { border-color: rgb(208,21,157); }
td.TdClassName
{
border-color: #D0159D;
}
.TagClassName
{
border-color: #D0159D;
}
</style>