Shades of Medium Violet Red #DD0287
Tints of Medium Violet Red #DD0287
RGB
CMYK
RGB Variations
Color information
#DD0287 (or 0xDD0287) is known color: Medium Violet Red. HEX triplet: DD, 02 and 87. RGB value is (221,2,135). Sum of RGB (Red+Green+Blue) = 221+2+135=358 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.73% from 358); Green value is 2 (1.17% from 255 or 0.56% from 358); Blue value is 135 (53.12% from 255 or 37.71% from 358); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0287 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0287 is #22FD78. Grayscale: #525252. Windows color (decimal): -2293113 or 8848093. OLE color: 8848093.
HSL color Cylindrical-coordinate representation of color #DD0287: hue angle of 323.56º 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 #DD0287 is Cyan = 0, Magento = 0.99, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 2 | 135 | - |
| CMYK | 0 | 0.99 | 0.39 | 0.13 |
| HSL | 323.56º | 0.98% | 0.44% | - |
| HSV(B) | 323.56º | 0.99% | 0.87% | - |
| XYZ | 34.21 | 17.16 | 24.43 | - |
| YUV | 82.64 | 157.55 | 226.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 2 | 135 | 0 | 0.99 | 0.39 | 0.13 | 323.56 | 0.98 | 0.44 |
| Hex | DD | 2 | 87 | 0 | 63 | 27 | D | 144 | 62 | 2C |
| Octal | 335 | 2 | 207 | 0 | 143 | 47 | 15 | 504 | 142 | 54 |
| Binary | 11011101 | 10 | 10000111 | 0 | 1100011 | 100111 | 1101 | 101000100 | 1100010 | 101100 |
Color Harmonies of #DD0287
Complementary color
Monochromatic Colors of #DD0287
Black with #DD0287
Text Example
Text Example
White with #DD0287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0287; }
p { color: rgb(221,2,135); }
H1.HeaderClassName
{
color: #DD0287;
}
.AnyTagClassName
{
color: #DD0287;
}
</style>
background-color css
<style>
a { background-color: #DD0287; }
a { background-color: rgb(221,2,135); }
div.DivClassName
{
background-color: #DD0287;
}
.BgClassName
{
background-color: #DD0287;
}
</style>
border-color css
<style>
span { border-color: #DD0287; }
span { border-color: rgb(221,2,135); }
td.TdClassName
{
border-color: #DD0287;
}
.TagClassName
{
border-color: #DD0287;
}
</style>