Shades of Medium Violet Red #D01F74
Tints of Medium Violet Red #D01F74
RGB
CMYK
RGB Variations
Color information
#D01F74 (or 0xD01F74) is known color: Medium Violet Red. HEX triplet: D0, 1F and 74. RGB value is (208,31,116). Sum of RGB (Red+Green+Blue) = 208+31+116=355 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.59% from 355); Green value is 31 (12.5% from 255 or 8.73% from 355); Blue value is 116 (45.70% from 255 or 32.68% from 355); Max value from RGB is 208 - color contains mainly: red. Hex color #D01F74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D01F74 is #2FE08B. Grayscale: #5D5D5D. Windows color (decimal): -3137676 or 7610320. OLE color: 7610320.
HSL color Cylindrical-coordinate representation of color #D01F74: hue angle of 331.19º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D01F74 is Cyan = 0, Magento = 0.85, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 31 | 116 | - |
| CMYK | 0 | 0.85 | 0.44 | 0.18 |
| HSL | 331.19º | 0.74% | 0.47% | - |
| HSV(B) | 331.19º | 0.85% | 0.82% | - |
| XYZ | 29.65 | 15.65 | 17.98 | - |
| YUV | 93.61 | 140.64 | 209.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 31 | 116 | 0 | 0.85 | 0.44 | 0.18 | 331.19 | 0.74 | 0.47 |
| Hex | D0 | 1F | 74 | 0 | 55 | 2C | 12 | 14B | 4A | 2F |
| Octal | 320 | 37 | 164 | 0 | 125 | 54 | 22 | 513 | 112 | 57 |
| Binary | 11010000 | 11111 | 1110100 | 0 | 1010101 | 101100 | 10010 | 101001011 | 1001010 | 101111 |
Color Harmonies of #D01F74
Complementary color
Monochromatic Colors of #D01F74
Black with #D01F74
Text Example
Text Example
White with #D01F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01F74; }
p { color: rgb(208,31,116); }
H1.HeaderClassName
{
color: #D01F74;
}
.AnyTagClassName
{
color: #D01F74;
}
</style>
background-color css
<style>
a { background-color: #D01F74; }
a { background-color: rgb(208,31,116); }
div.DivClassName
{
background-color: #D01F74;
}
.BgClassName
{
background-color: #D01F74;
}
</style>
border-color css
<style>
span { border-color: #D01F74; }
span { border-color: rgb(208,31,116); }
td.TdClassName
{
border-color: #D01F74;
}
.TagClassName
{
border-color: #D01F74;
}
</style>