Shades of Medium Violet Red #DD1392
Tints of Medium Violet Red #DD1392
RGB
CMYK
RGB Variations
Color information
#DD1392 (or 0xDD1392) is known color: Medium Violet Red. HEX triplet: DD, 13 and 92. RGB value is (221,19,146). Sum of RGB (Red+Green+Blue) = 221+19+146=386 (51% of max value = 765). Red value is 221 (86.72% from 255 or 57.25% from 386); Green value is 19 (7.81% from 255 or 4.92% from 386); Blue value is 146 (57.42% from 255 or 37.82% from 386); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1392 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD1392 is #22EC6D. Grayscale: #5D5D5D. Windows color (decimal): -2288750 or 9573341. OLE color: 9573341.
HSL color Cylindrical-coordinate representation of color #DD1392: hue angle of 322.28º 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 #DD1392 is Cyan = 0, Magento = 0.91, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 19 | 146 | - |
| CMYK | 0 | 0.91 | 0.34 | 0.13 |
| HSL | 322.28º | 0.84% | 0.47% | - |
| HSV(B) | 322.28º | 0.91% | 0.87% | - |
| XYZ | 35.24 | 17.91 | 28.79 | - |
| YUV | 93.88 | 157.42 | 218.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 19 | 146 | 0 | 0.91 | 0.34 | 0.13 | 322.28 | 0.84 | 0.47 |
| Hex | DD | 13 | 92 | 0 | 5B | 22 | D | 142 | 54 | 2F |
| Octal | 335 | 23 | 222 | 0 | 133 | 42 | 15 | 502 | 124 | 57 |
| Binary | 11011101 | 10011 | 10010010 | 0 | 1011011 | 100010 | 1101 | 101000010 | 1010100 | 101111 |
Color Harmonies of #DD1392
Complementary color
Monochromatic Colors of #DD1392
Black with #DD1392
Text Example
Text Example
White with #DD1392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1392; }
p { color: rgb(221,19,146); }
H1.HeaderClassName
{
color: #DD1392;
}
.AnyTagClassName
{
color: #DD1392;
}
</style>
background-color css
<style>
a { background-color: #DD1392; }
a { background-color: rgb(221,19,146); }
div.DivClassName
{
background-color: #DD1392;
}
.BgClassName
{
background-color: #DD1392;
}
</style>
border-color css
<style>
span { border-color: #DD1392; }
span { border-color: rgb(221,19,146); }
td.TdClassName
{
border-color: #DD1392;
}
.TagClassName
{
border-color: #DD1392;
}
</style>