Shades of Medium Violet Red #DC1281
Tints of Medium Violet Red #DC1281
RGB
CMYK
RGB Variations
Color information
#DC1281 (or 0xDC1281) is known color: Medium Violet Red. HEX triplet: DC, 12 and 81. RGB value is (220,18,129). Sum of RGB (Red+Green+Blue) = 220+18+129=367 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.95% from 367); Green value is 18 (7.42% from 255 or 4.90% from 367); Blue value is 129 (50.78% from 255 or 35.15% from 367); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1281 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC1281 is #23ED7E. Grayscale: #5A5A5A. Windows color (decimal): -2354559 or 8458972. OLE color: 8458972.
HSL color Cylindrical-coordinate representation of color #DC1281: hue angle of 327.03º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DC1281 is Cyan = 0, Magento = 0.92, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 18 | 129 | - |
| CMYK | 0 | 0.92 | 0.41 | 0.14 |
| HSL | 327.03º | 0.85% | 0.47% | - |
| HSV(B) | 327.03º | 0.92% | 0.86% | - |
| XYZ | 33.69 | 17.23 | 22.32 | - |
| YUV | 91.05 | 149.42 | 219.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 18 | 129 | 0 | 0.92 | 0.41 | 0.14 | 327.03 | 0.85 | 0.47 |
| Hex | DC | 12 | 81 | 0 | 5C | 29 | E | 147 | 55 | 2F |
| Octal | 334 | 22 | 201 | 0 | 134 | 51 | 16 | 507 | 125 | 57 |
| Binary | 11011100 | 10010 | 10000001 | 0 | 1011100 | 101001 | 1110 | 101000111 | 1010101 | 101111 |
Color Harmonies of #DC1281
Complementary color
Monochromatic Colors of #DC1281
Black with #DC1281
Text Example
Text Example
White with #DC1281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1281; }
p { color: rgb(220,18,129); }
H1.HeaderClassName
{
color: #DC1281;
}
.AnyTagClassName
{
color: #DC1281;
}
</style>
background-color css
<style>
a { background-color: #DC1281; }
a { background-color: rgb(220,18,129); }
div.DivClassName
{
background-color: #DC1281;
}
.BgClassName
{
background-color: #DC1281;
}
</style>
border-color css
<style>
span { border-color: #DC1281; }
span { border-color: rgb(220,18,129); }
td.TdClassName
{
border-color: #DC1281;
}
.TagClassName
{
border-color: #DC1281;
}
</style>