Shades of Medium Violet Red #D00871
Tints of Medium Violet Red #D00871
RGB
CMYK
RGB Variations
Color information
#D00871 (or 0xD00871) is known color: Medium Violet Red. HEX triplet: D0, 08 and 71. RGB value is (208,8,113). Sum of RGB (Red+Green+Blue) = 208+8+113=329 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.22% from 329); Green value is 8 (3.52% from 255 or 2.43% from 329); Blue value is 113 (44.53% from 255 or 34.35% from 329); Max value from RGB is 208 - color contains mainly: red. Hex color #D00871 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00871 is #2FF78E. Grayscale: #4F4F4F. Windows color (decimal): -3143567 or 7407824. OLE color: 7407824.
HSL color Cylindrical-coordinate representation of color #D00871: hue angle of 328.5º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D00871 is Cyan = 0, Magento = 0.96, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 8 | 113 | - |
| CMYK | 0 | 0.96 | 0.46 | 0.18 |
| HSL | 328.5º | 0.93% | 0.42% | - |
| HSV(B) | 328.5º | 0.96% | 0.82% | - |
| XYZ | 29.08 | 14.78 | 16.94 | - |
| YUV | 79.77 | 146.76 | 219.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 8 | 113 | 0 | 0.96 | 0.46 | 0.18 | 328.5 | 0.93 | 0.42 |
| Hex | D0 | 8 | 71 | 0 | 60 | 2E | 12 | 148 | 5D | 2A |
| Octal | 320 | 10 | 161 | 0 | 140 | 56 | 22 | 510 | 135 | 52 |
| Binary | 11010000 | 1000 | 1110001 | 0 | 1100000 | 101110 | 10010 | 101001000 | 1011101 | 101010 |
Color Harmonies of #D00871
Complementary color
Monochromatic Colors of #D00871
Black with #D00871
Text Example
Text Example
White with #D00871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00871; }
p { color: rgb(208,8,113); }
H1.HeaderClassName
{
color: #D00871;
}
.AnyTagClassName
{
color: #D00871;
}
</style>
background-color css
<style>
a { background-color: #D00871; }
a { background-color: rgb(208,8,113); }
div.DivClassName
{
background-color: #D00871;
}
.BgClassName
{
background-color: #D00871;
}
</style>
border-color css
<style>
span { border-color: #D00871; }
span { border-color: rgb(208,8,113); }
td.TdClassName
{
border-color: #D00871;
}
.TagClassName
{
border-color: #D00871;
}
</style>