Shades of Medium Violet Red #DD008C
Tints of Medium Violet Red #DD008C
RGB
CMYK
RGB Variations
Color information
#DD008C (or 0xDD008C) is known color: Medium Violet Red. HEX triplet: DD, 00 and 8C. RGB value is (221,0,140). Sum of RGB (Red+Green+Blue) = 221+0+140=361 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.22% from 361); Green value is 0 (0.39% from 255 or 0% from 361); Blue value is 140 (55.08% from 255 or 38.78% from 361); Max value from RGB is 221 - color contains mainly: red. Hex color #DD008C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD008C is #22FF73. Grayscale: #515151. Windows color (decimal): -2293620 or 9175261. OLE color: 9175261.
HSL color Cylindrical-coordinate representation of color #DD008C: hue angle of 321.99º 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 #DD008C is Cyan = 0, Magento = 1, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 0 | 140 | - |
| CMYK | 0 | 1 | 0.37 | 0.13 |
| HSL | 321.99º | 1% | 0.43% | - |
| HSV(B) | 321.99º | 1% | 0.87% | - |
| XYZ | 34.55 | 17.27 | 26.32 | - |
| YUV | 82.04 | 160.72 | 227.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 0 | 140 | 0 | 1 | 0.37 | 0.13 | 321.99 | 1 | 0.43 |
| Hex | DD | 0 | 8C | 0 | 64 | 25 | D | 142 | 64 | 2B |
| Octal | 335 | 0 | 214 | 0 | 144 | 45 | 15 | 502 | 144 | 53 |
| Binary | 11011101 | 0 | 10001100 | 0 | 1100100 | 100101 | 1101 | 101000010 | 1100100 | 101011 |
Color Harmonies of #DD008C
Complementary color
Monochromatic Colors of #DD008C
Black with #DD008C
Text Example
Text Example
White with #DD008C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD008C; }
p { color: rgb(221,0,140); }
H1.HeaderClassName
{
color: #DD008C;
}
.AnyTagClassName
{
color: #DD008C;
}
</style>
background-color css
<style>
a { background-color: #DD008C; }
a { background-color: rgb(221,0,140); }
div.DivClassName
{
background-color: #DD008C;
}
.BgClassName
{
background-color: #DD008C;
}
</style>
border-color css
<style>
span { border-color: #DD008C; }
span { border-color: rgb(221,0,140); }
td.TdClassName
{
border-color: #DD008C;
}
.TagClassName
{
border-color: #DD008C;
}
</style>