Shades of Medium Violet Red #DD0380
Tints of Medium Violet Red #DD0380
RGB
CMYK
RGB Variations
Color information
#DD0380 (or 0xDD0380) is known color: Medium Violet Red. HEX triplet: DD, 03 and 80. RGB value is (221,3,128). Sum of RGB (Red+Green+Blue) = 221+3+128=352 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.78% from 352); Green value is 3 (1.56% from 255 or 0.85% from 352); Blue value is 128 (50.39% from 255 or 36.36% from 352); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0380 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0380 is #22FC7F. Grayscale: #525252. Windows color (decimal): -2292864 or 8389597. OLE color: 8389597.
HSL color Cylindrical-coordinate representation of color #DD0380: hue angle of 325.6º 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 #DD0380 is Cyan = 0, Magento = 0.99, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 3 | 128 | - |
| CMYK | 0 | 0.99 | 0.42 | 0.13 |
| HSL | 325.6º | 0.97% | 0.44% | - |
| HSV(B) | 325.6º | 0.99% | 0.87% | - |
| XYZ | 33.75 | 17 | 21.92 | - |
| YUV | 82.43 | 153.72 | 226.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 3 | 128 | 0 | 0.99 | 0.42 | 0.13 | 325.6 | 0.97 | 0.44 |
| Hex | DD | 3 | 80 | 0 | 63 | 2A | D | 146 | 61 | 2C |
| Octal | 335 | 3 | 200 | 0 | 143 | 52 | 15 | 506 | 141 | 54 |
| Binary | 11011101 | 11 | 10000000 | 0 | 1100011 | 101010 | 1101 | 101000110 | 1100001 | 101100 |
Color Harmonies of #DD0380
Complementary color
Monochromatic Colors of #DD0380
Black with #DD0380
Text Example
Text Example
White with #DD0380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0380; }
p { color: rgb(221,3,128); }
H1.HeaderClassName
{
color: #DD0380;
}
.AnyTagClassName
{
color: #DD0380;
}
</style>
background-color css
<style>
a { background-color: #DD0380; }
a { background-color: rgb(221,3,128); }
div.DivClassName
{
background-color: #DD0380;
}
.BgClassName
{
background-color: #DD0380;
}
</style>
border-color css
<style>
span { border-color: #DD0380; }
span { border-color: rgb(221,3,128); }
td.TdClassName
{
border-color: #DD0380;
}
.TagClassName
{
border-color: #DD0380;
}
</style>