Shades of Medium Violet Red #D01D89
Tints of Medium Violet Red #D01D89
RGB
CMYK
RGB Variations
Color information
#D01D89 (or 0xD01D89) is known color: Medium Violet Red. HEX triplet: D0, 1D and 89. RGB value is (208,29,137). Sum of RGB (Red+Green+Blue) = 208+29+137=374 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.61% from 374); Green value is 29 (11.72% from 255 or 7.75% from 374); Blue value is 137 (53.91% from 255 or 36.63% from 374); Max value from RGB is 208 - color contains mainly: red. Hex color #D01D89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D01D89 is #2FE276. Grayscale: #5E5E5E. Windows color (decimal): -3138167 or 8986064. OLE color: 8986064.
HSL color Cylindrical-coordinate representation of color #D01D89: hue angle of 323.8º 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 #D01D89 is Cyan = 0, Magento = 0.86, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 29 | 137 | - |
| CMYK | 0 | 0.86 | 0.34 | 0.18 |
| HSL | 323.8º | 0.76% | 0.46% | - |
| HSV(B) | 323.8º | 0.86% | 0.82% | - |
| XYZ | 30.97 | 16.09 | 25.14 | - |
| YUV | 94.83 | 151.8 | 208.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 29 | 137 | 0 | 0.86 | 0.34 | 0.18 | 323.8 | 0.76 | 0.46 |
| Hex | D0 | 1D | 89 | 0 | 56 | 22 | 12 | 144 | 4C | 2E |
| Octal | 320 | 35 | 211 | 0 | 126 | 42 | 22 | 504 | 114 | 56 |
| Binary | 11010000 | 11101 | 10001001 | 0 | 1010110 | 100010 | 10010 | 101000100 | 1001100 | 101110 |
Color Harmonies of #D01D89
Complementary color
Monochromatic Colors of #D01D89
Black with #D01D89
Text Example
Text Example
White with #D01D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01D89; }
p { color: rgb(208,29,137); }
H1.HeaderClassName
{
color: #D01D89;
}
.AnyTagClassName
{
color: #D01D89;
}
</style>
background-color css
<style>
a { background-color: #D01D89; }
a { background-color: rgb(208,29,137); }
div.DivClassName
{
background-color: #D01D89;
}
.BgClassName
{
background-color: #D01D89;
}
</style>
border-color css
<style>
span { border-color: #D01D89; }
span { border-color: rgb(208,29,137); }
td.TdClassName
{
border-color: #D01D89;
}
.TagClassName
{
border-color: #D01D89;
}
</style>