Shades of Medium Violet Red #D01976
Tints of Medium Violet Red #D01976
RGB
CMYK
RGB Variations
Color information
#D01976 (or 0xD01976) is known color: Medium Violet Red. HEX triplet: D0, 19 and 76. RGB value is (208,25,118). Sum of RGB (Red+Green+Blue) = 208+25+118=351 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.26% from 351); Green value is 25 (10.16% from 255 or 7.12% from 351); Blue value is 118 (46.48% from 255 or 33.62% from 351); Max value from RGB is 208 - color contains mainly: red. Hex color #D01976 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D01976 is #2FE689. Grayscale: #5A5A5A. Windows color (decimal): -3139210 or 7739856. OLE color: 7739856.
HSL color Cylindrical-coordinate representation of color #D01976: hue angle of 329.51º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D01976 is Cyan = 0, Magento = 0.88, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 25 | 118 | - |
| CMYK | 0 | 0.88 | 0.43 | 0.18 |
| HSL | 329.51º | 0.79% | 0.46% | - |
| HSV(B) | 329.51º | 0.88% | 0.82% | - |
| XYZ | 29.63 | 15.41 | 18.55 | - |
| YUV | 90.32 | 143.63 | 211.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 25 | 118 | 0 | 0.88 | 0.43 | 0.18 | 329.51 | 0.79 | 0.46 |
| Hex | D0 | 19 | 76 | 0 | 58 | 2B | 12 | 14A | 4F | 2E |
| Octal | 320 | 31 | 166 | 0 | 130 | 53 | 22 | 512 | 117 | 56 |
| Binary | 11010000 | 11001 | 1110110 | 0 | 1011000 | 101011 | 10010 | 101001010 | 1001111 | 101110 |
Color Harmonies of #D01976
Complementary color
Monochromatic Colors of #D01976
Black with #D01976
Text Example
Text Example
White with #D01976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01976; }
p { color: rgb(208,25,118); }
H1.HeaderClassName
{
color: #D01976;
}
.AnyTagClassName
{
color: #D01976;
}
</style>
background-color css
<style>
a { background-color: #D01976; }
a { background-color: rgb(208,25,118); }
div.DivClassName
{
background-color: #D01976;
}
.BgClassName
{
background-color: #D01976;
}
</style>
border-color css
<style>
span { border-color: #D01976; }
span { border-color: rgb(208,25,118); }
td.TdClassName
{
border-color: #D01976;
}
.TagClassName
{
border-color: #D01976;
}
</style>