Shades of Medium Violet Red #DC1699
Tints of Medium Violet Red #DC1699
RGB
CMYK
RGB Variations
Color information
#DC1699 (or 0xDC1699) is known color: Medium Violet Red. HEX triplet: DC, 16 and 99. RGB value is (220,22,153). Sum of RGB (Red+Green+Blue) = 220+22+153=395 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.70% from 395); Green value is 22 (8.98% from 255 or 5.57% from 395); Blue value is 153 (60.16% from 255 or 38.73% from 395); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1699 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC1699 is #23E966. Grayscale: #5F5F5F. Windows color (decimal): -2353511 or 10032860. OLE color: 10032860.
HSL color Cylindrical-coordinate representation of color #DC1699: hue angle of 320.3º 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 #DC1699 is Cyan = 0, Magento = 0.9, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 22 | 153 | - |
| CMYK | 0 | 0.9 | 0.30 | 0.14 |
| HSL | 320.3º | 0.82% | 0.47% | - |
| HSV(B) | 320.3º | 0.9% | 0.86% | - |
| XYZ | 35.55 | 18.09 | 31.75 | - |
| YUV | 96.14 | 160.1 | 216.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 22 | 153 | 0 | 0.9 | 0.30 | 0.14 | 320.3 | 0.82 | 0.47 |
| Hex | DC | 16 | 99 | 0 | 5A | 1E | E | 140 | 52 | 2F |
| Octal | 334 | 26 | 231 | 0 | 132 | 36 | 16 | 500 | 122 | 57 |
| Binary | 11011100 | 10110 | 10011001 | 0 | 1011010 | 11110 | 1110 | 101000000 | 1010010 | 101111 |
Color Harmonies of #DC1699
Complementary color
Monochromatic Colors of #DC1699
Black with #DC1699
Text Example
Text Example
White with #DC1699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1699; }
p { color: rgb(220,22,153); }
H1.HeaderClassName
{
color: #DC1699;
}
.AnyTagClassName
{
color: #DC1699;
}
</style>
background-color css
<style>
a { background-color: #DC1699; }
a { background-color: rgb(220,22,153); }
div.DivClassName
{
background-color: #DC1699;
}
.BgClassName
{
background-color: #DC1699;
}
</style>
border-color css
<style>
span { border-color: #DC1699; }
span { border-color: rgb(220,22,153); }
td.TdClassName
{
border-color: #DC1699;
}
.TagClassName
{
border-color: #DC1699;
}
</style>