Shades of Medium Violet Red #DD007E
Tints of Medium Violet Red #DD007E
RGB
CMYK
RGB Variations
Color information
#DD007E (or 0xDD007E) is known color: Medium Violet Red. HEX triplet: DD, 00 and 7E. RGB value is (221,0,126). Sum of RGB (Red+Green+Blue) = 221+0+126=347 (45% of max value = 765). Red value is 221 (86.72% from 255 or 63.69% from 347); Green value is 0 (0.39% from 255 or 0% from 347); Blue value is 126 (49.61% from 255 or 36.31% from 347); Max value from RGB is 221 - color contains mainly: red. Hex color #DD007E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD007E is #22FF81. Grayscale: #505050. Windows color (decimal): -2293634 or 8257757. OLE color: 8257757.
HSL color Cylindrical-coordinate representation of color #DD007E: hue angle of 325.79º 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 #DD007E is Cyan = 0, Magento = 1, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 0 | 126 | - |
| CMYK | 0 | 1 | 0.43 | 0.13 |
| HSL | 325.79º | 1% | 0.43% | - |
| HSV(B) | 325.79º | 1% | 0.87% | - |
| XYZ | 33.58 | 16.88 | 21.23 | - |
| YUV | 80.44 | 153.72 | 228.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 0 | 126 | 0 | 1 | 0.43 | 0.13 | 325.79 | 1 | 0.43 |
| Hex | DD | 0 | 7E | 0 | 64 | 2B | D | 146 | 64 | 2B |
| Octal | 335 | 0 | 176 | 0 | 144 | 53 | 15 | 506 | 144 | 53 |
| Binary | 11011101 | 0 | 1111110 | 0 | 1100100 | 101011 | 1101 | 101000110 | 1100100 | 101011 |
Color Harmonies of #DD007E
Complementary color
Monochromatic Colors of #DD007E
Black with #DD007E
Text Example
Text Example
White with #DD007E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD007E; }
p { color: rgb(221,0,126); }
H1.HeaderClassName
{
color: #DD007E;
}
.AnyTagClassName
{
color: #DD007E;
}
</style>
background-color css
<style>
a { background-color: #DD007E; }
a { background-color: rgb(221,0,126); }
div.DivClassName
{
background-color: #DD007E;
}
.BgClassName
{
background-color: #DD007E;
}
</style>
border-color css
<style>
span { border-color: #DD007E; }
span { border-color: rgb(221,0,126); }
td.TdClassName
{
border-color: #DD007E;
}
.TagClassName
{
border-color: #DD007E;
}
</style>