Shades of Medium Violet Red #DD0F96
Tints of Medium Violet Red #DD0F96
RGB
CMYK
RGB Variations
Color information
#DD0F96 (or 0xDD0F96) is known color: Medium Violet Red. HEX triplet: DD, 0F and 96. RGB value is (221,15,150). Sum of RGB (Red+Green+Blue) = 221+15+150=386 (51% of max value = 765). Red value is 221 (86.72% from 255 or 57.25% from 386); Green value is 15 (6.25% from 255 or 3.89% from 386); Blue value is 150 (58.98% from 255 or 38.86% from 386); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0F96 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0F96 is #22F069. Grayscale: #5B5B5B. Windows color (decimal): -2289770 or 9834461. OLE color: 9834461.
HSL color Cylindrical-coordinate representation of color #DD0F96: hue angle of 320.68º 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 #DD0F96 is Cyan = 0, Magento = 0.93, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 15 | 150 | - |
| CMYK | 0 | 0.93 | 0.32 | 0.13 |
| HSL | 320.68º | 0.87% | 0.46% | - |
| HSV(B) | 320.68º | 0.93% | 0.87% | - |
| XYZ | 35.49 | 17.92 | 30.44 | - |
| YUV | 91.98 | 160.75 | 220.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 15 | 150 | 0 | 0.93 | 0.32 | 0.13 | 320.68 | 0.87 | 0.46 |
| Hex | DD | F | 96 | 0 | 5D | 20 | D | 141 | 57 | 2E |
| Octal | 335 | 17 | 226 | 0 | 135 | 40 | 15 | 501 | 127 | 56 |
| Binary | 11011101 | 1111 | 10010110 | 0 | 1011101 | 100000 | 1101 | 101000001 | 1010111 | 101110 |
Color Harmonies of #DD0F96
Complementary color
Monochromatic Colors of #DD0F96
Black with #DD0F96
Text Example
Text Example
White with #DD0F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0F96; }
p { color: rgb(221,15,150); }
H1.HeaderClassName
{
color: #DD0F96;
}
.AnyTagClassName
{
color: #DD0F96;
}
</style>
background-color css
<style>
a { background-color: #DD0F96; }
a { background-color: rgb(221,15,150); }
div.DivClassName
{
background-color: #DD0F96;
}
.BgClassName
{
background-color: #DD0F96;
}
</style>
border-color css
<style>
span { border-color: #DD0F96; }
span { border-color: rgb(221,15,150); }
td.TdClassName
{
border-color: #DD0F96;
}
.TagClassName
{
border-color: #DD0F96;
}
</style>