Shades of Medium Violet Red #DD0289
Tints of Medium Violet Red #DD0289
RGB
CMYK
RGB Variations
Color information
#DD0289 (or 0xDD0289) is known color: Medium Violet Red. HEX triplet: DD, 02 and 89. RGB value is (221,2,137). Sum of RGB (Red+Green+Blue) = 221+2+137=360 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.39% from 360); Green value is 2 (1.17% from 255 or 0.56% from 360); Blue value is 137 (53.91% from 255 or 38.06% from 360); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0289 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0289 is #22FD76. Grayscale: #525252. Windows color (decimal): -2293111 or 8979165. OLE color: 8979165.
HSL color Cylindrical-coordinate representation of color #DD0289: hue angle of 323.01º 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 #DD0289 is Cyan = 0, Magento = 0.99, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 2 | 137 | - |
| CMYK | 0 | 0.99 | 0.38 | 0.13 |
| HSL | 323.01º | 0.98% | 0.44% | - |
| HSV(B) | 323.01º | 0.99% | 0.87% | - |
| XYZ | 34.36 | 17.22 | 25.18 | - |
| YUV | 82.87 | 158.55 | 226.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 2 | 137 | 0 | 0.99 | 0.38 | 0.13 | 323.01 | 0.98 | 0.44 |
| Hex | DD | 2 | 89 | 0 | 63 | 26 | D | 143 | 62 | 2C |
| Octal | 335 | 2 | 211 | 0 | 143 | 46 | 15 | 503 | 142 | 54 |
| Binary | 11011101 | 10 | 10001001 | 0 | 1100011 | 100110 | 1101 | 101000011 | 1100010 | 101100 |
Color Harmonies of #DD0289
Complementary color
Monochromatic Colors of #DD0289
Black with #DD0289
Text Example
Text Example
White with #DD0289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0289; }
p { color: rgb(221,2,137); }
H1.HeaderClassName
{
color: #DD0289;
}
.AnyTagClassName
{
color: #DD0289;
}
</style>
background-color css
<style>
a { background-color: #DD0289; }
a { background-color: rgb(221,2,137); }
div.DivClassName
{
background-color: #DD0289;
}
.BgClassName
{
background-color: #DD0289;
}
</style>
border-color css
<style>
span { border-color: #DD0289; }
span { border-color: rgb(221,2,137); }
td.TdClassName
{
border-color: #DD0289;
}
.TagClassName
{
border-color: #DD0289;
}
</style>