Shades of Medium Violet Red #DD0087
Tints of Medium Violet Red #DD0087
RGB
CMYK
RGB Variations
Color information
#DD0087 (or 0xDD0087) is known color: Medium Violet Red. HEX triplet: DD, 00 and 87. RGB value is (221,0,135). Sum of RGB (Red+Green+Blue) = 221+0+135=356 (47% of max value = 765). Red value is 221 (86.72% from 255 or 62.08% from 356); Green value is 0 (0.39% from 255 or 0% from 356); Blue value is 135 (53.12% from 255 or 37.92% from 356); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0087 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0087 is #22FF78. Grayscale: #515151. Windows color (decimal): -2293625 or 8847581. OLE color: 8847581.
HSL color Cylindrical-coordinate representation of color #DD0087: hue angle of 323.35º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD0087 is Cyan = 0, Magento = 1, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 0 | 135 | - |
| CMYK | 0 | 1 | 0.39 | 0.13 |
| HSL | 323.35º | 1% | 0.43% | - |
| HSV(B) | 323.35º | 1% | 0.87% | - |
| XYZ | 34.19 | 17.12 | 24.42 | - |
| YUV | 81.47 | 158.22 | 227.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 0 | 135 | 0 | 1 | 0.39 | 0.13 | 323.35 | 1 | 0.43 |
| Hex | DD | 0 | 87 | 0 | 64 | 27 | D | 143 | 64 | 2B |
| Octal | 335 | 0 | 207 | 0 | 144 | 47 | 15 | 503 | 144 | 53 |
| Binary | 11011101 | 0 | 10000111 | 0 | 1100100 | 100111 | 1101 | 101000011 | 1100100 | 101011 |
Color Harmonies of #DD0087
Complementary color
Monochromatic Colors of #DD0087
Black with #DD0087
Text Example
Text Example
White with #DD0087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0087; }
p { color: rgb(221,0,135); }
H1.HeaderClassName
{
color: #DD0087;
}
.AnyTagClassName
{
color: #DD0087;
}
</style>
background-color css
<style>
a { background-color: #DD0087; }
a { background-color: rgb(221,0,135); }
div.DivClassName
{
background-color: #DD0087;
}
.BgClassName
{
background-color: #DD0087;
}
</style>
border-color css
<style>
span { border-color: #DD0087; }
span { border-color: rgb(221,0,135); }
td.TdClassName
{
border-color: #DD0087;
}
.TagClassName
{
border-color: #DD0087;
}
</style>