Shades of Medium Violet Red #D01188
Tints of Medium Violet Red #D01188
RGB
CMYK
RGB Variations
Color information
#D01188 (or 0xD01188) is known color: Medium Violet Red. HEX triplet: D0, 11 and 88. RGB value is (208,17,136). Sum of RGB (Red+Green+Blue) = 208+17+136=361 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.62% from 361); Green value is 17 (7.03% from 255 or 4.71% from 361); Blue value is 136 (53.52% from 255 or 37.67% from 361); Max value from RGB is 208 - color contains mainly: red. Hex color #D01188 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D01188 is #2FEE77. Grayscale: #575757. Windows color (decimal): -3141240 or 8917456. OLE color: 8917456.
HSL color Cylindrical-coordinate representation of color #D01188: hue angle of 322.62º 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 #D01188 is Cyan = 0, Magento = 0.92, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 17 | 136 | - |
| CMYK | 0 | 0.92 | 0.35 | 0.18 |
| HSL | 322.62º | 0.85% | 0.44% | - |
| HSV(B) | 322.62º | 0.92% | 0.82% | - |
| XYZ | 30.66 | 15.59 | 24.69 | - |
| YUV | 87.68 | 155.28 | 213.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 17 | 136 | 0 | 0.92 | 0.35 | 0.18 | 322.62 | 0.85 | 0.44 |
| Hex | D0 | 11 | 88 | 0 | 5C | 23 | 12 | 143 | 55 | 2C |
| Octal | 320 | 21 | 210 | 0 | 134 | 43 | 22 | 503 | 125 | 54 |
| Binary | 11010000 | 10001 | 10001000 | 0 | 1011100 | 100011 | 10010 | 101000011 | 1010101 | 101100 |
Color Harmonies of #D01188
Complementary color
Monochromatic Colors of #D01188
Black with #D01188
Text Example
Text Example
White with #D01188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01188; }
p { color: rgb(208,17,136); }
H1.HeaderClassName
{
color: #D01188;
}
.AnyTagClassName
{
color: #D01188;
}
</style>
background-color css
<style>
a { background-color: #D01188; }
a { background-color: rgb(208,17,136); }
div.DivClassName
{
background-color: #D01188;
}
.BgClassName
{
background-color: #D01188;
}
</style>
border-color css
<style>
span { border-color: #D01188; }
span { border-color: rgb(208,17,136); }
td.TdClassName
{
border-color: #D01188;
}
.TagClassName
{
border-color: #D01188;
}
</style>