Shades of Medium Violet Red #DD0682
Tints of Medium Violet Red #DD0682
RGB
CMYK
RGB Variations
Color information
#DD0682 (or 0xDD0682) is known color: Medium Violet Red. HEX triplet: DD, 06 and 82. RGB value is (221,6,130). Sum of RGB (Red+Green+Blue) = 221+6+130=357 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.90% from 357); Green value is 6 (2.73% from 255 or 1.68% from 357); Blue value is 130 (51.17% from 255 or 36.41% from 357); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0682 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0682 is #22F97D. Grayscale: #545454. Windows color (decimal): -2292094 or 8521437. OLE color: 8521437.
HSL color Cylindrical-coordinate representation of color #DD0682: hue angle of 325.4º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DD0682 is Cyan = 0, Magento = 0.97, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 6 | 130 | - |
| CMYK | 0 | 0.97 | 0.41 | 0.13 |
| HSL | 325.4º | 0.95% | 0.45% | - |
| HSV(B) | 325.4º | 0.97% | 0.87% | - |
| XYZ | 33.91 | 17.11 | 22.64 | - |
| YUV | 84.42 | 153.73 | 225.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 6 | 130 | 0 | 0.97 | 0.41 | 0.13 | 325.4 | 0.95 | 0.45 |
| Hex | DD | 6 | 82 | 0 | 61 | 29 | D | 145 | 5F | 2D |
| Octal | 335 | 6 | 202 | 0 | 141 | 51 | 15 | 505 | 137 | 55 |
| Binary | 11011101 | 110 | 10000010 | 0 | 1100001 | 101001 | 1101 | 101000101 | 1011111 | 101101 |
Color Harmonies of #DD0682
Complementary color
Monochromatic Colors of #DD0682
Black with #DD0682
Text Example
Text Example
White with #DD0682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0682; }
p { color: rgb(221,6,130); }
H1.HeaderClassName
{
color: #DD0682;
}
.AnyTagClassName
{
color: #DD0682;
}
</style>
background-color css
<style>
a { background-color: #DD0682; }
a { background-color: rgb(221,6,130); }
div.DivClassName
{
background-color: #DD0682;
}
.BgClassName
{
background-color: #DD0682;
}
</style>
border-color css
<style>
span { border-color: #DD0682; }
span { border-color: rgb(221,6,130); }
td.TdClassName
{
border-color: #DD0682;
}
.TagClassName
{
border-color: #DD0682;
}
</style>