Shades of Medium Violet Red #D00975
Tints of Medium Violet Red #D00975
RGB
CMYK
RGB Variations
Color information
#D00975 (or 0xD00975) is known color: Medium Violet Red. HEX triplet: D0, 09 and 75. RGB value is (208,9,117). Sum of RGB (Red+Green+Blue) = 208+9+117=334 (44% of max value = 765). Red value is 208 (81.64% from 255 or 62.28% from 334); Green value is 9 (3.91% from 255 or 2.69% from 334); Blue value is 117 (46.09% from 255 or 35.03% from 334); Max value from RGB is 208 - color contains mainly: red. Hex color #D00975 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00975 is #2FF68A. Grayscale: #505050. Windows color (decimal): -3143307 or 7670224. OLE color: 7670224.
HSL color Cylindrical-coordinate representation of color #D00975: hue angle of 327.44º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D00975 is Cyan = 0, Magento = 0.96, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 9 | 117 | - |
| CMYK | 0 | 0.96 | 0.44 | 0.18 |
| HSL | 327.44º | 0.92% | 0.43% | - |
| HSV(B) | 327.44º | 0.96% | 0.82% | - |
| XYZ | 29.32 | 14.89 | 18.16 | - |
| YUV | 80.81 | 148.43 | 218.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 9 | 117 | 0 | 0.96 | 0.44 | 0.18 | 327.44 | 0.92 | 0.43 |
| Hex | D0 | 9 | 75 | 0 | 60 | 2C | 12 | 147 | 5C | 2B |
| Octal | 320 | 11 | 165 | 0 | 140 | 54 | 22 | 507 | 134 | 53 |
| Binary | 11010000 | 1001 | 1110101 | 0 | 1100000 | 101100 | 10010 | 101000111 | 1011100 | 101011 |
Color Harmonies of #D00975
Complementary color
Monochromatic Colors of #D00975
Black with #D00975
Text Example
Text Example
White with #D00975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00975; }
p { color: rgb(208,9,117); }
H1.HeaderClassName
{
color: #D00975;
}
.AnyTagClassName
{
color: #D00975;
}
</style>
background-color css
<style>
a { background-color: #D00975; }
a { background-color: rgb(208,9,117); }
div.DivClassName
{
background-color: #D00975;
}
.BgClassName
{
background-color: #D00975;
}
</style>
border-color css
<style>
span { border-color: #D00975; }
span { border-color: rgb(208,9,117); }
td.TdClassName
{
border-color: #D00975;
}
.TagClassName
{
border-color: #D00975;
}
</style>