Shades of Medium Violet Red #DD0286
Tints of Medium Violet Red #DD0286
RGB
CMYK
RGB Variations
Color information
#DD0286 (or 0xDD0286) is known color: Medium Violet Red. HEX triplet: DD, 02 and 86. RGB value is (221,2,134). Sum of RGB (Red+Green+Blue) = 221+2+134=357 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.90% from 357); Green value is 2 (1.17% from 255 or 0.56% from 357); Blue value is 134 (52.73% from 255 or 37.54% from 357); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0286 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0286 is #22FD79. Grayscale: #525252. Windows color (decimal): -2293114 or 8782557. OLE color: 8782557.
HSL color Cylindrical-coordinate representation of color #DD0286: hue angle of 323.84º 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 #DD0286 is Cyan = 0, Magento = 0.99, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 2 | 134 | - |
| CMYK | 0 | 0.99 | 0.39 | 0.13 |
| HSL | 323.84º | 0.98% | 0.44% | - |
| HSV(B) | 323.84º | 0.99% | 0.87% | - |
| XYZ | 34.14 | 17.14 | 24.06 | - |
| YUV | 82.53 | 157.05 | 226.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 2 | 134 | 0 | 0.99 | 0.39 | 0.13 | 323.84 | 0.98 | 0.44 |
| Hex | DD | 2 | 86 | 0 | 63 | 27 | D | 144 | 62 | 2C |
| Octal | 335 | 2 | 206 | 0 | 143 | 47 | 15 | 504 | 142 | 54 |
| Binary | 11011101 | 10 | 10000110 | 0 | 1100011 | 100111 | 1101 | 101000100 | 1100010 | 101100 |
Color Harmonies of #DD0286
Complementary color
Monochromatic Colors of #DD0286
Black with #DD0286
Text Example
Text Example
White with #DD0286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0286; }
p { color: rgb(221,2,134); }
H1.HeaderClassName
{
color: #DD0286;
}
.AnyTagClassName
{
color: #DD0286;
}
</style>
background-color css
<style>
a { background-color: #DD0286; }
a { background-color: rgb(221,2,134); }
div.DivClassName
{
background-color: #DD0286;
}
.BgClassName
{
background-color: #DD0286;
}
</style>
border-color css
<style>
span { border-color: #DD0286; }
span { border-color: rgb(221,2,134); }
td.TdClassName
{
border-color: #DD0286;
}
.TagClassName
{
border-color: #DD0286;
}
</style>