Shades of Medium Violet Red #DD0F94
Tints of Medium Violet Red #DD0F94
RGB
CMYK
RGB Variations
Color information
#DD0F94 (or 0xDD0F94) is known color: Medium Violet Red. HEX triplet: DD, 0F and 94. RGB value is (221,15,148). Sum of RGB (Red+Green+Blue) = 221+15+148=384 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.55% from 384); Green value is 15 (6.25% from 255 or 3.91% from 384); Blue value is 148 (58.20% from 255 or 38.54% from 384); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0F94 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0F94 is #22F06B. Grayscale: #5B5B5B. Windows color (decimal): -2289772 or 9703389. OLE color: 9703389.
HSL color Cylindrical-coordinate representation of color #DD0F94: hue angle of 321.26º degrees, saturation: 0.87, 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 #DD0F94 is Cyan = 0, Magento = 0.93, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 15 | 148 | - |
| CMYK | 0 | 0.93 | 0.33 | 0.13 |
| HSL | 321.26º | 0.87% | 0.46% | - |
| HSV(B) | 321.26º | 0.93% | 0.87% | - |
| XYZ | 35.33 | 17.85 | 29.6 | - |
| YUV | 91.76 | 159.75 | 220.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 15 | 148 | 0 | 0.93 | 0.33 | 0.13 | 321.26 | 0.87 | 0.46 |
| Hex | DD | F | 94 | 0 | 5D | 21 | D | 141 | 57 | 2E |
| Octal | 335 | 17 | 224 | 0 | 135 | 41 | 15 | 501 | 127 | 56 |
| Binary | 11011101 | 1111 | 10010100 | 0 | 1011101 | 100001 | 1101 | 101000001 | 1010111 | 101110 |
Color Harmonies of #DD0F94
Complementary color
Monochromatic Colors of #DD0F94
Black with #DD0F94
Text Example
Text Example
White with #DD0F94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0F94; }
p { color: rgb(221,15,148); }
H1.HeaderClassName
{
color: #DD0F94;
}
.AnyTagClassName
{
color: #DD0F94;
}
</style>
background-color css
<style>
a { background-color: #DD0F94; }
a { background-color: rgb(221,15,148); }
div.DivClassName
{
background-color: #DD0F94;
}
.BgClassName
{
background-color: #DD0F94;
}
</style>
border-color css
<style>
span { border-color: #DD0F94; }
span { border-color: rgb(221,15,148); }
td.TdClassName
{
border-color: #DD0F94;
}
.TagClassName
{
border-color: #DD0F94;
}
</style>