Shades of Medium Violet Red #DC0387
Tints of Medium Violet Red #DC0387
RGB
CMYK
RGB Variations
Color information
#DC0387 (or 0xDC0387) is known color: Medium Violet Red. HEX triplet: DC, 03 and 87. RGB value is (220,3,135). Sum of RGB (Red+Green+Blue) = 220+3+135=358 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.45% from 358); Green value is 3 (1.56% from 255 or 0.84% from 358); Blue value is 135 (53.12% from 255 or 37.71% from 358); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0387 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0387 is #23FC78. Grayscale: #525252. Windows color (decimal): -2358393 or 8848348. OLE color: 8848348.
HSL color Cylindrical-coordinate representation of color #DC0387: hue angle of 323.5º degrees, saturation: 0.97, 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 #DC0387 is Cyan = 0, Magento = 0.99, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 3 | 135 | - |
| CMYK | 0 | 0.99 | 0.39 | 0.14 |
| HSL | 323.5º | 0.97% | 0.44% | - |
| HSV(B) | 323.5º | 0.99% | 0.86% | - |
| XYZ | 33.92 | 17.03 | 24.42 | - |
| YUV | 82.93 | 157.39 | 225.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 3 | 135 | 0 | 0.99 | 0.39 | 0.14 | 323.5 | 0.97 | 0.44 |
| Hex | DC | 3 | 87 | 0 | 63 | 27 | E | 144 | 61 | 2C |
| Octal | 334 | 3 | 207 | 0 | 143 | 47 | 16 | 504 | 141 | 54 |
| Binary | 11011100 | 11 | 10000111 | 0 | 1100011 | 100111 | 1110 | 101000100 | 1100001 | 101100 |
Color Harmonies of #DC0387
Complementary color
Monochromatic Colors of #DC0387
Black with #DC0387
Text Example
Text Example
White with #DC0387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0387; }
p { color: rgb(220,3,135); }
H1.HeaderClassName
{
color: #DC0387;
}
.AnyTagClassName
{
color: #DC0387;
}
</style>
background-color css
<style>
a { background-color: #DC0387; }
a { background-color: rgb(220,3,135); }
div.DivClassName
{
background-color: #DC0387;
}
.BgClassName
{
background-color: #DC0387;
}
</style>
border-color css
<style>
span { border-color: #DC0387; }
span { border-color: rgb(220,3,135); }
td.TdClassName
{
border-color: #DC0387;
}
.TagClassName
{
border-color: #DC0387;
}
</style>