Shades of Medium Violet Red #DD0084
Tints of Medium Violet Red #DD0084
RGB
CMYK
RGB Variations
Color information
#DD0084 (or 0xDD0084) is known color: Medium Violet Red. HEX triplet: DD, 00 and 84. RGB value is (221,0,132). Sum of RGB (Red+Green+Blue) = 221+0+132=353 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.61% from 353); Green value is 0 (0.39% from 255 or 0% from 353); Blue value is 132 (51.95% from 255 or 37.39% from 353); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0084 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0084 is #22FF7B. Grayscale: #505050. Windows color (decimal): -2293628 or 8650973. OLE color: 8650973.
HSL color Cylindrical-coordinate representation of color #DD0084: hue angle of 324.16º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD0084 is Cyan = 0, Magento = 1, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 0 | 132 | - |
| CMYK | 0 | 1 | 0.40 | 0.13 |
| HSL | 324.16º | 1% | 0.43% | - |
| HSV(B) | 324.16º | 1% | 0.87% | - |
| XYZ | 33.98 | 17.04 | 23.33 | - |
| YUV | 81.13 | 156.72 | 227.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 0 | 132 | 0 | 1 | 0.40 | 0.13 | 324.16 | 1 | 0.43 |
| Hex | DD | 0 | 84 | 0 | 64 | 28 | D | 144 | 64 | 2B |
| Octal | 335 | 0 | 204 | 0 | 144 | 50 | 15 | 504 | 144 | 53 |
| Binary | 11011101 | 0 | 10000100 | 0 | 1100100 | 101000 | 1101 | 101000100 | 1100100 | 101011 |
Color Harmonies of #DD0084
Complementary color
Monochromatic Colors of #DD0084
Black with #DD0084
Text Example
Text Example
White with #DD0084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0084; }
p { color: rgb(221,0,132); }
H1.HeaderClassName
{
color: #DD0084;
}
.AnyTagClassName
{
color: #DD0084;
}
</style>
background-color css
<style>
a { background-color: #DD0084; }
a { background-color: rgb(221,0,132); }
div.DivClassName
{
background-color: #DD0084;
}
.BgClassName
{
background-color: #DD0084;
}
</style>
border-color css
<style>
span { border-color: #DD0084; }
span { border-color: rgb(221,0,132); }
td.TdClassName
{
border-color: #DD0084;
}
.TagClassName
{
border-color: #DD0084;
}
</style>