Shades of Medium Violet Red #D01584
Tints of Medium Violet Red #D01584
RGB
CMYK
RGB Variations
Color information
#D01584 (or 0xD01584) is known color: Medium Violet Red. HEX triplet: D0, 15 and 84. RGB value is (208,21,132). Sum of RGB (Red+Green+Blue) = 208+21+132=361 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.62% from 361); Green value is 21 (8.59% from 255 or 5.82% from 361); Blue value is 132 (51.95% from 255 or 36.57% from 361); Max value from RGB is 208 - color contains mainly: red. Hex color #D01584 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D01584 is #2FEA7B. Grayscale: #595959. Windows color (decimal): -3140220 or 8656336. OLE color: 8656336.
HSL color Cylindrical-coordinate representation of color #D01584: hue angle of 324.39º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D01584 is Cyan = 0, Magento = 0.90, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 21 | 132 | - |
| CMYK | 0 | 0.90 | 0.37 | 0.18 |
| HSL | 324.39º | 0.82% | 0.45% | - |
| HSV(B) | 324.39º | 0.9% | 0.82% | - |
| XYZ | 30.45 | 15.61 | 23.24 | - |
| YUV | 89.57 | 151.95 | 212.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 21 | 132 | 0 | 0.90 | 0.37 | 0.18 | 324.39 | 0.82 | 0.45 |
| Hex | D0 | 15 | 84 | 0 | 5A | 25 | 12 | 144 | 52 | 2D |
| Octal | 320 | 25 | 204 | 0 | 132 | 45 | 22 | 504 | 122 | 55 |
| Binary | 11010000 | 10101 | 10000100 | 0 | 1011010 | 100101 | 10010 | 101000100 | 1010010 | 101101 |
Color Harmonies of #D01584
Complementary color
Monochromatic Colors of #D01584
Black with #D01584
Text Example
Text Example
White with #D01584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01584; }
p { color: rgb(208,21,132); }
H1.HeaderClassName
{
color: #D01584;
}
.AnyTagClassName
{
color: #D01584;
}
</style>
background-color css
<style>
a { background-color: #D01584; }
a { background-color: rgb(208,21,132); }
div.DivClassName
{
background-color: #D01584;
}
.BgClassName
{
background-color: #D01584;
}
</style>
border-color css
<style>
span { border-color: #D01584; }
span { border-color: rgb(208,21,132); }
td.TdClassName
{
border-color: #D01584;
}
.TagClassName
{
border-color: #D01584;
}
</style>