Shades of Medium Violet Red #DC0281
Tints of Medium Violet Red #DC0281
RGB
CMYK
RGB Variations
Color information
#DC0281 (or 0xDC0281) is known color: Medium Violet Red. HEX triplet: DC, 02 and 81. RGB value is (220,2,129). Sum of RGB (Red+Green+Blue) = 220+2+129=351 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.68% from 351); Green value is 2 (1.17% from 255 or 0.57% from 351); Blue value is 129 (50.78% from 255 or 36.75% from 351); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0281 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0281 is #23FD7E. Grayscale: #515151. Windows color (decimal): -2358655 or 8454876. OLE color: 8454876.
HSL color Cylindrical-coordinate representation of color #DC0281: hue angle of 325.05º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DC0281 is Cyan = 0, Magento = 0.99, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 2 | 129 | - |
| CMYK | 0 | 0.99 | 0.41 | 0.14 |
| HSL | 325.05º | 0.98% | 0.44% | - |
| HSV(B) | 325.05º | 0.99% | 0.86% | - |
| XYZ | 33.5 | 16.84 | 22.25 | - |
| YUV | 81.66 | 154.72 | 226.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 2 | 129 | 0 | 0.99 | 0.41 | 0.14 | 325.05 | 0.98 | 0.44 |
| Hex | DC | 2 | 81 | 0 | 63 | 29 | E | 145 | 62 | 2C |
| Octal | 334 | 2 | 201 | 0 | 143 | 51 | 16 | 505 | 142 | 54 |
| Binary | 11011100 | 10 | 10000001 | 0 | 1100011 | 101001 | 1110 | 101000101 | 1100010 | 101100 |
Color Harmonies of #DC0281
Complementary color
Monochromatic Colors of #DC0281
Black with #DC0281
Text Example
Text Example
White with #DC0281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0281; }
p { color: rgb(220,2,129); }
H1.HeaderClassName
{
color: #DC0281;
}
.AnyTagClassName
{
color: #DC0281;
}
</style>
background-color css
<style>
a { background-color: #DC0281; }
a { background-color: rgb(220,2,129); }
div.DivClassName
{
background-color: #DC0281;
}
.BgClassName
{
background-color: #DC0281;
}
</style>
border-color css
<style>
span { border-color: #DC0281; }
span { border-color: rgb(220,2,129); }
td.TdClassName
{
border-color: #DC0281;
}
.TagClassName
{
border-color: #DC0281;
}
</style>