Shades of Medium Violet Red #D01575
Tints of Medium Violet Red #D01575
RGB
CMYK
RGB Variations
Color information
#D01575 (or 0xD01575) is known color: Medium Violet Red. HEX triplet: D0, 15 and 75. RGB value is (208,21,117). Sum of RGB (Red+Green+Blue) = 208+21+117=346 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.12% from 346); Green value is 21 (8.59% from 255 or 6.07% from 346); Blue value is 117 (46.09% from 255 or 33.82% from 346); Max value from RGB is 208 - color contains mainly: red. Hex color #D01575 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D01575 is #2FEA8A. Grayscale: #575757. Windows color (decimal): -3140235 or 7673296. OLE color: 7673296.
HSL color Cylindrical-coordinate representation of color #D01575: hue angle of 329.2º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D01575 is Cyan = 0, Magento = 0.90, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 21 | 117 | - |
| CMYK | 0 | 0.90 | 0.44 | 0.18 |
| HSL | 329.2º | 0.82% | 0.45% | - |
| HSV(B) | 329.2º | 0.9% | 0.82% | - |
| XYZ | 29.49 | 15.23 | 18.22 | - |
| YUV | 87.86 | 144.45 | 213.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 21 | 117 | 0 | 0.90 | 0.44 | 0.18 | 329.2 | 0.82 | 0.45 |
| Hex | D0 | 15 | 75 | 0 | 5A | 2C | 12 | 149 | 52 | 2D |
| Octal | 320 | 25 | 165 | 0 | 132 | 54 | 22 | 511 | 122 | 55 |
| Binary | 11010000 | 10101 | 1110101 | 0 | 1011010 | 101100 | 10010 | 101001001 | 1010010 | 101101 |
Color Harmonies of #D01575
Complementary color
Monochromatic Colors of #D01575
Black with #D01575
Text Example
Text Example
White with #D01575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01575; }
p { color: rgb(208,21,117); }
H1.HeaderClassName
{
color: #D01575;
}
.AnyTagClassName
{
color: #D01575;
}
</style>
background-color css
<style>
a { background-color: #D01575; }
a { background-color: rgb(208,21,117); }
div.DivClassName
{
background-color: #D01575;
}
.BgClassName
{
background-color: #D01575;
}
</style>
border-color css
<style>
span { border-color: #D01575; }
span { border-color: rgb(208,21,117); }
td.TdClassName
{
border-color: #D01575;
}
.TagClassName
{
border-color: #D01575;
}
</style>