Shades of Medium Violet Red #DD147C
Tints of Medium Violet Red #DD147C
RGB
CMYK
RGB Variations
Color information
#DD147C (or 0xDD147C) is known color: Medium Violet Red. HEX triplet: DD, 14 and 7C. RGB value is (221,20,124). Sum of RGB (Red+Green+Blue) = 221+20+124=365 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.55% from 365); Green value is 20 (8.20% from 255 or 5.48% from 365); Blue value is 124 (48.83% from 255 or 33.97% from 365); Max value from RGB is 221 - color contains mainly: red. Hex color #DD147C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD147C is #22EB83. Grayscale: #5B5B5B. Windows color (decimal): -2288516 or 8131805. OLE color: 8131805.
HSL color Cylindrical-coordinate representation of color #DD147C: hue angle of 328.96º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DD147C is Cyan = 0, Magento = 0.91, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 20 | 124 | - |
| CMYK | 0 | 0.91 | 0.44 | 0.13 |
| HSL | 328.96º | 0.83% | 0.47% | - |
| HSV(B) | 328.96º | 0.91% | 0.87% | - |
| XYZ | 33.71 | 17.33 | 20.64 | - |
| YUV | 91.96 | 146.09 | 220.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 20 | 124 | 0 | 0.91 | 0.44 | 0.13 | 328.96 | 0.83 | 0.47 |
| Hex | DD | 14 | 7C | 0 | 5B | 2C | D | 149 | 53 | 2F |
| Octal | 335 | 24 | 174 | 0 | 133 | 54 | 15 | 511 | 123 | 57 |
| Binary | 11011101 | 10100 | 1111100 | 0 | 1011011 | 101100 | 1101 | 101001001 | 1010011 | 101111 |
Color Harmonies of #DD147C
Complementary color
Monochromatic Colors of #DD147C
Black with #DD147C
Text Example
Text Example
White with #DD147C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD147C; }
p { color: rgb(221,20,124); }
H1.HeaderClassName
{
color: #DD147C;
}
.AnyTagClassName
{
color: #DD147C;
}
</style>
background-color css
<style>
a { background-color: #DD147C; }
a { background-color: rgb(221,20,124); }
div.DivClassName
{
background-color: #DD147C;
}
.BgClassName
{
background-color: #DD147C;
}
</style>
border-color css
<style>
span { border-color: #DD147C; }
span { border-color: rgb(221,20,124); }
td.TdClassName
{
border-color: #DD147C;
}
.TagClassName
{
border-color: #DD147C;
}
</style>