Shades of Medium Violet Red #DD107A
Tints of Medium Violet Red #DD107A
RGB
CMYK
RGB Variations
Color information
#DD107A (or 0xDD107A) is known color: Medium Violet Red. HEX triplet: DD, 10 and 7A. RGB value is (221,16,122). Sum of RGB (Red+Green+Blue) = 221+16+122=359 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.56% from 359); Green value is 16 (6.64% from 255 or 4.46% from 359); Blue value is 122 (48.05% from 255 or 33.98% from 359); Max value from RGB is 221 - color contains mainly: red. Hex color #DD107A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD107A is #22EF85. Grayscale: #595959. Windows color (decimal): -2289542 or 7999709. OLE color: 7999709.
HSL color Cylindrical-coordinate representation of color #DD107A: hue angle of 328.98º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DD107A is Cyan = 0, Magento = 0.93, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 16 | 122 | - |
| CMYK | 0 | 0.93 | 0.45 | 0.13 |
| HSL | 328.98º | 0.86% | 0.46% | - |
| HSV(B) | 328.98º | 0.93% | 0.87% | - |
| XYZ | 33.52 | 17.15 | 19.96 | - |
| YUV | 89.38 | 146.42 | 221.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 16 | 122 | 0 | 0.93 | 0.45 | 0.13 | 328.98 | 0.86 | 0.46 |
| Hex | DD | 10 | 7A | 0 | 5D | 2D | D | 149 | 56 | 2E |
| Octal | 335 | 20 | 172 | 0 | 135 | 55 | 15 | 511 | 126 | 56 |
| Binary | 11011101 | 10000 | 1111010 | 0 | 1011101 | 101101 | 1101 | 101001001 | 1010110 | 101110 |
Color Harmonies of #DD107A
Complementary color
Monochromatic Colors of #DD107A
Black with #DD107A
Text Example
Text Example
White with #DD107A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD107A; }
p { color: rgb(221,16,122); }
H1.HeaderClassName
{
color: #DD107A;
}
.AnyTagClassName
{
color: #DD107A;
}
</style>
background-color css
<style>
a { background-color: #DD107A; }
a { background-color: rgb(221,16,122); }
div.DivClassName
{
background-color: #DD107A;
}
.BgClassName
{
background-color: #DD107A;
}
</style>
border-color css
<style>
span { border-color: #DD107A; }
span { border-color: rgb(221,16,122); }
td.TdClassName
{
border-color: #DD107A;
}
.TagClassName
{
border-color: #DD107A;
}
</style>