Shades of Medium Violet Red #D01375
Tints of Medium Violet Red #D01375
RGB
CMYK
RGB Variations
Color information
#D01375 (or 0xD01375) is known color: Medium Violet Red. HEX triplet: D0, 13 and 75. RGB value is (208,19,117). Sum of RGB (Red+Green+Blue) = 208+19+117=344 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.47% from 344); Green value is 19 (7.81% from 255 or 5.52% from 344); Blue value is 117 (46.09% from 255 or 34.01% from 344); Max value from RGB is 208 - color contains mainly: red. Hex color #D01375 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D01375 is #2FEC8A. Grayscale: #565656. Windows color (decimal): -3140747 or 7672784. OLE color: 7672784.
HSL color Cylindrical-coordinate representation of color #D01375: hue angle of 328.89º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D01375 is Cyan = 0, Magento = 0.91, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 19 | 117 | - |
| CMYK | 0 | 0.91 | 0.44 | 0.18 |
| HSL | 328.89º | 0.83% | 0.45% | - |
| HSV(B) | 328.89º | 0.91% | 0.82% | - |
| XYZ | 29.46 | 15.16 | 18.2 | - |
| YUV | 86.68 | 145.12 | 214.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 19 | 117 | 0 | 0.91 | 0.44 | 0.18 | 328.89 | 0.83 | 0.45 |
| Hex | D0 | 13 | 75 | 0 | 5B | 2C | 12 | 149 | 53 | 2D |
| Octal | 320 | 23 | 165 | 0 | 133 | 54 | 22 | 511 | 123 | 55 |
| Binary | 11010000 | 10011 | 1110101 | 0 | 1011011 | 101100 | 10010 | 101001001 | 1010011 | 101101 |
Color Harmonies of #D01375
Complementary color
Monochromatic Colors of #D01375
Black with #D01375
Text Example
Text Example
White with #D01375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01375; }
p { color: rgb(208,19,117); }
H1.HeaderClassName
{
color: #D01375;
}
.AnyTagClassName
{
color: #D01375;
}
</style>
background-color css
<style>
a { background-color: #D01375; }
a { background-color: rgb(208,19,117); }
div.DivClassName
{
background-color: #D01375;
}
.BgClassName
{
background-color: #D01375;
}
</style>
border-color css
<style>
span { border-color: #D01375; }
span { border-color: rgb(208,19,117); }
td.TdClassName
{
border-color: #D01375;
}
.TagClassName
{
border-color: #D01375;
}
</style>