Shades of Medium Violet Red #DD1B9B
Tints of Medium Violet Red #DD1B9B
RGB
CMYK
RGB Variations
Color information
#DD1B9B (or 0xDD1B9B) is known color: Medium Violet Red. HEX triplet: DD, 1B and 9B. RGB value is (221,27,155). Sum of RGB (Red+Green+Blue) = 221+27+155=403 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.84% from 403); Green value is 27 (10.94% from 255 or 6.70% from 403); Blue value is 155 (60.94% from 255 or 38.46% from 403); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1B9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD1B9B is #22E464. Grayscale: #636363. Windows color (decimal): -2286693 or 10165213. OLE color: 10165213.
HSL color Cylindrical-coordinate representation of color #DD1B9B: hue angle of 320.41º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DD1B9B is Cyan = 0, Magento = 0.88, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 27 | 155 | - |
| CMYK | 0 | 0.88 | 0.30 | 0.13 |
| HSL | 320.41º | 0.78% | 0.49% | - |
| HSV(B) | 320.41º | 0.88% | 0.87% | - |
| XYZ | 36.13 | 18.52 | 32.68 | - |
| YUV | 99.6 | 159.27 | 214.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 27 | 155 | 0 | 0.88 | 0.30 | 0.13 | 320.41 | 0.78 | 0.49 |
| Hex | DD | 1B | 9B | 0 | 58 | 1E | D | 140 | 4E | 31 |
| Octal | 335 | 33 | 233 | 0 | 130 | 36 | 15 | 500 | 116 | 61 |
| Binary | 11011101 | 11011 | 10011011 | 0 | 1011000 | 11110 | 1101 | 101000000 | 1001110 | 110001 |
Color Harmonies of #DD1B9B
Complementary color
Monochromatic Colors of #DD1B9B
Black with #DD1B9B
Text Example
Text Example
White with #DD1B9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1B9B; }
p { color: rgb(221,27,155); }
H1.HeaderClassName
{
color: #DD1B9B;
}
.AnyTagClassName
{
color: #DD1B9B;
}
</style>
background-color css
<style>
a { background-color: #DD1B9B; }
a { background-color: rgb(221,27,155); }
div.DivClassName
{
background-color: #DD1B9B;
}
.BgClassName
{
background-color: #DD1B9B;
}
</style>
border-color css
<style>
span { border-color: #DD1B9B; }
span { border-color: rgb(221,27,155); }
td.TdClassName
{
border-color: #DD1B9B;
}
.TagClassName
{
border-color: #DD1B9B;
}
</style>