Shades of Medium Violet Red #DD0088
Tints of Medium Violet Red #DD0088
RGB
CMYK
RGB Variations
Color information
#DD0088 (or 0xDD0088) is known color: Medium Violet Red. HEX triplet: DD, 00 and 88. RGB value is (221,0,136). Sum of RGB (Red+Green+Blue) = 221+0+136=357 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.90% from 357); Green value is 0 (0.39% from 255 or 0% from 357); Blue value is 136 (53.52% from 255 or 38.10% from 357); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0088 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0088 is #22FF77. Grayscale: #515151. Windows color (decimal): -2293624 or 8913117. OLE color: 8913117.
HSL color Cylindrical-coordinate representation of color #DD0088: hue angle of 323.08º 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 #DD0088 is Cyan = 0, Magento = 1, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 0 | 136 | - |
| CMYK | 0 | 1 | 0.38 | 0.13 |
| HSL | 323.08º | 1% | 0.43% | - |
| HSV(B) | 323.08º | 1% | 0.87% | - |
| XYZ | 34.26 | 17.15 | 24.8 | - |
| YUV | 81.58 | 158.72 | 227.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 0 | 136 | 0 | 1 | 0.38 | 0.13 | 323.08 | 1 | 0.43 |
| Hex | DD | 0 | 88 | 0 | 64 | 26 | D | 143 | 64 | 2B |
| Octal | 335 | 0 | 210 | 0 | 144 | 46 | 15 | 503 | 144 | 53 |
| Binary | 11011101 | 0 | 10001000 | 0 | 1100100 | 100110 | 1101 | 101000011 | 1100100 | 101011 |
Color Harmonies of #DD0088
Complementary color
Monochromatic Colors of #DD0088
Black with #DD0088
Text Example
Text Example
White with #DD0088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0088; }
p { color: rgb(221,0,136); }
H1.HeaderClassName
{
color: #DD0088;
}
.AnyTagClassName
{
color: #DD0088;
}
</style>
background-color css
<style>
a { background-color: #DD0088; }
a { background-color: rgb(221,0,136); }
div.DivClassName
{
background-color: #DD0088;
}
.BgClassName
{
background-color: #DD0088;
}
</style>
border-color css
<style>
span { border-color: #DD0088; }
span { border-color: rgb(221,0,136); }
td.TdClassName
{
border-color: #DD0088;
}
.TagClassName
{
border-color: #DD0088;
}
</style>