Shades of Medium Violet Red #DD007C
Tints of Medium Violet Red #DD007C
RGB
CMYK
RGB Variations
Color information
#DD007C (or 0xDD007C) is known color: Medium Violet Red. HEX triplet: DD, 00 and 7C. RGB value is (221,0,124). Sum of RGB (Red+Green+Blue) = 221+0+124=345 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.06% from 345); Green value is 0 (0.39% from 255 or 0% from 345); Blue value is 124 (48.83% from 255 or 35.94% from 345); Max value from RGB is 221 - color contains mainly: red. Hex color #DD007C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD007C is #22FF83. Grayscale: #4F4F4F. Windows color (decimal): -2293636 or 8126685. OLE color: 8126685.
HSL color Cylindrical-coordinate representation of color #DD007C: hue angle of 326.33º 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 #DD007C is Cyan = 0, Magento = 1, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 0 | 124 | - |
| CMYK | 0 | 1 | 0.44 | 0.13 |
| HSL | 326.33º | 1% | 0.43% | - |
| HSV(B) | 326.33º | 1% | 0.87% | - |
| XYZ | 33.46 | 16.83 | 20.55 | - |
| YUV | 80.22 | 152.72 | 228.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 0 | 124 | 0 | 1 | 0.44 | 0.13 | 326.33 | 1 | 0.43 |
| Hex | DD | 0 | 7C | 0 | 64 | 2C | D | 146 | 64 | 2B |
| Octal | 335 | 0 | 174 | 0 | 144 | 54 | 15 | 506 | 144 | 53 |
| Binary | 11011101 | 0 | 1111100 | 0 | 1100100 | 101100 | 1101 | 101000110 | 1100100 | 101011 |
Color Harmonies of #DD007C
Complementary color
Monochromatic Colors of #DD007C
Black with #DD007C
Text Example
Text Example
White with #DD007C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD007C; }
p { color: rgb(221,0,124); }
H1.HeaderClassName
{
color: #DD007C;
}
.AnyTagClassName
{
color: #DD007C;
}
</style>
background-color css
<style>
a { background-color: #DD007C; }
a { background-color: rgb(221,0,124); }
div.DivClassName
{
background-color: #DD007C;
}
.BgClassName
{
background-color: #DD007C;
}
</style>
border-color css
<style>
span { border-color: #DD007C; }
span { border-color: rgb(221,0,124); }
td.TdClassName
{
border-color: #DD007C;
}
.TagClassName
{
border-color: #DD007C;
}
</style>