Shades of Medium Violet Red #DD0083
Tints of Medium Violet Red #DD0083
RGB
CMYK
RGB Variations
Color information
#DD0083 (or 0xDD0083) is known color: Medium Violet Red. HEX triplet: DD, 00 and 83. RGB value is (221,0,131). Sum of RGB (Red+Green+Blue) = 221+0+131=352 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.78% from 352); Green value is 0 (0.39% from 255 or 0% from 352); Blue value is 131 (51.56% from 255 or 37.22% from 352); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0083 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0083 is #22FF7C. Grayscale: #505050. Windows color (decimal): -2293629 or 8585437. OLE color: 8585437.
HSL color Cylindrical-coordinate representation of color #DD0083: hue angle of 324.43º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD0083 is Cyan = 0, Magento = 1, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 0 | 131 | - |
| CMYK | 0 | 1 | 0.41 | 0.13 |
| HSL | 324.43º | 1% | 0.43% | - |
| HSV(B) | 324.43º | 1% | 0.87% | - |
| XYZ | 33.92 | 17.01 | 22.97 | - |
| YUV | 81.01 | 156.22 | 227.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 0 | 131 | 0 | 1 | 0.41 | 0.13 | 324.43 | 1 | 0.43 |
| Hex | DD | 0 | 83 | 0 | 64 | 29 | D | 144 | 64 | 2B |
| Octal | 335 | 0 | 203 | 0 | 144 | 51 | 15 | 504 | 144 | 53 |
| Binary | 11011101 | 0 | 10000011 | 0 | 1100100 | 101001 | 1101 | 101000100 | 1100100 | 101011 |
Color Harmonies of #DD0083
Complementary color
Monochromatic Colors of #DD0083
Black with #DD0083
Text Example
Text Example
White with #DD0083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0083; }
p { color: rgb(221,0,131); }
H1.HeaderClassName
{
color: #DD0083;
}
.AnyTagClassName
{
color: #DD0083;
}
</style>
background-color css
<style>
a { background-color: #DD0083; }
a { background-color: rgb(221,0,131); }
div.DivClassName
{
background-color: #DD0083;
}
.BgClassName
{
background-color: #DD0083;
}
</style>
border-color css
<style>
span { border-color: #DD0083; }
span { border-color: rgb(221,0,131); }
td.TdClassName
{
border-color: #DD0083;
}
.TagClassName
{
border-color: #DD0083;
}
</style>