Shades of Medium Violet Red #DC1689
Tints of Medium Violet Red #DC1689
RGB
CMYK
RGB Variations
Color information
#DC1689 (or 0xDC1689) is known color: Medium Violet Red. HEX triplet: DC, 16 and 89. RGB value is (220,22,137). Sum of RGB (Red+Green+Blue) = 220+22+137=379 (50% of max value = 765). Red value is 220 (86.33% from 255 or 58.05% from 379); Green value is 22 (8.98% from 255 or 5.80% from 379); Blue value is 137 (53.91% from 255 or 36.15% from 379); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1689 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC1689 is #23E976. Grayscale: #5E5E5E. Windows color (decimal): -2353527 or 8984284. OLE color: 8984284.
HSL color Cylindrical-coordinate representation of color #DC1689: hue angle of 325.15º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC1689 is Cyan = 0, Magento = 0.9, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 22 | 137 | - |
| CMYK | 0 | 0.9 | 0.38 | 0.14 |
| HSL | 325.15º | 0.82% | 0.47% | - |
| HSV(B) | 325.15º | 0.9% | 0.86% | - |
| XYZ | 34.32 | 17.6 | 25.25 | - |
| YUV | 94.31 | 152.1 | 217.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 22 | 137 | 0 | 0.9 | 0.38 | 0.14 | 325.15 | 0.82 | 0.47 |
| Hex | DC | 16 | 89 | 0 | 5A | 26 | E | 145 | 52 | 2F |
| Octal | 334 | 26 | 211 | 0 | 132 | 46 | 16 | 505 | 122 | 57 |
| Binary | 11011100 | 10110 | 10001001 | 0 | 1011010 | 100110 | 1110 | 101000101 | 1010010 | 101111 |
Color Harmonies of #DC1689
Complementary color
Monochromatic Colors of #DC1689
Black with #DC1689
Text Example
Text Example
White with #DC1689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1689; }
p { color: rgb(220,22,137); }
H1.HeaderClassName
{
color: #DC1689;
}
.AnyTagClassName
{
color: #DC1689;
}
</style>
background-color css
<style>
a { background-color: #DC1689; }
a { background-color: rgb(220,22,137); }
div.DivClassName
{
background-color: #DC1689;
}
.BgClassName
{
background-color: #DC1689;
}
</style>
border-color css
<style>
span { border-color: #DC1689; }
span { border-color: rgb(220,22,137); }
td.TdClassName
{
border-color: #DC1689;
}
.TagClassName
{
border-color: #DC1689;
}
</style>