Shades of Medium Violet Red #DD0788
Tints of Medium Violet Red #DD0788
RGB
CMYK
RGB Variations
Color information
#DD0788 (or 0xDD0788) is known color: Medium Violet Red. HEX triplet: DD, 07 and 88. RGB value is (221,7,136). Sum of RGB (Red+Green+Blue) = 221+7+136=364 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.71% from 364); Green value is 7 (3.12% from 255 or 1.92% from 364); Blue value is 136 (53.52% from 255 or 37.36% from 364); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0788 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0788 is #22F877. Grayscale: #555555. Windows color (decimal): -2291832 or 8914909. OLE color: 8914909.
HSL color Cylindrical-coordinate representation of color #DD0788: hue angle of 323.83º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DD0788 is Cyan = 0, Magento = 0.97, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 7 | 136 | - |
| CMYK | 0 | 0.97 | 0.38 | 0.13 |
| HSL | 323.83º | 0.94% | 0.45% | - |
| HSV(B) | 323.83º | 0.97% | 0.87% | - |
| XYZ | 34.34 | 17.3 | 24.82 | - |
| YUV | 85.69 | 156.4 | 224.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 7 | 136 | 0 | 0.97 | 0.38 | 0.13 | 323.83 | 0.94 | 0.45 |
| Hex | DD | 7 | 88 | 0 | 61 | 26 | D | 144 | 5E | 2D |
| Octal | 335 | 7 | 210 | 0 | 141 | 46 | 15 | 504 | 136 | 55 |
| Binary | 11011101 | 111 | 10001000 | 0 | 1100001 | 100110 | 1101 | 101000100 | 1011110 | 101101 |
Color Harmonies of #DD0788
Complementary color
Monochromatic Colors of #DD0788
Black with #DD0788
Text Example
Text Example
White with #DD0788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0788; }
p { color: rgb(221,7,136); }
H1.HeaderClassName
{
color: #DD0788;
}
.AnyTagClassName
{
color: #DD0788;
}
</style>
background-color css
<style>
a { background-color: #DD0788; }
a { background-color: rgb(221,7,136); }
div.DivClassName
{
background-color: #DD0788;
}
.BgClassName
{
background-color: #DD0788;
}
</style>
border-color css
<style>
span { border-color: #DD0788; }
span { border-color: rgb(221,7,136); }
td.TdClassName
{
border-color: #DD0788;
}
.TagClassName
{
border-color: #DD0788;
}
</style>