Shades of Medium Violet Red #DD137D
Tints of Medium Violet Red #DD137D
RGB
CMYK
RGB Variations
Color information
#DD137D (or 0xDD137D) is known color: Medium Violet Red. HEX triplet: DD, 13 and 7D. RGB value is (221,19,125). Sum of RGB (Red+Green+Blue) = 221+19+125=365 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.55% from 365); Green value is 19 (7.81% from 255 or 5.21% from 365); Blue value is 125 (49.22% from 255 or 34.25% from 365); Max value from RGB is 221 - color contains mainly: red. Hex color #DD137D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD137D is #22EC82. Grayscale: #5B5B5B. Windows color (decimal): -2288771 or 8197085. OLE color: 8197085.
HSL color Cylindrical-coordinate representation of color #DD137D: hue angle of 328.51º degrees, saturation: 0.84, 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 #DD137D is Cyan = 0, Magento = 0.91, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 19 | 125 | - |
| CMYK | 0 | 0.91 | 0.43 | 0.13 |
| HSL | 328.51º | 0.84% | 0.47% | - |
| HSV(B) | 328.51º | 0.91% | 0.87% | - |
| XYZ | 33.75 | 17.32 | 20.97 | - |
| YUV | 91.48 | 146.92 | 220.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 19 | 125 | 0 | 0.91 | 0.43 | 0.13 | 328.51 | 0.84 | 0.47 |
| Hex | DD | 13 | 7D | 0 | 5B | 2B | D | 149 | 54 | 2F |
| Octal | 335 | 23 | 175 | 0 | 133 | 53 | 15 | 511 | 124 | 57 |
| Binary | 11011101 | 10011 | 1111101 | 0 | 1011011 | 101011 | 1101 | 101001001 | 1010100 | 101111 |
Color Harmonies of #DD137D
Complementary color
Monochromatic Colors of #DD137D
Black with #DD137D
Text Example
Text Example
White with #DD137D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD137D; }
p { color: rgb(221,19,125); }
H1.HeaderClassName
{
color: #DD137D;
}
.AnyTagClassName
{
color: #DD137D;
}
</style>
background-color css
<style>
a { background-color: #DD137D; }
a { background-color: rgb(221,19,125); }
div.DivClassName
{
background-color: #DD137D;
}
.BgClassName
{
background-color: #DD137D;
}
</style>
border-color css
<style>
span { border-color: #DD137D; }
span { border-color: rgb(221,19,125); }
td.TdClassName
{
border-color: #DD137D;
}
.TagClassName
{
border-color: #DD137D;
}
</style>