Shades of Medium Violet Red #D01A74
Tints of Medium Violet Red #D01A74
RGB
CMYK
RGB Variations
Color information
#D01A74 (or 0xD01A74) is known color: Medium Violet Red. HEX triplet: D0, 1A and 74. RGB value is (208,26,116). Sum of RGB (Red+Green+Blue) = 208+26+116=350 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.43% from 350); Green value is 26 (10.55% from 255 or 7.43% from 350); Blue value is 116 (45.70% from 255 or 33.14% from 350); Max value from RGB is 208 - color contains mainly: red. Hex color #D01A74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D01A74 is #2FE58B. Grayscale: #5A5A5A. Windows color (decimal): -3138956 or 7609040. OLE color: 7609040.
HSL color Cylindrical-coordinate representation of color #D01A74: hue angle of 330.33º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D01A74 is Cyan = 0, Magento = 0.88, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 26 | 116 | - |
| CMYK | 0 | 0.88 | 0.44 | 0.18 |
| HSL | 330.33º | 0.78% | 0.46% | - |
| HSV(B) | 330.33º | 0.88% | 0.82% | - |
| XYZ | 29.53 | 15.41 | 17.94 | - |
| YUV | 90.68 | 142.3 | 211.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 26 | 116 | 0 | 0.88 | 0.44 | 0.18 | 330.33 | 0.78 | 0.46 |
| Hex | D0 | 1A | 74 | 0 | 58 | 2C | 12 | 14A | 4E | 2E |
| Octal | 320 | 32 | 164 | 0 | 130 | 54 | 22 | 512 | 116 | 56 |
| Binary | 11010000 | 11010 | 1110100 | 0 | 1011000 | 101100 | 10010 | 101001010 | 1001110 | 101110 |
Color Harmonies of #D01A74
Complementary color
Monochromatic Colors of #D01A74
Black with #D01A74
Text Example
Text Example
White with #D01A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01A74; }
p { color: rgb(208,26,116); }
H1.HeaderClassName
{
color: #D01A74;
}
.AnyTagClassName
{
color: #D01A74;
}
</style>
background-color css
<style>
a { background-color: #D01A74; }
a { background-color: rgb(208,26,116); }
div.DivClassName
{
background-color: #D01A74;
}
.BgClassName
{
background-color: #D01A74;
}
</style>
border-color css
<style>
span { border-color: #D01A74; }
span { border-color: rgb(208,26,116); }
td.TdClassName
{
border-color: #D01A74;
}
.TagClassName
{
border-color: #D01A74;
}
</style>