Shades of Medium Violet Red #D01A77
Tints of Medium Violet Red #D01A77
RGB
CMYK
RGB Variations
Color information
#D01A77 (or 0xD01A77) is known color: Medium Violet Red. HEX triplet: D0, 1A and 77. RGB value is (208,26,119). Sum of RGB (Red+Green+Blue) = 208+26+119=353 (46% of max value = 765). Red value is 208 (81.64% from 255 or 58.92% from 353); Green value is 26 (10.55% from 255 or 7.37% from 353); Blue value is 119 (46.88% from 255 or 33.71% from 353); Max value from RGB is 208 - color contains mainly: red. Hex color #D01A77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D01A77 is #2FE588. Grayscale: #5A5A5A. Windows color (decimal): -3138953 or 7805648. OLE color: 7805648.
HSL color Cylindrical-coordinate representation of color #D01A77: hue angle of 329.34º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D01A77 is Cyan = 0, Magento = 0.88, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 26 | 119 | - |
| CMYK | 0 | 0.88 | 0.43 | 0.18 |
| HSL | 329.34º | 0.78% | 0.46% | - |
| HSV(B) | 329.34º | 0.88% | 0.82% | - |
| XYZ | 29.71 | 15.48 | 18.87 | - |
| YUV | 91.02 | 143.8 | 211.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 26 | 119 | 0 | 0.88 | 0.43 | 0.18 | 329.34 | 0.78 | 0.46 |
| Hex | D0 | 1A | 77 | 0 | 58 | 2B | 12 | 149 | 4E | 2E |
| Octal | 320 | 32 | 167 | 0 | 130 | 53 | 22 | 511 | 116 | 56 |
| Binary | 11010000 | 11010 | 1110111 | 0 | 1011000 | 101011 | 10010 | 101001001 | 1001110 | 101110 |
Color Harmonies of #D01A77
Complementary color
Monochromatic Colors of #D01A77
Black with #D01A77
Text Example
Text Example
White with #D01A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01A77; }
p { color: rgb(208,26,119); }
H1.HeaderClassName
{
color: #D01A77;
}
.AnyTagClassName
{
color: #D01A77;
}
</style>
background-color css
<style>
a { background-color: #D01A77; }
a { background-color: rgb(208,26,119); }
div.DivClassName
{
background-color: #D01A77;
}
.BgClassName
{
background-color: #D01A77;
}
</style>
border-color css
<style>
span { border-color: #D01A77; }
span { border-color: rgb(208,26,119); }
td.TdClassName
{
border-color: #D01A77;
}
.TagClassName
{
border-color: #D01A77;
}
</style>