Shades of Medium Violet Red #DD1C9B
Tints of Medium Violet Red #DD1C9B
RGB
CMYK
RGB Variations
Color information
#DD1C9B (or 0xDD1C9B) is known color: Medium Violet Red. HEX triplet: DD, 1C and 9B. RGB value is (221,28,155). Sum of RGB (Red+Green+Blue) = 221+28+155=404 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.70% from 404); Green value is 28 (11.33% from 255 or 6.93% from 404); Blue value is 155 (60.94% from 255 or 38.37% from 404); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1C9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD1C9B is #22E364. Grayscale: #636363. Windows color (decimal): -2286437 or 10165469. OLE color: 10165469.
HSL color Cylindrical-coordinate representation of color #DD1C9B: hue angle of 320.52º 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 #DD1C9B is Cyan = 0, Magento = 0.87, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 28 | 155 | - |
| CMYK | 0 | 0.87 | 0.30 | 0.13 |
| HSL | 320.52º | 0.78% | 0.49% | - |
| HSV(B) | 320.52º | 0.87% | 0.87% | - |
| XYZ | 36.15 | 18.57 | 32.69 | - |
| YUV | 100.19 | 158.94 | 214.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 28 | 155 | 0 | 0.87 | 0.30 | 0.13 | 320.52 | 0.78 | 0.49 |
| Hex | DD | 1C | 9B | 0 | 57 | 1E | D | 141 | 4E | 31 |
| Octal | 335 | 34 | 233 | 0 | 127 | 36 | 15 | 501 | 116 | 61 |
| Binary | 11011101 | 11100 | 10011011 | 0 | 1010111 | 11110 | 1101 | 101000001 | 1001110 | 110001 |
Color Harmonies of #DD1C9B
Complementary color
Monochromatic Colors of #DD1C9B
Black with #DD1C9B
Text Example
Text Example
White with #DD1C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1C9B; }
p { color: rgb(221,28,155); }
H1.HeaderClassName
{
color: #DD1C9B;
}
.AnyTagClassName
{
color: #DD1C9B;
}
</style>
background-color css
<style>
a { background-color: #DD1C9B; }
a { background-color: rgb(221,28,155); }
div.DivClassName
{
background-color: #DD1C9B;
}
.BgClassName
{
background-color: #DD1C9B;
}
</style>
border-color css
<style>
span { border-color: #DD1C9B; }
span { border-color: rgb(221,28,155); }
td.TdClassName
{
border-color: #DD1C9B;
}
.TagClassName
{
border-color: #DD1C9B;
}
</style>