Shades of Medium Violet Red #DD147E
Tints of Medium Violet Red #DD147E
RGB
CMYK
RGB Variations
Color information
#DD147E (or 0xDD147E) is known color: Medium Violet Red. HEX triplet: DD, 14 and 7E. RGB value is (221,20,126). Sum of RGB (Red+Green+Blue) = 221+20+126=367 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.22% from 367); Green value is 20 (8.20% from 255 or 5.45% from 367); Blue value is 126 (49.61% from 255 or 34.33% from 367); Max value from RGB is 221 - color contains mainly: red. Hex color #DD147E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD147E is #22EB81. Grayscale: #5B5B5B. Windows color (decimal): -2288514 or 8262877. OLE color: 8262877.
HSL color Cylindrical-coordinate representation of color #DD147E: hue angle of 328.36º 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 #DD147E is Cyan = 0, Magento = 0.91, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 20 | 126 | - |
| CMYK | 0 | 0.91 | 0.43 | 0.13 |
| HSL | 328.36º | 0.83% | 0.47% | - |
| HSV(B) | 328.36º | 0.91% | 0.87% | - |
| XYZ | 33.83 | 17.38 | 21.31 | - |
| YUV | 92.18 | 147.09 | 219.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 20 | 126 | 0 | 0.91 | 0.43 | 0.13 | 328.36 | 0.83 | 0.47 |
| Hex | DD | 14 | 7E | 0 | 5B | 2B | D | 148 | 53 | 2F |
| Octal | 335 | 24 | 176 | 0 | 133 | 53 | 15 | 510 | 123 | 57 |
| Binary | 11011101 | 10100 | 1111110 | 0 | 1011011 | 101011 | 1101 | 101001000 | 1010011 | 101111 |
Color Harmonies of #DD147E
Complementary color
Monochromatic Colors of #DD147E
Black with #DD147E
Text Example
Text Example
White with #DD147E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD147E; }
p { color: rgb(221,20,126); }
H1.HeaderClassName
{
color: #DD147E;
}
.AnyTagClassName
{
color: #DD147E;
}
</style>
background-color css
<style>
a { background-color: #DD147E; }
a { background-color: rgb(221,20,126); }
div.DivClassName
{
background-color: #DD147E;
}
.BgClassName
{
background-color: #DD147E;
}
</style>
border-color css
<style>
span { border-color: #DD147E; }
span { border-color: rgb(221,20,126); }
td.TdClassName
{
border-color: #DD147E;
}
.TagClassName
{
border-color: #DD147E;
}
</style>