Shades of Medium Violet Red #DD168E
Tints of Medium Violet Red #DD168E
RGB
CMYK
RGB Variations
Color information
#DD168E (or 0xDD168E) is known color: Medium Violet Red. HEX triplet: DD, 16 and 8E. RGB value is (221,22,142). Sum of RGB (Red+Green+Blue) = 221+22+142=385 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.40% from 385); Green value is 22 (8.98% from 255 or 5.71% from 385); Blue value is 142 (55.86% from 255 or 36.88% from 385); Max value from RGB is 221 - color contains mainly: red. Hex color #DD168E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD168E is #22E971. Grayscale: #5E5E5E. Windows color (decimal): -2287986 or 9311965. OLE color: 9311965.
HSL color Cylindrical-coordinate representation of color #DD168E: hue angle of 323.82º 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 #DD168E is Cyan = 0, Magento = 0.90, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 22 | 142 | - |
| CMYK | 0 | 0.90 | 0.36 | 0.13 |
| HSL | 323.82º | 0.82% | 0.48% | - |
| HSV(B) | 323.82º | 0.9% | 0.87% | - |
| XYZ | 34.99 | 17.9 | 27.2 | - |
| YUV | 95.18 | 154.43 | 217.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 22 | 142 | 0 | 0.90 | 0.36 | 0.13 | 323.82 | 0.82 | 0.48 |
| Hex | DD | 16 | 8E | 0 | 5A | 24 | D | 144 | 52 | 30 |
| Octal | 335 | 26 | 216 | 0 | 132 | 44 | 15 | 504 | 122 | 60 |
| Binary | 11011101 | 10110 | 10001110 | 0 | 1011010 | 100100 | 1101 | 101000100 | 1010010 | 110000 |
Color Harmonies of #DD168E
Complementary color
Monochromatic Colors of #DD168E
Black with #DD168E
Text Example
Text Example
White with #DD168E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD168E; }
p { color: rgb(221,22,142); }
H1.HeaderClassName
{
color: #DD168E;
}
.AnyTagClassName
{
color: #DD168E;
}
</style>
background-color css
<style>
a { background-color: #DD168E; }
a { background-color: rgb(221,22,142); }
div.DivClassName
{
background-color: #DD168E;
}
.BgClassName
{
background-color: #DD168E;
}
</style>
border-color css
<style>
span { border-color: #DD168E; }
span { border-color: rgb(221,22,142); }
td.TdClassName
{
border-color: #DD168E;
}
.TagClassName
{
border-color: #DD168E;
}
</style>