Shades of Medium Violet Red #DD168D
Tints of Medium Violet Red #DD168D
RGB
CMYK
RGB Variations
Color information
#DD168D (or 0xDD168D) is known color: Medium Violet Red. HEX triplet: DD, 16 and 8D. RGB value is (221,22,141). Sum of RGB (Red+Green+Blue) = 221+22+141=384 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.55% from 384); Green value is 22 (8.98% from 255 or 5.73% from 384); Blue value is 141 (55.47% from 255 or 36.72% from 384); Max value from RGB is 221 - color contains mainly: red. Hex color #DD168D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD168D is #22E972. Grayscale: #5E5E5E. Windows color (decimal): -2287987 or 9246429. OLE color: 9246429.
HSL color Cylindrical-coordinate representation of color #DD168D: hue angle of 324.12º 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 #DD168D is Cyan = 0, Magento = 0.90, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 22 | 141 | - |
| CMYK | 0 | 0.90 | 0.36 | 0.13 |
| HSL | 324.12º | 0.82% | 0.48% | - |
| HSV(B) | 324.12º | 0.9% | 0.87% | - |
| XYZ | 34.91 | 17.87 | 26.81 | - |
| YUV | 95.07 | 153.93 | 217.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 22 | 141 | 0 | 0.90 | 0.36 | 0.13 | 324.12 | 0.82 | 0.48 |
| Hex | DD | 16 | 8D | 0 | 5A | 24 | D | 144 | 52 | 30 |
| Octal | 335 | 26 | 215 | 0 | 132 | 44 | 15 | 504 | 122 | 60 |
| Binary | 11011101 | 10110 | 10001101 | 0 | 1011010 | 100100 | 1101 | 101000100 | 1010010 | 110000 |
Color Harmonies of #DD168D
Complementary color
Monochromatic Colors of #DD168D
Black with #DD168D
Text Example
Text Example
White with #DD168D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD168D; }
p { color: rgb(221,22,141); }
H1.HeaderClassName
{
color: #DD168D;
}
.AnyTagClassName
{
color: #DD168D;
}
</style>
background-color css
<style>
a { background-color: #DD168D; }
a { background-color: rgb(221,22,141); }
div.DivClassName
{
background-color: #DD168D;
}
.BgClassName
{
background-color: #DD168D;
}
</style>
border-color css
<style>
span { border-color: #DD168D; }
span { border-color: rgb(221,22,141); }
td.TdClassName
{
border-color: #DD168D;
}
.TagClassName
{
border-color: #DD168D;
}
</style>