Shades of Medium Violet Red #D01DA1
Tints of Medium Violet Red #D01DA1
RGB
CMYK
RGB Variations
Color information
#D01DA1 (or 0xD01DA1) is known color: Medium Violet Red. HEX triplet: D0, 1D and A1. RGB value is (208,29,161). Sum of RGB (Red+Green+Blue) = 208+29+161=398 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.26% from 398); Green value is 29 (11.72% from 255 or 7.29% from 398); Blue value is 161 (63.28% from 255 or 40.45% from 398); Max value from RGB is 208 - color contains mainly: red. Hex color #D01DA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D01DA1 is #2FE25E. Grayscale: #616161. Windows color (decimal): -3138143 or 10558928. OLE color: 10558928.
HSL color Cylindrical-coordinate representation of color #D01DA1: hue angle of 315.75º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D01DA1 is Cyan = 0, Magento = 0.86, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 29 | 161 | - |
| CMYK | 0 | 0.86 | 0.23 | 0.18 |
| HSL | 315.75º | 0.76% | 0.46% | - |
| HSV(B) | 315.75º | 0.86% | 0.82% | - |
| XYZ | 32.88 | 16.86 | 35.24 | - |
| YUV | 97.57 | 163.8 | 206.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 29 | 161 | 0 | 0.86 | 0.23 | 0.18 | 315.75 | 0.76 | 0.46 |
| Hex | D0 | 1D | A1 | 0 | 56 | 17 | 12 | 13C | 4C | 2E |
| Octal | 320 | 35 | 241 | 0 | 126 | 27 | 22 | 474 | 114 | 56 |
| Binary | 11010000 | 11101 | 10100001 | 0 | 1010110 | 10111 | 10010 | 100111100 | 1001100 | 101110 |
Color Harmonies of #D01DA1
Complementary color
Monochromatic Colors of #D01DA1
Black with #D01DA1
Text Example
Text Example
White with #D01DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01DA1; }
p { color: rgb(208,29,161); }
H1.HeaderClassName
{
color: #D01DA1;
}
.AnyTagClassName
{
color: #D01DA1;
}
</style>
background-color css
<style>
a { background-color: #D01DA1; }
a { background-color: rgb(208,29,161); }
div.DivClassName
{
background-color: #D01DA1;
}
.BgClassName
{
background-color: #D01DA1;
}
</style>
border-color css
<style>
span { border-color: #D01DA1; }
span { border-color: rgb(208,29,161); }
td.TdClassName
{
border-color: #D01DA1;
}
.TagClassName
{
border-color: #D01DA1;
}
</style>