Shades of Medium Violet Red #DC0286
Tints of Medium Violet Red #DC0286
RGB
CMYK
RGB Variations
Color information
#DC0286 (or 0xDC0286) is known color: Medium Violet Red. HEX triplet: DC, 02 and 86. RGB value is (220,2,134). Sum of RGB (Red+Green+Blue) = 220+2+134=356 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.80% from 356); Green value is 2 (1.17% from 255 or 0.56% from 356); Blue value is 134 (52.73% from 255 or 37.64% from 356); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0286 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0286 is #23FD79. Grayscale: #515151. Windows color (decimal): -2358650 or 8782556. OLE color: 8782556.
HSL color Cylindrical-coordinate representation of color #DC0286: hue angle of 323.67º 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 #DC0286 is Cyan = 0, Magento = 0.99, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 2 | 134 | - |
| CMYK | 0 | 0.99 | 0.39 | 0.14 |
| HSL | 323.67º | 0.98% | 0.44% | - |
| HSV(B) | 323.67º | 0.99% | 0.86% | - |
| XYZ | 33.84 | 16.98 | 24.05 | - |
| YUV | 82.23 | 157.22 | 226.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 2 | 134 | 0 | 0.99 | 0.39 | 0.14 | 323.67 | 0.98 | 0.44 |
| Hex | DC | 2 | 86 | 0 | 63 | 27 | E | 144 | 62 | 2C |
| Octal | 334 | 2 | 206 | 0 | 143 | 47 | 16 | 504 | 142 | 54 |
| Binary | 11011100 | 10 | 10000110 | 0 | 1100011 | 100111 | 1110 | 101000100 | 1100010 | 101100 |
Color Harmonies of #DC0286
Complementary color
Monochromatic Colors of #DC0286
Black with #DC0286
Text Example
Text Example
White with #DC0286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0286; }
p { color: rgb(220,2,134); }
H1.HeaderClassName
{
color: #DC0286;
}
.AnyTagClassName
{
color: #DC0286;
}
</style>
background-color css
<style>
a { background-color: #DC0286; }
a { background-color: rgb(220,2,134); }
div.DivClassName
{
background-color: #DC0286;
}
.BgClassName
{
background-color: #DC0286;
}
</style>
border-color css
<style>
span { border-color: #DC0286; }
span { border-color: rgb(220,2,134); }
td.TdClassName
{
border-color: #DC0286;
}
.TagClassName
{
border-color: #DC0286;
}
</style>