Shades of Medium Violet Red #DD0881
Tints of Medium Violet Red #DD0881
RGB
CMYK
RGB Variations
Color information
#DD0881 (or 0xDD0881) is known color: Medium Violet Red. HEX triplet: DD, 08 and 81. RGB value is (221,8,129). Sum of RGB (Red+Green+Blue) = 221+8+129=358 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.73% from 358); Green value is 8 (3.52% from 255 or 2.23% from 358); Blue value is 129 (50.78% from 255 or 36.03% from 358); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0881 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0881 is #22F77E. Grayscale: #555555. Windows color (decimal): -2291583 or 8456413. OLE color: 8456413.
HSL color Cylindrical-coordinate representation of color #DD0881: hue angle of 325.92º 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 #DD0881 is Cyan = 0, Magento = 0.96, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 8 | 129 | - |
| CMYK | 0 | 0.96 | 0.42 | 0.13 |
| HSL | 325.92º | 0.93% | 0.45% | - |
| HSV(B) | 325.92º | 0.96% | 0.87% | - |
| XYZ | 33.87 | 17.13 | 22.29 | - |
| YUV | 85.48 | 152.57 | 224.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 8 | 129 | 0 | 0.96 | 0.42 | 0.13 | 325.92 | 0.93 | 0.45 |
| Hex | DD | 8 | 81 | 0 | 60 | 2A | D | 146 | 5D | 2D |
| Octal | 335 | 10 | 201 | 0 | 140 | 52 | 15 | 506 | 135 | 55 |
| Binary | 11011101 | 1000 | 10000001 | 0 | 1100000 | 101010 | 1101 | 101000110 | 1011101 | 101101 |
Color Harmonies of #DD0881
Complementary color
Monochromatic Colors of #DD0881
Black with #DD0881
Text Example
Text Example
White with #DD0881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0881; }
p { color: rgb(221,8,129); }
H1.HeaderClassName
{
color: #DD0881;
}
.AnyTagClassName
{
color: #DD0881;
}
</style>
background-color css
<style>
a { background-color: #DD0881; }
a { background-color: rgb(221,8,129); }
div.DivClassName
{
background-color: #DD0881;
}
.BgClassName
{
background-color: #DD0881;
}
</style>
border-color css
<style>
span { border-color: #DD0881; }
span { border-color: rgb(221,8,129); }
td.TdClassName
{
border-color: #DD0881;
}
.TagClassName
{
border-color: #DD0881;
}
</style>