Shades of Medium Violet Red #DD1492
Tints of Medium Violet Red #DD1492
RGB
CMYK
RGB Variations
Color information
#DD1492 (or 0xDD1492) is known color: Medium Violet Red. HEX triplet: DD, 14 and 92. RGB value is (221,20,146). Sum of RGB (Red+Green+Blue) = 221+20+146=387 (51% of max value = 765). Red value is 221 (86.72% from 255 or 57.11% from 387); Green value is 20 (8.20% from 255 or 5.17% from 387); Blue value is 146 (57.42% from 255 or 37.73% from 387); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1492 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD1492 is #22EB6D. Grayscale: #5E5E5E. Windows color (decimal): -2288494 or 9573597. OLE color: 9573597.
HSL color Cylindrical-coordinate representation of color #DD1492: hue angle of 322.39º 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 #DD1492 is Cyan = 0, Magento = 0.91, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 20 | 146 | - |
| CMYK | 0 | 0.91 | 0.34 | 0.13 |
| HSL | 322.39º | 0.83% | 0.47% | - |
| HSV(B) | 322.39º | 0.91% | 0.87% | - |
| XYZ | 35.26 | 17.95 | 28.8 | - |
| YUV | 94.46 | 157.09 | 218.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 20 | 146 | 0 | 0.91 | 0.34 | 0.13 | 322.39 | 0.83 | 0.47 |
| Hex | DD | 14 | 92 | 0 | 5B | 22 | D | 142 | 53 | 2F |
| Octal | 335 | 24 | 222 | 0 | 133 | 42 | 15 | 502 | 123 | 57 |
| Binary | 11011101 | 10100 | 10010010 | 0 | 1011011 | 100010 | 1101 | 101000010 | 1010011 | 101111 |
Color Harmonies of #DD1492
Complementary color
Monochromatic Colors of #DD1492
Black with #DD1492
Text Example
Text Example
White with #DD1492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1492; }
p { color: rgb(221,20,146); }
H1.HeaderClassName
{
color: #DD1492;
}
.AnyTagClassName
{
color: #DD1492;
}
</style>
background-color css
<style>
a { background-color: #DD1492; }
a { background-color: rgb(221,20,146); }
div.DivClassName
{
background-color: #DD1492;
}
.BgClassName
{
background-color: #DD1492;
}
</style>
border-color css
<style>
span { border-color: #DD1492; }
span { border-color: rgb(221,20,146); }
td.TdClassName
{
border-color: #DD1492;
}
.TagClassName
{
border-color: #DD1492;
}
</style>