Shades of Medium Violet Red #DD1092
Tints of Medium Violet Red #DD1092
RGB
CMYK
RGB Variations
Color information
#DD1092 (or 0xDD1092) is known color: Medium Violet Red. HEX triplet: DD, 10 and 92. RGB value is (221,16,146). Sum of RGB (Red+Green+Blue) = 221+16+146=383 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.70% from 383); Green value is 16 (6.64% from 255 or 4.18% from 383); Blue value is 146 (57.42% from 255 or 38.12% from 383); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1092 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD1092 is #22EF6D. Grayscale: #5B5B5B. Windows color (decimal): -2289518 or 9572573. OLE color: 9572573.
HSL color Cylindrical-coordinate representation of color #DD1092: hue angle of 321.95º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DD1092 is Cyan = 0, Magento = 0.93, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 16 | 146 | - |
| CMYK | 0 | 0.93 | 0.34 | 0.13 |
| HSL | 321.95º | 0.86% | 0.46% | - |
| HSV(B) | 321.95º | 0.93% | 0.87% | - |
| XYZ | 35.19 | 17.82 | 28.78 | - |
| YUV | 92.12 | 158.42 | 219.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 16 | 146 | 0 | 0.93 | 0.34 | 0.13 | 321.95 | 0.86 | 0.46 |
| Hex | DD | 10 | 92 | 0 | 5D | 22 | D | 142 | 56 | 2E |
| Octal | 335 | 20 | 222 | 0 | 135 | 42 | 15 | 502 | 126 | 56 |
| Binary | 11011101 | 10000 | 10010010 | 0 | 1011101 | 100010 | 1101 | 101000010 | 1010110 | 101110 |
Color Harmonies of #DD1092
Complementary color
Monochromatic Colors of #DD1092
Black with #DD1092
Text Example
Text Example
White with #DD1092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1092; }
p { color: rgb(221,16,146); }
H1.HeaderClassName
{
color: #DD1092;
}
.AnyTagClassName
{
color: #DD1092;
}
</style>
background-color css
<style>
a { background-color: #DD1092; }
a { background-color: rgb(221,16,146); }
div.DivClassName
{
background-color: #DD1092;
}
.BgClassName
{
background-color: #DD1092;
}
</style>
border-color css
<style>
span { border-color: #DD1092; }
span { border-color: rgb(221,16,146); }
td.TdClassName
{
border-color: #DD1092;
}
.TagClassName
{
border-color: #DD1092;
}
</style>