Shades of Medium Violet Red #DD007B
Tints of Medium Violet Red #DD007B
RGB
CMYK
RGB Variations
Color information
#DD007B (or 0xDD007B) is known color: Medium Violet Red. HEX triplet: DD, 00 and 7B. RGB value is (221,0,123). Sum of RGB (Red+Green+Blue) = 221+0+123=344 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.24% from 344); Green value is 0 (0.39% from 255 or 0% from 344); Blue value is 123 (48.44% from 255 or 35.76% from 344); Max value from RGB is 221 - color contains mainly: red. Hex color #DD007B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD007B is #22FF84. Grayscale: #4F4F4F. Windows color (decimal): -2293637 or 8061149. OLE color: 8061149.
HSL color Cylindrical-coordinate representation of color #DD007B: hue angle of 326.61º 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 #DD007B is Cyan = 0, Magento = 1, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 0 | 123 | - |
| CMYK | 0 | 1 | 0.44 | 0.13 |
| HSL | 326.61º | 1% | 0.43% | - |
| HSV(B) | 326.61º | 1% | 0.87% | - |
| XYZ | 33.39 | 16.8 | 20.22 | - |
| YUV | 80.1 | 152.22 | 228.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 0 | 123 | 0 | 1 | 0.44 | 0.13 | 326.61 | 1 | 0.43 |
| Hex | DD | 0 | 7B | 0 | 64 | 2C | D | 147 | 64 | 2B |
| Octal | 335 | 0 | 173 | 0 | 144 | 54 | 15 | 507 | 144 | 53 |
| Binary | 11011101 | 0 | 1111011 | 0 | 1100100 | 101100 | 1101 | 101000111 | 1100100 | 101011 |
Color Harmonies of #DD007B
Complementary color
Monochromatic Colors of #DD007B
Black with #DD007B
Text Example
Text Example
White with #DD007B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD007B; }
p { color: rgb(221,0,123); }
H1.HeaderClassName
{
color: #DD007B;
}
.AnyTagClassName
{
color: #DD007B;
}
</style>
background-color css
<style>
a { background-color: #DD007B; }
a { background-color: rgb(221,0,123); }
div.DivClassName
{
background-color: #DD007B;
}
.BgClassName
{
background-color: #DD007B;
}
</style>
border-color css
<style>
span { border-color: #DD007B; }
span { border-color: rgb(221,0,123); }
td.TdClassName
{
border-color: #DD007B;
}
.TagClassName
{
border-color: #DD007B;
}
</style>