Shades of Medium Violet Red #D01372
Tints of Medium Violet Red #D01372
RGB
CMYK
RGB Variations
Color information
#D01372 (or 0xD01372) is known color: Medium Violet Red. HEX triplet: D0, 13 and 72. RGB value is (208,19,114). Sum of RGB (Red+Green+Blue) = 208+19+114=341 (45% of max value = 765). Red value is 208 (81.64% from 255 or 61.00% from 341); Green value is 19 (7.81% from 255 or 5.57% from 341); Blue value is 114 (44.92% from 255 or 33.43% from 341); Max value from RGB is 208 - color contains mainly: red. Hex color #D01372 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D01372 is #2FEC8D. Grayscale: #565656. Windows color (decimal): -3140750 or 7476176. OLE color: 7476176.
HSL color Cylindrical-coordinate representation of color #D01372: hue angle of 329.84º 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 #D01372 is Cyan = 0, Magento = 0.91, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 19 | 114 | - |
| CMYK | 0 | 0.91 | 0.45 | 0.18 |
| HSL | 329.84º | 0.83% | 0.45% | - |
| HSV(B) | 329.84º | 0.91% | 0.82% | - |
| XYZ | 29.28 | 15.09 | 17.29 | - |
| YUV | 86.34 | 143.62 | 214.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 19 | 114 | 0 | 0.91 | 0.45 | 0.18 | 329.84 | 0.83 | 0.45 |
| Hex | D0 | 13 | 72 | 0 | 5B | 2D | 12 | 14A | 53 | 2D |
| Octal | 320 | 23 | 162 | 0 | 133 | 55 | 22 | 512 | 123 | 55 |
| Binary | 11010000 | 10011 | 1110010 | 0 | 1011011 | 101101 | 10010 | 101001010 | 1010011 | 101101 |
Color Harmonies of #D01372
Complementary color
Monochromatic Colors of #D01372
Black with #D01372
Text Example
Text Example
White with #D01372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01372; }
p { color: rgb(208,19,114); }
H1.HeaderClassName
{
color: #D01372;
}
.AnyTagClassName
{
color: #D01372;
}
</style>
background-color css
<style>
a { background-color: #D01372; }
a { background-color: rgb(208,19,114); }
div.DivClassName
{
background-color: #D01372;
}
.BgClassName
{
background-color: #D01372;
}
</style>
border-color css
<style>
span { border-color: #D01372; }
span { border-color: rgb(208,19,114); }
td.TdClassName
{
border-color: #D01372;
}
.TagClassName
{
border-color: #D01372;
}
</style>