Shades of Medium Violet Red #D01199
Tints of Medium Violet Red #D01199
RGB
CMYK
RGB Variations
Color information
#D01199 (or 0xD01199) is known color: Medium Violet Red. HEX triplet: D0, 11 and 99. RGB value is (208,17,153). Sum of RGB (Red+Green+Blue) = 208+17+153=378 (50% of max value = 765). Red value is 208 (81.64% from 255 or 55.03% from 378); Green value is 17 (7.03% from 255 or 4.50% from 378); Blue value is 153 (60.16% from 255 or 40.48% from 378); Max value from RGB is 208 - color contains mainly: red. Hex color #D01199 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D01199 is #2FEE66. Grayscale: #595959. Windows color (decimal): -3141223 or 10031568. OLE color: 10031568.
HSL color Cylindrical-coordinate representation of color #D01199: hue angle of 317.28º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D01199 is Cyan = 0, Magento = 0.92, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 17 | 153 | - |
| CMYK | 0 | 0.92 | 0.26 | 0.18 |
| HSL | 317.28º | 0.85% | 0.44% | - |
| HSV(B) | 317.28º | 0.92% | 0.82% | - |
| XYZ | 31.96 | 16.11 | 31.56 | - |
| YUV | 89.61 | 163.78 | 212.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 17 | 153 | 0 | 0.92 | 0.26 | 0.18 | 317.28 | 0.85 | 0.44 |
| Hex | D0 | 11 | 99 | 0 | 5C | 1A | 12 | 13D | 55 | 2C |
| Octal | 320 | 21 | 231 | 0 | 134 | 32 | 22 | 475 | 125 | 54 |
| Binary | 11010000 | 10001 | 10011001 | 0 | 1011100 | 11010 | 10010 | 100111101 | 1010101 | 101100 |
Color Harmonies of #D01199
Complementary color
Monochromatic Colors of #D01199
Black with #D01199
Text Example
Text Example
White with #D01199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01199; }
p { color: rgb(208,17,153); }
H1.HeaderClassName
{
color: #D01199;
}
.AnyTagClassName
{
color: #D01199;
}
</style>
background-color css
<style>
a { background-color: #D01199; }
a { background-color: rgb(208,17,153); }
div.DivClassName
{
background-color: #D01199;
}
.BgClassName
{
background-color: #D01199;
}
</style>
border-color css
<style>
span { border-color: #D01199; }
span { border-color: rgb(208,17,153); }
td.TdClassName
{
border-color: #D01199;
}
.TagClassName
{
border-color: #D01199;
}
</style>