Shades of Medium Violet Red #DD0888
Tints of Medium Violet Red #DD0888
RGB
CMYK
RGB Variations
Color information
#DD0888 (or 0xDD0888) is known color: Medium Violet Red. HEX triplet: DD, 08 and 88. RGB value is (221,8,136). Sum of RGB (Red+Green+Blue) = 221+8+136=365 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.55% from 365); Green value is 8 (3.52% from 255 or 2.19% from 365); Blue value is 136 (53.52% from 255 or 37.26% from 365); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0888 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0888 is #22F777. Grayscale: #555555. Windows color (decimal): -2291576 or 8915165. OLE color: 8915165.
HSL color Cylindrical-coordinate representation of color #DD0888: hue angle of 323.94º 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 #DD0888 is Cyan = 0, Magento = 0.96, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 8 | 136 | - |
| CMYK | 0 | 0.96 | 0.38 | 0.13 |
| HSL | 323.94º | 0.93% | 0.45% | - |
| HSV(B) | 323.94º | 0.96% | 0.87% | - |
| XYZ | 34.35 | 17.32 | 24.83 | - |
| YUV | 86.28 | 156.07 | 224.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 8 | 136 | 0 | 0.96 | 0.38 | 0.13 | 323.94 | 0.93 | 0.45 |
| Hex | DD | 8 | 88 | 0 | 60 | 26 | D | 144 | 5D | 2D |
| Octal | 335 | 10 | 210 | 0 | 140 | 46 | 15 | 504 | 135 | 55 |
| Binary | 11011101 | 1000 | 10001000 | 0 | 1100000 | 100110 | 1101 | 101000100 | 1011101 | 101101 |
Color Harmonies of #DD0888
Complementary color
Monochromatic Colors of #DD0888
Black with #DD0888
Text Example
Text Example
White with #DD0888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0888; }
p { color: rgb(221,8,136); }
H1.HeaderClassName
{
color: #DD0888;
}
.AnyTagClassName
{
color: #DD0888;
}
</style>
background-color css
<style>
a { background-color: #DD0888; }
a { background-color: rgb(221,8,136); }
div.DivClassName
{
background-color: #DD0888;
}
.BgClassName
{
background-color: #DD0888;
}
</style>
border-color css
<style>
span { border-color: #DD0888; }
span { border-color: rgb(221,8,136); }
td.TdClassName
{
border-color: #DD0888;
}
.TagClassName
{
border-color: #DD0888;
}
</style>