Shades of Medium Violet Red #DD168A
Tints of Medium Violet Red #DD168A
RGB
CMYK
RGB Variations
Color information
#DD168A (or 0xDD168A) is known color: Medium Violet Red. HEX triplet: DD, 16 and 8A. RGB value is (221,22,138). Sum of RGB (Red+Green+Blue) = 221+22+138=381 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.01% from 381); Green value is 22 (8.98% from 255 or 5.77% from 381); Blue value is 138 (54.30% from 255 or 36.22% from 381); Max value from RGB is 221 - color contains mainly: red. Hex color #DD168A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD168A is #22E975. Grayscale: #5E5E5E. Windows color (decimal): -2287990 or 9049821. OLE color: 9049821.
HSL color Cylindrical-coordinate representation of color #DD168A: hue angle of 325.03º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD168A is Cyan = 0, Magento = 0.90, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 22 | 138 | - |
| CMYK | 0 | 0.90 | 0.38 | 0.13 |
| HSL | 325.03º | 0.82% | 0.48% | - |
| HSV(B) | 325.03º | 0.9% | 0.87% | - |
| XYZ | 34.69 | 17.78 | 25.65 | - |
| YUV | 94.73 | 152.43 | 218.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 22 | 138 | 0 | 0.90 | 0.38 | 0.13 | 325.03 | 0.82 | 0.48 |
| Hex | DD | 16 | 8A | 0 | 5A | 26 | D | 145 | 52 | 30 |
| Octal | 335 | 26 | 212 | 0 | 132 | 46 | 15 | 505 | 122 | 60 |
| Binary | 11011101 | 10110 | 10001010 | 0 | 1011010 | 100110 | 1101 | 101000101 | 1010010 | 110000 |
Color Harmonies of #DD168A
Complementary color
Monochromatic Colors of #DD168A
Black with #DD168A
Text Example
Text Example
White with #DD168A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD168A; }
p { color: rgb(221,22,138); }
H1.HeaderClassName
{
color: #DD168A;
}
.AnyTagClassName
{
color: #DD168A;
}
</style>
background-color css
<style>
a { background-color: #DD168A; }
a { background-color: rgb(221,22,138); }
div.DivClassName
{
background-color: #DD168A;
}
.BgClassName
{
background-color: #DD168A;
}
</style>
border-color css
<style>
span { border-color: #DD168A; }
span { border-color: rgb(221,22,138); }
td.TdClassName
{
border-color: #DD168A;
}
.TagClassName
{
border-color: #DD168A;
}
</style>