Shades of Medium Violet Red #D01875
Tints of Medium Violet Red #D01875
RGB
CMYK
RGB Variations
Color information
#D01875 (or 0xD01875) is known color: Medium Violet Red. HEX triplet: D0, 18 and 75. RGB value is (208,24,117). Sum of RGB (Red+Green+Blue) = 208+24+117=349 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.60% from 349); Green value is 24 (9.77% from 255 or 6.88% from 349); Blue value is 117 (46.09% from 255 or 33.52% from 349); Max value from RGB is 208 - color contains mainly: red. Hex color #D01875 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D01875 is #2FE78A. Grayscale: #595959. Windows color (decimal): -3139467 or 7674064. OLE color: 7674064.
HSL color Cylindrical-coordinate representation of color #D01875: hue angle of 329.67º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D01875 is Cyan = 0, Magento = 0.88, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 24 | 117 | - |
| CMYK | 0 | 0.88 | 0.44 | 0.18 |
| HSL | 329.67º | 0.79% | 0.45% | - |
| HSV(B) | 329.67º | 0.88% | 0.82% | - |
| XYZ | 29.55 | 15.35 | 18.23 | - |
| YUV | 89.62 | 143.46 | 212.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 24 | 117 | 0 | 0.88 | 0.44 | 0.18 | 329.67 | 0.79 | 0.45 |
| Hex | D0 | 18 | 75 | 0 | 58 | 2C | 12 | 14A | 4F | 2D |
| Octal | 320 | 30 | 165 | 0 | 130 | 54 | 22 | 512 | 117 | 55 |
| Binary | 11010000 | 11000 | 1110101 | 0 | 1011000 | 101100 | 10010 | 101001010 | 1001111 | 101101 |
Color Harmonies of #D01875
Complementary color
Monochromatic Colors of #D01875
Black with #D01875
Text Example
Text Example
White with #D01875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01875; }
p { color: rgb(208,24,117); }
H1.HeaderClassName
{
color: #D01875;
}
.AnyTagClassName
{
color: #D01875;
}
</style>
background-color css
<style>
a { background-color: #D01875; }
a { background-color: rgb(208,24,117); }
div.DivClassName
{
background-color: #D01875;
}
.BgClassName
{
background-color: #D01875;
}
</style>
border-color css
<style>
span { border-color: #D01875; }
span { border-color: rgb(208,24,117); }
td.TdClassName
{
border-color: #D01875;
}
.TagClassName
{
border-color: #D01875;
}
</style>