Shades of Medium Violet Red #D00571
Tints of Medium Violet Red #D00571
RGB
CMYK
RGB Variations
Color information
#D00571 (or 0xD00571) is known color: Medium Violet Red. HEX triplet: D0, 05 and 71. RGB value is (208,5,113). Sum of RGB (Red+Green+Blue) = 208+5+113=326 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.80% from 326); Green value is 5 (2.34% from 255 or 1.53% from 326); Blue value is 113 (44.53% from 255 or 34.66% from 326); Max value from RGB is 208 - color contains mainly: red. Hex color #D00571 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00571 is #2FFA8E. Grayscale: #4D4D4D. Windows color (decimal): -3144335 or 7407056. OLE color: 7407056.
HSL color Cylindrical-coordinate representation of color #D00571: hue angle of 328.08º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D00571 is Cyan = 0, Magento = 0.98, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 5 | 113 | - |
| CMYK | 0 | 0.98 | 0.46 | 0.18 |
| HSL | 328.08º | 0.95% | 0.42% | - |
| HSV(B) | 328.08º | 0.98% | 0.82% | - |
| XYZ | 29.05 | 14.71 | 16.93 | - |
| YUV | 78.01 | 147.75 | 220.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 5 | 113 | 0 | 0.98 | 0.46 | 0.18 | 328.08 | 0.95 | 0.42 |
| Hex | D0 | 5 | 71 | 0 | 62 | 2E | 12 | 148 | 5F | 2A |
| Octal | 320 | 5 | 161 | 0 | 142 | 56 | 22 | 510 | 137 | 52 |
| Binary | 11010000 | 101 | 1110001 | 0 | 1100010 | 101110 | 10010 | 101001000 | 1011111 | 101010 |
Color Harmonies of #D00571
Complementary color
Monochromatic Colors of #D00571
Black with #D00571
Text Example
Text Example
White with #D00571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00571; }
p { color: rgb(208,5,113); }
H1.HeaderClassName
{
color: #D00571;
}
.AnyTagClassName
{
color: #D00571;
}
</style>
background-color css
<style>
a { background-color: #D00571; }
a { background-color: rgb(208,5,113); }
div.DivClassName
{
background-color: #D00571;
}
.BgClassName
{
background-color: #D00571;
}
</style>
border-color css
<style>
span { border-color: #D00571; }
span { border-color: rgb(208,5,113); }
td.TdClassName
{
border-color: #D00571;
}
.TagClassName
{
border-color: #D00571;
}
</style>