Shades of Medium Violet Red #DD168C
Tints of Medium Violet Red #DD168C
RGB
CMYK
RGB Variations
Color information
#DD168C (or 0xDD168C) is known color: Medium Violet Red. HEX triplet: DD, 16 and 8C. RGB value is (221,22,140). Sum of RGB (Red+Green+Blue) = 221+22+140=383 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.70% from 383); Green value is 22 (8.98% from 255 or 5.74% from 383); Blue value is 140 (55.08% from 255 or 36.55% from 383); Max value from RGB is 221 - color contains mainly: red. Hex color #DD168C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD168C is #22E973. Grayscale: #5E5E5E. Windows color (decimal): -2287988 or 9180893. OLE color: 9180893.
HSL color Cylindrical-coordinate representation of color #DD168C: hue angle of 324.42º 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 #DD168C is Cyan = 0, Magento = 0.90, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 22 | 140 | - |
| CMYK | 0 | 0.90 | 0.37 | 0.13 |
| HSL | 324.42º | 0.82% | 0.48% | - |
| HSV(B) | 324.42º | 0.9% | 0.87% | - |
| XYZ | 34.84 | 17.84 | 26.42 | - |
| YUV | 94.95 | 153.43 | 217.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 22 | 140 | 0 | 0.90 | 0.37 | 0.13 | 324.42 | 0.82 | 0.48 |
| Hex | DD | 16 | 8C | 0 | 5A | 25 | D | 144 | 52 | 30 |
| Octal | 335 | 26 | 214 | 0 | 132 | 45 | 15 | 504 | 122 | 60 |
| Binary | 11011101 | 10110 | 10001100 | 0 | 1011010 | 100101 | 1101 | 101000100 | 1010010 | 110000 |
Color Harmonies of #DD168C
Complementary color
Monochromatic Colors of #DD168C
Black with #DD168C
Text Example
Text Example
White with #DD168C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD168C; }
p { color: rgb(221,22,140); }
H1.HeaderClassName
{
color: #DD168C;
}
.AnyTagClassName
{
color: #DD168C;
}
</style>
background-color css
<style>
a { background-color: #DD168C; }
a { background-color: rgb(221,22,140); }
div.DivClassName
{
background-color: #DD168C;
}
.BgClassName
{
background-color: #DD168C;
}
</style>
border-color css
<style>
span { border-color: #DD168C; }
span { border-color: rgb(221,22,140); }
td.TdClassName
{
border-color: #DD168C;
}
.TagClassName
{
border-color: #DD168C;
}
</style>