Shades of Medium Violet Red #DD0288
Tints of Medium Violet Red #DD0288
RGB
CMYK
RGB Variations
Color information
#DD0288 (or 0xDD0288) is known color: Medium Violet Red. HEX triplet: DD, 02 and 88. RGB value is (221,2,136). Sum of RGB (Red+Green+Blue) = 221+2+136=359 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.56% from 359); Green value is 2 (1.17% from 255 or 0.56% from 359); Blue value is 136 (53.52% from 255 or 37.88% from 359); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0288 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0288 is #22FD77. Grayscale: #525252. Windows color (decimal): -2293112 or 8913629. OLE color: 8913629.
HSL color Cylindrical-coordinate representation of color #DD0288: hue angle of 323.29º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DD0288 is Cyan = 0, Magento = 0.99, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 2 | 136 | - |
| CMYK | 0 | 0.99 | 0.38 | 0.13 |
| HSL | 323.29º | 0.98% | 0.44% | - |
| HSV(B) | 323.29º | 0.99% | 0.87% | - |
| XYZ | 34.28 | 17.19 | 24.8 | - |
| YUV | 82.76 | 158.05 | 226.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 2 | 136 | 0 | 0.99 | 0.38 | 0.13 | 323.29 | 0.98 | 0.44 |
| Hex | DD | 2 | 88 | 0 | 63 | 26 | D | 143 | 62 | 2C |
| Octal | 335 | 2 | 210 | 0 | 143 | 46 | 15 | 503 | 142 | 54 |
| Binary | 11011101 | 10 | 10001000 | 0 | 1100011 | 100110 | 1101 | 101000011 | 1100010 | 101100 |
Color Harmonies of #DD0288
Complementary color
Monochromatic Colors of #DD0288
Black with #DD0288
Text Example
Text Example
White with #DD0288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0288; }
p { color: rgb(221,2,136); }
H1.HeaderClassName
{
color: #DD0288;
}
.AnyTagClassName
{
color: #DD0288;
}
</style>
background-color css
<style>
a { background-color: #DD0288; }
a { background-color: rgb(221,2,136); }
div.DivClassName
{
background-color: #DD0288;
}
.BgClassName
{
background-color: #DD0288;
}
</style>
border-color css
<style>
span { border-color: #DD0288; }
span { border-color: rgb(221,2,136); }
td.TdClassName
{
border-color: #DD0288;
}
.TagClassName
{
border-color: #DD0288;
}
</style>