Shades of Medium Violet Red #DC0287
Tints of Medium Violet Red #DC0287
RGB
CMYK
RGB Variations
Color information
#DC0287 (or 0xDC0287) is known color: Medium Violet Red. HEX triplet: DC, 02 and 87. RGB value is (220,2,135). Sum of RGB (Red+Green+Blue) = 220+2+135=357 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.62% from 357); Green value is 2 (1.17% from 255 or 0.56% from 357); Blue value is 135 (53.12% from 255 or 37.82% from 357); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0287 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0287 is #23FD78. Grayscale: #525252. Windows color (decimal): -2358649 or 8848092. OLE color: 8848092.
HSL color Cylindrical-coordinate representation of color #DC0287: hue angle of 323.39º 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 #DC0287 is Cyan = 0, Magento = 0.99, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 2 | 135 | - |
| CMYK | 0 | 0.99 | 0.39 | 0.14 |
| HSL | 323.39º | 0.98% | 0.44% | - |
| HSV(B) | 323.39º | 0.99% | 0.86% | - |
| XYZ | 33.91 | 17.01 | 24.42 | - |
| YUV | 82.34 | 157.72 | 226.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 2 | 135 | 0 | 0.99 | 0.39 | 0.14 | 323.39 | 0.98 | 0.44 |
| Hex | DC | 2 | 87 | 0 | 63 | 27 | E | 143 | 62 | 2C |
| Octal | 334 | 2 | 207 | 0 | 143 | 47 | 16 | 503 | 142 | 54 |
| Binary | 11011100 | 10 | 10000111 | 0 | 1100011 | 100111 | 1110 | 101000011 | 1100010 | 101100 |
Color Harmonies of #DC0287
Complementary color
Monochromatic Colors of #DC0287
Black with #DC0287
Text Example
Text Example
White with #DC0287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0287; }
p { color: rgb(220,2,135); }
H1.HeaderClassName
{
color: #DC0287;
}
.AnyTagClassName
{
color: #DC0287;
}
</style>
background-color css
<style>
a { background-color: #DC0287; }
a { background-color: rgb(220,2,135); }
div.DivClassName
{
background-color: #DC0287;
}
.BgClassName
{
background-color: #DC0287;
}
</style>
border-color css
<style>
span { border-color: #DC0287; }
span { border-color: rgb(220,2,135); }
td.TdClassName
{
border-color: #DC0287;
}
.TagClassName
{
border-color: #DC0287;
}
</style>