Shades of Medium Violet Red #D00875
Tints of Medium Violet Red #D00875
RGB
CMYK
RGB Variations
Color information
#D00875 (or 0xD00875) is known color: Medium Violet Red. HEX triplet: D0, 08 and 75. RGB value is (208,8,117). Sum of RGB (Red+Green+Blue) = 208+8+117=333 (44% of max value = 765). Red value is 208 (81.64% from 255 or 62.46% from 333); Green value is 8 (3.52% from 255 or 2.40% from 333); Blue value is 117 (46.09% from 255 or 35.14% from 333); Max value from RGB is 208 - color contains mainly: red. Hex color #D00875 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00875 is #2FF78A. Grayscale: #4F4F4F. Windows color (decimal): -3143563 or 7669968. OLE color: 7669968.
HSL color Cylindrical-coordinate representation of color #D00875: hue angle of 327.3º 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 #D00875 is Cyan = 0, Magento = 0.96, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 8 | 117 | - |
| CMYK | 0 | 0.96 | 0.44 | 0.18 |
| HSL | 327.3º | 0.93% | 0.42% | - |
| HSV(B) | 327.3º | 0.96% | 0.82% | - |
| XYZ | 29.31 | 14.87 | 18.15 | - |
| YUV | 80.23 | 148.76 | 219.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 8 | 117 | 0 | 0.96 | 0.44 | 0.18 | 327.3 | 0.93 | 0.42 |
| Hex | D0 | 8 | 75 | 0 | 60 | 2C | 12 | 147 | 5D | 2A |
| Octal | 320 | 10 | 165 | 0 | 140 | 54 | 22 | 507 | 135 | 52 |
| Binary | 11010000 | 1000 | 1110101 | 0 | 1100000 | 101100 | 10010 | 101000111 | 1011101 | 101010 |
Color Harmonies of #D00875
Complementary color
Monochromatic Colors of #D00875
Black with #D00875
Text Example
Text Example
White with #D00875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00875; }
p { color: rgb(208,8,117); }
H1.HeaderClassName
{
color: #D00875;
}
.AnyTagClassName
{
color: #D00875;
}
</style>
background-color css
<style>
a { background-color: #D00875; }
a { background-color: rgb(208,8,117); }
div.DivClassName
{
background-color: #D00875;
}
.BgClassName
{
background-color: #D00875;
}
</style>
border-color css
<style>
span { border-color: #D00875; }
span { border-color: rgb(208,8,117); }
td.TdClassName
{
border-color: #D00875;
}
.TagClassName
{
border-color: #D00875;
}
</style>