Shades of Medium Violet Red #DD168F
Tints of Medium Violet Red #DD168F
RGB
CMYK
RGB Variations
Color information
#DD168F (or 0xDD168F) is known color: Medium Violet Red. HEX triplet: DD, 16 and 8F. RGB value is (221,22,143). Sum of RGB (Red+Green+Blue) = 221+22+143=386 (51% of max value = 765). Red value is 221 (86.72% from 255 or 57.25% from 386); Green value is 22 (8.98% from 255 or 5.70% from 386); Blue value is 143 (56.25% from 255 or 37.05% from 386); Max value from RGB is 221 - color contains mainly: red. Hex color #DD168F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD168F is #22E970. Grayscale: #5F5F5F. Windows color (decimal): -2287985 or 9377501. OLE color: 9377501.
HSL color Cylindrical-coordinate representation of color #DD168F: hue angle of 323.52º 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 #DD168F is Cyan = 0, Magento = 0.90, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 22 | 143 | - |
| CMYK | 0 | 0.90 | 0.35 | 0.13 |
| HSL | 323.52º | 0.82% | 0.48% | - |
| HSV(B) | 323.52º | 0.9% | 0.87% | - |
| XYZ | 35.06 | 17.93 | 27.6 | - |
| YUV | 95.3 | 154.93 | 217.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 22 | 143 | 0 | 0.90 | 0.35 | 0.13 | 323.52 | 0.82 | 0.48 |
| Hex | DD | 16 | 8F | 0 | 5A | 23 | D | 144 | 52 | 30 |
| Octal | 335 | 26 | 217 | 0 | 132 | 43 | 15 | 504 | 122 | 60 |
| Binary | 11011101 | 10110 | 10001111 | 0 | 1011010 | 100011 | 1101 | 101000100 | 1010010 | 110000 |
Color Harmonies of #DD168F
Complementary color
Monochromatic Colors of #DD168F
Black with #DD168F
Text Example
Text Example
White with #DD168F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD168F; }
p { color: rgb(221,22,143); }
H1.HeaderClassName
{
color: #DD168F;
}
.AnyTagClassName
{
color: #DD168F;
}
</style>
background-color css
<style>
a { background-color: #DD168F; }
a { background-color: rgb(221,22,143); }
div.DivClassName
{
background-color: #DD168F;
}
.BgClassName
{
background-color: #DD168F;
}
</style>
border-color css
<style>
span { border-color: #DD168F; }
span { border-color: rgb(221,22,143); }
td.TdClassName
{
border-color: #DD168F;
}
.TagClassName
{
border-color: #DD168F;
}
</style>