Shades of Medium Violet Red #DD0384
Tints of Medium Violet Red #DD0384
RGB
CMYK
RGB Variations
Color information
#DD0384 (or 0xDD0384) is known color: Medium Violet Red. HEX triplet: DD, 03 and 84. RGB value is (221,3,132). Sum of RGB (Red+Green+Blue) = 221+3+132=356 (47% of max value = 765). Red value is 221 (86.72% from 255 or 62.08% from 356); Green value is 3 (1.56% from 255 or 0.84% from 356); Blue value is 132 (51.95% from 255 or 37.08% from 356); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0384 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0384 is #22FC7B. Grayscale: #525252. Windows color (decimal): -2292860 or 8651741. OLE color: 8651741.
HSL color Cylindrical-coordinate representation of color #DD0384: hue angle of 324.5º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DD0384 is Cyan = 0, Magento = 0.99, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 3 | 132 | - |
| CMYK | 0 | 0.99 | 0.40 | 0.13 |
| HSL | 324.5º | 0.97% | 0.44% | - |
| HSV(B) | 324.5º | 0.99% | 0.87% | - |
| XYZ | 34.02 | 17.1 | 23.34 | - |
| YUV | 82.89 | 155.72 | 226.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 3 | 132 | 0 | 0.99 | 0.40 | 0.13 | 324.5 | 0.97 | 0.44 |
| Hex | DD | 3 | 84 | 0 | 63 | 28 | D | 144 | 61 | 2C |
| Octal | 335 | 3 | 204 | 0 | 143 | 50 | 15 | 504 | 141 | 54 |
| Binary | 11011101 | 11 | 10000100 | 0 | 1100011 | 101000 | 1101 | 101000100 | 1100001 | 101100 |
Color Harmonies of #DD0384
Complementary color
Monochromatic Colors of #DD0384
Black with #DD0384
Text Example
Text Example
White with #DD0384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0384; }
p { color: rgb(221,3,132); }
H1.HeaderClassName
{
color: #DD0384;
}
.AnyTagClassName
{
color: #DD0384;
}
</style>
background-color css
<style>
a { background-color: #DD0384; }
a { background-color: rgb(221,3,132); }
div.DivClassName
{
background-color: #DD0384;
}
.BgClassName
{
background-color: #DD0384;
}
</style>
border-color css
<style>
span { border-color: #DD0384; }
span { border-color: rgb(221,3,132); }
td.TdClassName
{
border-color: #DD0384;
}
.TagClassName
{
border-color: #DD0384;
}
</style>