Shades of Medium Violet Red #DD1C9C
Tints of Medium Violet Red #DD1C9C
RGB
CMYK
RGB Variations
Color information
#DD1C9C (or 0xDD1C9C) is known color: Medium Violet Red. HEX triplet: DD, 1C and 9C. RGB value is (221,28,156). Sum of RGB (Red+Green+Blue) = 221+28+156=405 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.57% from 405); Green value is 28 (11.33% from 255 or 6.91% from 405); Blue value is 156 (61.33% from 255 or 38.52% from 405); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1C9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD1C9C is #22E363. Grayscale: #636363. Windows color (decimal): -2286436 or 10231005. OLE color: 10231005.
HSL color Cylindrical-coordinate representation of color #DD1C9C: hue angle of 320.21º 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 #DD1C9C is Cyan = 0, Magento = 0.87, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 28 | 156 | - |
| CMYK | 0 | 0.87 | 0.29 | 0.13 |
| HSL | 320.21º | 0.78% | 0.49% | - |
| HSV(B) | 320.21º | 0.87% | 0.87% | - |
| XYZ | 36.23 | 18.6 | 33.13 | - |
| YUV | 100.3 | 159.44 | 214.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 28 | 156 | 0 | 0.87 | 0.29 | 0.13 | 320.21 | 0.78 | 0.49 |
| Hex | DD | 1C | 9C | 0 | 57 | 1D | D | 140 | 4E | 31 |
| Octal | 335 | 34 | 234 | 0 | 127 | 35 | 15 | 500 | 116 | 61 |
| Binary | 11011101 | 11100 | 10011100 | 0 | 1010111 | 11101 | 1101 | 101000000 | 1001110 | 110001 |
Color Harmonies of #DD1C9C
Complementary color
Monochromatic Colors of #DD1C9C
Black with #DD1C9C
Text Example
Text Example
White with #DD1C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1C9C; }
p { color: rgb(221,28,156); }
H1.HeaderClassName
{
color: #DD1C9C;
}
.AnyTagClassName
{
color: #DD1C9C;
}
</style>
background-color css
<style>
a { background-color: #DD1C9C; }
a { background-color: rgb(221,28,156); }
div.DivClassName
{
background-color: #DD1C9C;
}
.BgClassName
{
background-color: #DD1C9C;
}
</style>
border-color css
<style>
span { border-color: #DD1C9C; }
span { border-color: rgb(221,28,156); }
td.TdClassName
{
border-color: #DD1C9C;
}
.TagClassName
{
border-color: #DD1C9C;
}
</style>