Shades of Medium Violet Red #DD0282
Tints of Medium Violet Red #DD0282
RGB
CMYK
RGB Variations
Color information
#DD0282 (or 0xDD0282) is known color: Medium Violet Red. HEX triplet: DD, 02 and 82. RGB value is (221,2,130). Sum of RGB (Red+Green+Blue) = 221+2+130=353 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.61% from 353); Green value is 2 (1.17% from 255 or 0.57% from 353); Blue value is 130 (51.17% from 255 or 36.83% from 353); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0282 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0282 is #22FD7D. Grayscale: #515151. Windows color (decimal): -2293118 or 8520413. OLE color: 8520413.
HSL color Cylindrical-coordinate representation of color #DD0282: hue angle of 324.93º 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 #DD0282 is Cyan = 0, Magento = 0.99, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 2 | 130 | - |
| CMYK | 0 | 0.99 | 0.41 | 0.13 |
| HSL | 324.93º | 0.98% | 0.44% | - |
| HSV(B) | 324.93º | 0.99% | 0.87% | - |
| XYZ | 33.87 | 17.03 | 22.62 | - |
| YUV | 82.07 | 155.05 | 227.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 2 | 130 | 0 | 0.99 | 0.41 | 0.13 | 324.93 | 0.98 | 0.44 |
| Hex | DD | 2 | 82 | 0 | 63 | 29 | D | 145 | 62 | 2C |
| Octal | 335 | 2 | 202 | 0 | 143 | 51 | 15 | 505 | 142 | 54 |
| Binary | 11011101 | 10 | 10000010 | 0 | 1100011 | 101001 | 1101 | 101000101 | 1100010 | 101100 |
Color Harmonies of #DD0282
Complementary color
Monochromatic Colors of #DD0282
Black with #DD0282
Text Example
Text Example
White with #DD0282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0282; }
p { color: rgb(221,2,130); }
H1.HeaderClassName
{
color: #DD0282;
}
.AnyTagClassName
{
color: #DD0282;
}
</style>
background-color css
<style>
a { background-color: #DD0282; }
a { background-color: rgb(221,2,130); }
div.DivClassName
{
background-color: #DD0282;
}
.BgClassName
{
background-color: #DD0282;
}
</style>
border-color css
<style>
span { border-color: #DD0282; }
span { border-color: rgb(221,2,130); }
td.TdClassName
{
border-color: #DD0282;
}
.TagClassName
{
border-color: #DD0282;
}
</style>