Shades of Medium Violet Red #DD1B93
Tints of Medium Violet Red #DD1B93
RGB
CMYK
RGB Variations
Color information
#DD1B93 (or 0xDD1B93) is known color: Medium Violet Red. HEX triplet: DD, 1B and 93. RGB value is (221,27,147). Sum of RGB (Red+Green+Blue) = 221+27+147=395 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.95% from 395); Green value is 27 (10.94% from 255 or 6.84% from 395); Blue value is 147 (57.81% from 255 or 37.22% from 395); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1B93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD1B93 is #22E46C. Grayscale: #626262. Windows color (decimal): -2286701 or 9640925. OLE color: 9640925.
HSL color Cylindrical-coordinate representation of color #DD1B93: hue angle of 322.89º 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 #DD1B93 is Cyan = 0, Magento = 0.88, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 27 | 147 | - |
| CMYK | 0 | 0.88 | 0.33 | 0.13 |
| HSL | 322.89º | 0.78% | 0.49% | - |
| HSV(B) | 322.89º | 0.88% | 0.87% | - |
| XYZ | 35.48 | 18.26 | 29.26 | - |
| YUV | 98.69 | 155.27 | 215.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 27 | 147 | 0 | 0.88 | 0.33 | 0.13 | 322.89 | 0.78 | 0.49 |
| Hex | DD | 1B | 93 | 0 | 58 | 21 | D | 143 | 4E | 31 |
| Octal | 335 | 33 | 223 | 0 | 130 | 41 | 15 | 503 | 116 | 61 |
| Binary | 11011101 | 11011 | 10010011 | 0 | 1011000 | 100001 | 1101 | 101000011 | 1001110 | 110001 |
Color Harmonies of #DD1B93
Complementary color
Monochromatic Colors of #DD1B93
Black with #DD1B93
Text Example
Text Example
White with #DD1B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1B93; }
p { color: rgb(221,27,147); }
H1.HeaderClassName
{
color: #DD1B93;
}
.AnyTagClassName
{
color: #DD1B93;
}
</style>
background-color css
<style>
a { background-color: #DD1B93; }
a { background-color: rgb(221,27,147); }
div.DivClassName
{
background-color: #DD1B93;
}
.BgClassName
{
background-color: #DD1B93;
}
</style>
border-color css
<style>
span { border-color: #DD1B93; }
span { border-color: rgb(221,27,147); }
td.TdClassName
{
border-color: #DD1B93;
}
.TagClassName
{
border-color: #DD1B93;
}
</style>