Shades of Medium Violet Red #D01291
Tints of Medium Violet Red #D01291
RGB
CMYK
RGB Variations
Color information
#D01291 (or 0xD01291) is known color: Medium Violet Red. HEX triplet: D0, 12 and 91. RGB value is (208,18,145). Sum of RGB (Red+Green+Blue) = 208+18+145=371 (49% of max value = 765). Red value is 208 (81.64% from 255 or 56.06% from 371); Green value is 18 (7.42% from 255 or 4.85% from 371); Blue value is 145 (57.03% from 255 or 39.08% from 371); Max value from RGB is 208 - color contains mainly: red. Hex color #D01291 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D01291 is #2FED6E. Grayscale: #585858. Windows color (decimal): -3140975 or 9507536. OLE color: 9507536.
HSL color Cylindrical-coordinate representation of color #D01291: hue angle of 319.89º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D01291 is Cyan = 0, Magento = 0.91, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 18 | 145 | - |
| CMYK | 0 | 0.91 | 0.30 | 0.18 |
| HSL | 319.89º | 0.84% | 0.44% | - |
| HSV(B) | 319.89º | 0.91% | 0.82% | - |
| XYZ | 31.34 | 15.89 | 28.2 | - |
| YUV | 89.29 | 159.45 | 212.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 18 | 145 | 0 | 0.91 | 0.30 | 0.18 | 319.89 | 0.84 | 0.44 |
| Hex | D0 | 12 | 91 | 0 | 5B | 1E | 12 | 140 | 54 | 2C |
| Octal | 320 | 22 | 221 | 0 | 133 | 36 | 22 | 500 | 124 | 54 |
| Binary | 11010000 | 10010 | 10010001 | 0 | 1011011 | 11110 | 10010 | 101000000 | 1010100 | 101100 |
Color Harmonies of #D01291
Complementary color
Monochromatic Colors of #D01291
Black with #D01291
Text Example
Text Example
White with #D01291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01291; }
p { color: rgb(208,18,145); }
H1.HeaderClassName
{
color: #D01291;
}
.AnyTagClassName
{
color: #D01291;
}
</style>
background-color css
<style>
a { background-color: #D01291; }
a { background-color: rgb(208,18,145); }
div.DivClassName
{
background-color: #D01291;
}
.BgClassName
{
background-color: #D01291;
}
</style>
border-color css
<style>
span { border-color: #D01291; }
span { border-color: rgb(208,18,145); }
td.TdClassName
{
border-color: #D01291;
}
.TagClassName
{
border-color: #D01291;
}
</style>