Shades of Medium Violet Red #DC1881
Tints of Medium Violet Red #DC1881
RGB
CMYK
RGB Variations
Color information
#DC1881 (or 0xDC1881) is known color: Medium Violet Red. HEX triplet: DC, 18 and 81. RGB value is (220,24,129). Sum of RGB (Red+Green+Blue) = 220+24+129=373 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.98% from 373); Green value is 24 (9.77% from 255 or 6.43% from 373); Blue value is 129 (50.78% from 255 or 34.58% from 373); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1881 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC1881 is #23E77E. Grayscale: #5E5E5E. Windows color (decimal): -2353023 or 8460508. OLE color: 8460508.
HSL color Cylindrical-coordinate representation of color #DC1881: hue angle of 327.86º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DC1881 is Cyan = 0, Magento = 0.89, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 24 | 129 | - |
| CMYK | 0 | 0.89 | 0.41 | 0.14 |
| HSL | 327.86º | 0.8% | 0.48% | - |
| HSV(B) | 327.86º | 0.89% | 0.86% | - |
| XYZ | 33.8 | 17.45 | 22.36 | - |
| YUV | 94.57 | 147.43 | 217.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 24 | 129 | 0 | 0.89 | 0.41 | 0.14 | 327.86 | 0.8 | 0.48 |
| Hex | DC | 18 | 81 | 0 | 59 | 29 | E | 148 | 50 | 30 |
| Octal | 334 | 30 | 201 | 0 | 131 | 51 | 16 | 510 | 120 | 60 |
| Binary | 11011100 | 11000 | 10000001 | 0 | 1011001 | 101001 | 1110 | 101001000 | 1010000 | 110000 |
Color Harmonies of #DC1881
Complementary color
Monochromatic Colors of #DC1881
Black with #DC1881
Text Example
Text Example
White with #DC1881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1881; }
p { color: rgb(220,24,129); }
H1.HeaderClassName
{
color: #DC1881;
}
.AnyTagClassName
{
color: #DC1881;
}
</style>
background-color css
<style>
a { background-color: #DC1881; }
a { background-color: rgb(220,24,129); }
div.DivClassName
{
background-color: #DC1881;
}
.BgClassName
{
background-color: #DC1881;
}
</style>
border-color css
<style>
span { border-color: #DC1881; }
span { border-color: rgb(220,24,129); }
td.TdClassName
{
border-color: #DC1881;
}
.TagClassName
{
border-color: #DC1881;
}
</style>