Shades of Medium Violet Red #DD1294
Tints of Medium Violet Red #DD1294
RGB
CMYK
RGB Variations
Color information
#DD1294 (or 0xDD1294) is known color: Medium Violet Red. HEX triplet: DD, 12 and 94. RGB value is (221,18,148). Sum of RGB (Red+Green+Blue) = 221+18+148=387 (51% of max value = 765). Red value is 221 (86.72% from 255 or 57.11% from 387); Green value is 18 (7.42% from 255 or 4.65% from 387); Blue value is 148 (58.20% from 255 or 38.24% from 387); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1294 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD1294 is #22ED6B. Grayscale: #5D5D5D. Windows color (decimal): -2289004 or 9704157. OLE color: 9704157.
HSL color Cylindrical-coordinate representation of color #DD1294: hue angle of 321.58º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DD1294 is Cyan = 0, Magento = 0.92, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 18 | 148 | - |
| CMYK | 0 | 0.92 | 0.33 | 0.13 |
| HSL | 321.58º | 0.85% | 0.47% | - |
| HSV(B) | 321.58º | 0.92% | 0.87% | - |
| XYZ | 35.38 | 17.94 | 29.62 | - |
| YUV | 93.52 | 158.75 | 218.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 18 | 148 | 0 | 0.92 | 0.33 | 0.13 | 321.58 | 0.85 | 0.47 |
| Hex | DD | 12 | 94 | 0 | 5C | 21 | D | 142 | 55 | 2F |
| Octal | 335 | 22 | 224 | 0 | 134 | 41 | 15 | 502 | 125 | 57 |
| Binary | 11011101 | 10010 | 10010100 | 0 | 1011100 | 100001 | 1101 | 101000010 | 1010101 | 101111 |
Color Harmonies of #DD1294
Complementary color
Monochromatic Colors of #DD1294
Black with #DD1294
Text Example
Text Example
White with #DD1294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1294; }
p { color: rgb(221,18,148); }
H1.HeaderClassName
{
color: #DD1294;
}
.AnyTagClassName
{
color: #DD1294;
}
</style>
background-color css
<style>
a { background-color: #DD1294; }
a { background-color: rgb(221,18,148); }
div.DivClassName
{
background-color: #DD1294;
}
.BgClassName
{
background-color: #DD1294;
}
</style>
border-color css
<style>
span { border-color: #DD1294; }
span { border-color: rgb(221,18,148); }
td.TdClassName
{
border-color: #DD1294;
}
.TagClassName
{
border-color: #DD1294;
}
</style>