Shades of Medium Violet Red #D01DA8
Tints of Medium Violet Red #D01DA8
RGB
CMYK
RGB Variations
Color information
#D01DA8 (or 0xD01DA8) is known color: Medium Violet Red. HEX triplet: D0, 1D and A8. RGB value is (208,29,168). Sum of RGB (Red+Green+Blue) = 208+29+168=405 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.36% from 405); Green value is 29 (11.72% from 255 or 7.16% from 405); Blue value is 168 (66.02% from 255 or 41.48% from 405); Max value from RGB is 208 - color contains mainly: red. Hex color #D01DA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D01DA8 is #2FE257. Grayscale: #616161. Windows color (decimal): -3138136 or 11017680. OLE color: 11017680.
HSL color Cylindrical-coordinate representation of color #D01DA8: hue angle of 313.41º 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 #D01DA8 is Cyan = 0, Magento = 0.86, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 29 | 168 | - |
| CMYK | 0 | 0.86 | 0.19 | 0.18 |
| HSL | 313.41º | 0.76% | 0.46% | - |
| HSV(B) | 313.41º | 0.86% | 0.82% | - |
| XYZ | 33.52 | 17.12 | 38.58 | - |
| YUV | 98.37 | 167.3 | 206.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 29 | 168 | 0 | 0.86 | 0.19 | 0.18 | 313.41 | 0.76 | 0.46 |
| Hex | D0 | 1D | A8 | 0 | 56 | 13 | 12 | 139 | 4C | 2E |
| Octal | 320 | 35 | 250 | 0 | 126 | 23 | 22 | 471 | 114 | 56 |
| Binary | 11010000 | 11101 | 10101000 | 0 | 1010110 | 10011 | 10010 | 100111001 | 1001100 | 101110 |
Color Harmonies of #D01DA8
Complementary color
Monochromatic Colors of #D01DA8
Black with #D01DA8
Text Example
Text Example
White with #D01DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01DA8; }
p { color: rgb(208,29,168); }
H1.HeaderClassName
{
color: #D01DA8;
}
.AnyTagClassName
{
color: #D01DA8;
}
</style>
background-color css
<style>
a { background-color: #D01DA8; }
a { background-color: rgb(208,29,168); }
div.DivClassName
{
background-color: #D01DA8;
}
.BgClassName
{
background-color: #D01DA8;
}
</style>
border-color css
<style>
span { border-color: #D01DA8; }
span { border-color: rgb(208,29,168); }
td.TdClassName
{
border-color: #D01DA8;
}
.TagClassName
{
border-color: #D01DA8;
}
</style>