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