Shades of Medium Violet Red #DD0280
Tints of Medium Violet Red #DD0280
RGB
CMYK
RGB Variations
Color information
#DD0280 (or 0xDD0280) is known color: Medium Violet Red. HEX triplet: DD, 02 and 80. RGB value is (221,2,128). Sum of RGB (Red+Green+Blue) = 221+2+128=351 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.96% from 351); Green value is 2 (1.17% from 255 or 0.57% from 351); Blue value is 128 (50.39% from 255 or 36.47% from 351); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0280 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0280 is #22FD7F. Grayscale: #515151. Windows color (decimal): -2293120 or 8389341. OLE color: 8389341.
HSL color Cylindrical-coordinate representation of color #DD0280: hue angle of 325.48º degrees, saturation: 0.98, 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 #DD0280 is Cyan = 0, Magento = 0.99, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 2 | 128 | - |
| CMYK | 0 | 0.99 | 0.42 | 0.13 |
| HSL | 325.48º | 0.98% | 0.44% | - |
| HSV(B) | 325.48º | 0.99% | 0.87% | - |
| XYZ | 33.74 | 16.97 | 21.92 | - |
| YUV | 81.85 | 154.05 | 227.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 2 | 128 | 0 | 0.99 | 0.42 | 0.13 | 325.48 | 0.98 | 0.44 |
| Hex | DD | 2 | 80 | 0 | 63 | 2A | D | 145 | 62 | 2C |
| Octal | 335 | 2 | 200 | 0 | 143 | 52 | 15 | 505 | 142 | 54 |
| Binary | 11011101 | 10 | 10000000 | 0 | 1100011 | 101010 | 1101 | 101000101 | 1100010 | 101100 |
Color Harmonies of #DD0280
Complementary color
Monochromatic Colors of #DD0280
Black with #DD0280
Text Example
Text Example
White with #DD0280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0280; }
p { color: rgb(221,2,128); }
H1.HeaderClassName
{
color: #DD0280;
}
.AnyTagClassName
{
color: #DD0280;
}
</style>
background-color css
<style>
a { background-color: #DD0280; }
a { background-color: rgb(221,2,128); }
div.DivClassName
{
background-color: #DD0280;
}
.BgClassName
{
background-color: #DD0280;
}
</style>
border-color css
<style>
span { border-color: #DD0280; }
span { border-color: rgb(221,2,128); }
td.TdClassName
{
border-color: #DD0280;
}
.TagClassName
{
border-color: #DD0280;
}
</style>