Shades of Medium Violet Red #D00076
Tints of Medium Violet Red #D00076
RGB
CMYK
RGB Variations
Color information
#D00076 (or 0xD00076) is known color: Medium Violet Red. HEX triplet: D0, 00 and 76. RGB value is (208,0,118). Sum of RGB (Red+Green+Blue) = 208+0+118=326 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.80% from 326); Green value is 0 (0.39% from 255 or 0% from 326); Blue value is 118 (46.48% from 255 or 36.20% from 326); Max value from RGB is 208 - color contains mainly: red. Hex color #D00076 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00076 is #2FFF89. Grayscale: #4B4B4B. Windows color (decimal): -3145610 or 7733456. OLE color: 7733456.
HSL color Cylindrical-coordinate representation of color #D00076: hue angle of 325.96º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D00076 is Cyan = 0, Magento = 1, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 0 | 118 | - |
| CMYK | 0 | 1 | 0.43 | 0.18 |
| HSL | 325.96º | 1% | 0.41% | - |
| HSV(B) | 325.96º | 1% | 0.82% | - |
| XYZ | 29.28 | 14.72 | 18.44 | - |
| YUV | 75.64 | 151.91 | 222.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 0 | 118 | 0 | 1 | 0.43 | 0.18 | 325.96 | 1 | 0.41 |
| Hex | D0 | 0 | 76 | 0 | 64 | 2B | 12 | 146 | 64 | 29 |
| Octal | 320 | 0 | 166 | 0 | 144 | 53 | 22 | 506 | 144 | 51 |
| Binary | 11010000 | 0 | 1110110 | 0 | 1100100 | 101011 | 10010 | 101000110 | 1100100 | 101001 |
Color Harmonies of #D00076
Complementary color
Monochromatic Colors of #D00076
Black with #D00076
Text Example
Text Example
White with #D00076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00076; }
p { color: rgb(208,0,118); }
H1.HeaderClassName
{
color: #D00076;
}
.AnyTagClassName
{
color: #D00076;
}
</style>
background-color css
<style>
a { background-color: #D00076; }
a { background-color: rgb(208,0,118); }
div.DivClassName
{
background-color: #D00076;
}
.BgClassName
{
background-color: #D00076;
}
</style>
border-color css
<style>
span { border-color: #D00076; }
span { border-color: rgb(208,0,118); }
td.TdClassName
{
border-color: #D00076;
}
.TagClassName
{
border-color: #D00076;
}
</style>