Shades of Medium Violet Red #DD1C97
Tints of Medium Violet Red #DD1C97
RGB
CMYK
RGB Variations
Color information
#DD1C97 (or 0xDD1C97) is known color: Medium Violet Red. HEX triplet: DD, 1C and 97. RGB value is (221,28,151). Sum of RGB (Red+Green+Blue) = 221+28+151=400 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.25% from 400); Green value is 28 (11.33% from 255 or 7% from 400); Blue value is 151 (59.38% from 255 or 37.75% from 400); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1C97 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD1C97 is #22E368. Grayscale: #636363. Windows color (decimal): -2286441 or 9903325. OLE color: 9903325.
HSL color Cylindrical-coordinate representation of color #DD1C97: hue angle of 321.76º 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 #DD1C97 is Cyan = 0, Magento = 0.87, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 28 | 151 | - |
| CMYK | 0 | 0.87 | 0.32 | 0.13 |
| HSL | 321.76º | 0.78% | 0.49% | - |
| HSV(B) | 321.76º | 0.87% | 0.87% | - |
| XYZ | 35.82 | 18.44 | 30.95 | - |
| YUV | 99.73 | 156.94 | 214.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 28 | 151 | 0 | 0.87 | 0.32 | 0.13 | 321.76 | 0.78 | 0.49 |
| Hex | DD | 1C | 97 | 0 | 57 | 20 | D | 142 | 4E | 31 |
| Octal | 335 | 34 | 227 | 0 | 127 | 40 | 15 | 502 | 116 | 61 |
| Binary | 11011101 | 11100 | 10010111 | 0 | 1010111 | 100000 | 1101 | 101000010 | 1001110 | 110001 |
Color Harmonies of #DD1C97
Complementary color
Monochromatic Colors of #DD1C97
Black with #DD1C97
Text Example
Text Example
White with #DD1C97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1C97; }
p { color: rgb(221,28,151); }
H1.HeaderClassName
{
color: #DD1C97;
}
.AnyTagClassName
{
color: #DD1C97;
}
</style>
background-color css
<style>
a { background-color: #DD1C97; }
a { background-color: rgb(221,28,151); }
div.DivClassName
{
background-color: #DD1C97;
}
.BgClassName
{
background-color: #DD1C97;
}
</style>
border-color css
<style>
span { border-color: #DD1C97; }
span { border-color: rgb(221,28,151); }
td.TdClassName
{
border-color: #DD1C97;
}
.TagClassName
{
border-color: #DD1C97;
}
</style>