Shades of Medium Violet Red #DD1C96
Tints of Medium Violet Red #DD1C96
RGB
CMYK
RGB Variations
Color information
#DD1C96 (or 0xDD1C96) is known color: Medium Violet Red. HEX triplet: DD, 1C and 96. RGB value is (221,28,150). Sum of RGB (Red+Green+Blue) = 221+28+150=399 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.39% from 399); Green value is 28 (11.33% from 255 or 7.02% from 399); Blue value is 150 (58.98% from 255 or 37.59% from 399); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1C96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD1C96 is #22E369. Grayscale: #636363. Windows color (decimal): -2286442 or 9837789. OLE color: 9837789.
HSL color Cylindrical-coordinate representation of color #DD1C96: hue angle of 322.07º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DD1C96 is Cyan = 0, Magento = 0.87, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 28 | 150 | - |
| CMYK | 0 | 0.87 | 0.32 | 0.13 |
| HSL | 322.07º | 0.78% | 0.49% | - |
| HSV(B) | 322.07º | 0.87% | 0.87% | - |
| XYZ | 35.74 | 18.4 | 30.52 | - |
| YUV | 99.62 | 156.44 | 214.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 28 | 150 | 0 | 0.87 | 0.32 | 0.13 | 322.07 | 0.78 | 0.49 |
| Hex | DD | 1C | 96 | 0 | 57 | 20 | D | 142 | 4E | 31 |
| Octal | 335 | 34 | 226 | 0 | 127 | 40 | 15 | 502 | 116 | 61 |
| Binary | 11011101 | 11100 | 10010110 | 0 | 1010111 | 100000 | 1101 | 101000010 | 1001110 | 110001 |
Color Harmonies of #DD1C96
Complementary color
Monochromatic Colors of #DD1C96
Black with #DD1C96
Text Example
Text Example
White with #DD1C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1C96; }
p { color: rgb(221,28,150); }
H1.HeaderClassName
{
color: #DD1C96;
}
.AnyTagClassName
{
color: #DD1C96;
}
</style>
background-color css
<style>
a { background-color: #DD1C96; }
a { background-color: rgb(221,28,150); }
div.DivClassName
{
background-color: #DD1C96;
}
.BgClassName
{
background-color: #DD1C96;
}
</style>
border-color css
<style>
span { border-color: #DD1C96; }
span { border-color: rgb(221,28,150); }
td.TdClassName
{
border-color: #DD1C96;
}
.TagClassName
{
border-color: #DD1C96;
}
</style>