Shades of Medium Violet Red #DD0387
Tints of Medium Violet Red #DD0387
RGB
CMYK
RGB Variations
Color information
#DD0387 (or 0xDD0387) is known color: Medium Violet Red. HEX triplet: DD, 03 and 87. RGB value is (221,3,135). Sum of RGB (Red+Green+Blue) = 221+3+135=359 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.56% from 359); Green value is 3 (1.56% from 255 or 0.84% from 359); Blue value is 135 (53.12% from 255 or 37.60% from 359); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0387 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0387 is #22FC78. Grayscale: #525252. Windows color (decimal): -2292857 or 8848349. OLE color: 8848349.
HSL color Cylindrical-coordinate representation of color #DD0387: hue angle of 323.67º degrees, saturation: 0.97, 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 #DD0387 is Cyan = 0, Magento = 0.99, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 3 | 135 | - |
| CMYK | 0 | 0.99 | 0.39 | 0.13 |
| HSL | 323.67º | 0.97% | 0.44% | - |
| HSV(B) | 323.67º | 0.99% | 0.87% | - |
| XYZ | 34.22 | 17.19 | 24.44 | - |
| YUV | 83.23 | 157.22 | 226.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 3 | 135 | 0 | 0.99 | 0.39 | 0.13 | 323.67 | 0.97 | 0.44 |
| Hex | DD | 3 | 87 | 0 | 63 | 27 | D | 144 | 61 | 2C |
| Octal | 335 | 3 | 207 | 0 | 143 | 47 | 15 | 504 | 141 | 54 |
| Binary | 11011101 | 11 | 10000111 | 0 | 1100011 | 100111 | 1101 | 101000100 | 1100001 | 101100 |
Color Harmonies of #DD0387
Complementary color
Monochromatic Colors of #DD0387
Black with #DD0387
Text Example
Text Example
White with #DD0387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0387; }
p { color: rgb(221,3,135); }
H1.HeaderClassName
{
color: #DD0387;
}
.AnyTagClassName
{
color: #DD0387;
}
</style>
background-color css
<style>
a { background-color: #DD0387; }
a { background-color: rgb(221,3,135); }
div.DivClassName
{
background-color: #DD0387;
}
.BgClassName
{
background-color: #DD0387;
}
</style>
border-color css
<style>
span { border-color: #DD0387; }
span { border-color: rgb(221,3,135); }
td.TdClassName
{
border-color: #DD0387;
}
.TagClassName
{
border-color: #DD0387;
}
</style>