Shades of Medium Violet Red #D00576
Tints of Medium Violet Red #D00576
RGB
CMYK
RGB Variations
Color information
#D00576 (or 0xD00576) is known color: Medium Violet Red. HEX triplet: D0, 05 and 76. RGB value is (208,5,118). Sum of RGB (Red+Green+Blue) = 208+5+118=331 (43% of max value = 765). Red value is 208 (81.64% from 255 or 62.84% from 331); Green value is 5 (2.34% from 255 or 1.51% from 331); Blue value is 118 (46.48% from 255 or 35.65% from 331); Max value from RGB is 208 - color contains mainly: red. Hex color #D00576 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00576 is #2FFA89. Grayscale: #4E4E4E. Windows color (decimal): -3144330 or 7734736. OLE color: 7734736.
HSL color Cylindrical-coordinate representation of color #D00576: hue angle of 326.6º 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 #D00576 is Cyan = 0, Magento = 0.98, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 5 | 118 | - |
| CMYK | 0 | 0.98 | 0.43 | 0.18 |
| HSL | 326.6º | 0.95% | 0.42% | - |
| HSV(B) | 326.6º | 0.98% | 0.82% | - |
| XYZ | 29.34 | 14.83 | 18.46 | - |
| YUV | 78.58 | 150.25 | 220.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 5 | 118 | 0 | 0.98 | 0.43 | 0.18 | 326.6 | 0.95 | 0.42 |
| Hex | D0 | 5 | 76 | 0 | 62 | 2B | 12 | 147 | 5F | 2A |
| Octal | 320 | 5 | 166 | 0 | 142 | 53 | 22 | 507 | 137 | 52 |
| Binary | 11010000 | 101 | 1110110 | 0 | 1100010 | 101011 | 10010 | 101000111 | 1011111 | 101010 |
Color Harmonies of #D00576
Complementary color
Monochromatic Colors of #D00576
Black with #D00576
Text Example
Text Example
White with #D00576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00576; }
p { color: rgb(208,5,118); }
H1.HeaderClassName
{
color: #D00576;
}
.AnyTagClassName
{
color: #D00576;
}
</style>
background-color css
<style>
a { background-color: #D00576; }
a { background-color: rgb(208,5,118); }
div.DivClassName
{
background-color: #D00576;
}
.BgClassName
{
background-color: #D00576;
}
</style>
border-color css
<style>
span { border-color: #D00576; }
span { border-color: rgb(208,5,118); }
td.TdClassName
{
border-color: #D00576;
}
.TagClassName
{
border-color: #D00576;
}
</style>