Shades of Medium Violet Red #DD0883
Tints of Medium Violet Red #DD0883
RGB
CMYK
RGB Variations
Color information
#DD0883 (or 0xDD0883) is known color: Medium Violet Red. HEX triplet: DD, 08 and 83. RGB value is (221,8,131). Sum of RGB (Red+Green+Blue) = 221+8+131=360 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.39% from 360); Green value is 8 (3.52% from 255 or 2.22% from 360); Blue value is 131 (51.56% from 255 or 36.39% from 360); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0883 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0883 is #22F77C. Grayscale: #555555. Windows color (decimal): -2291581 or 8587485. OLE color: 8587485.
HSL color Cylindrical-coordinate representation of color #DD0883: hue angle of 325.35º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DD0883 is Cyan = 0, Magento = 0.96, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 8 | 131 | - |
| CMYK | 0 | 0.96 | 0.41 | 0.13 |
| HSL | 325.35º | 0.93% | 0.45% | - |
| HSV(B) | 325.35º | 0.96% | 0.87% | - |
| XYZ | 34 | 17.18 | 23 | - |
| YUV | 85.71 | 153.57 | 224.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 8 | 131 | 0 | 0.96 | 0.41 | 0.13 | 325.35 | 0.93 | 0.45 |
| Hex | DD | 8 | 83 | 0 | 60 | 29 | D | 145 | 5D | 2D |
| Octal | 335 | 10 | 203 | 0 | 140 | 51 | 15 | 505 | 135 | 55 |
| Binary | 11011101 | 1000 | 10000011 | 0 | 1100000 | 101001 | 1101 | 101000101 | 1011101 | 101101 |
Color Harmonies of #DD0883
Complementary color
Monochromatic Colors of #DD0883
Black with #DD0883
Text Example
Text Example
White with #DD0883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0883; }
p { color: rgb(221,8,131); }
H1.HeaderClassName
{
color: #DD0883;
}
.AnyTagClassName
{
color: #DD0883;
}
</style>
background-color css
<style>
a { background-color: #DD0883; }
a { background-color: rgb(221,8,131); }
div.DivClassName
{
background-color: #DD0883;
}
.BgClassName
{
background-color: #DD0883;
}
</style>
border-color css
<style>
span { border-color: #DD0883; }
span { border-color: rgb(221,8,131); }
td.TdClassName
{
border-color: #DD0883;
}
.TagClassName
{
border-color: #DD0883;
}
</style>