Shades of Medium Violet Red #DC0187
Tints of Medium Violet Red #DC0187
RGB
CMYK
RGB Variations
Color information
#DC0187 (or 0xDC0187) is known color: Medium Violet Red. HEX triplet: DC, 01 and 87. RGB value is (220,1,135). Sum of RGB (Red+Green+Blue) = 220+1+135=356 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.80% from 356); Green value is 1 (0.78% from 255 or 0.28% from 356); Blue value is 135 (53.12% from 255 or 37.92% from 356); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0187 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0187 is #23FE78. Grayscale: #515151. Windows color (decimal): -2358905 or 8847836. OLE color: 8847836.
HSL color Cylindrical-coordinate representation of color #DC0187: hue angle of 323.29º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DC0187 is Cyan = 0, Magento = 1.00, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 1 | 135 | - |
| CMYK | 0 | 1.00 | 0.39 | 0.14 |
| HSL | 323.29º | 0.99% | 0.43% | - |
| HSV(B) | 323.29º | 1% | 0.86% | - |
| XYZ | 33.9 | 16.99 | 24.41 | - |
| YUV | 81.76 | 158.05 | 226.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 1 | 135 | 0 | 1.00 | 0.39 | 0.14 | 323.29 | 0.99 | 0.43 |
| Hex | DC | 1 | 87 | 0 | 64 | 27 | E | 143 | 63 | 2B |
| Octal | 334 | 1 | 207 | 0 | 144 | 47 | 16 | 503 | 143 | 53 |
| Binary | 11011100 | 1 | 10000111 | 0 | 1100100 | 100111 | 1110 | 101000011 | 1100011 | 101011 |
Color Harmonies of #DC0187
Complementary color
Monochromatic Colors of #DC0187
Black with #DC0187
Text Example
Text Example
White with #DC0187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0187; }
p { color: rgb(220,1,135); }
H1.HeaderClassName
{
color: #DC0187;
}
.AnyTagClassName
{
color: #DC0187;
}
</style>
background-color css
<style>
a { background-color: #DC0187; }
a { background-color: rgb(220,1,135); }
div.DivClassName
{
background-color: #DC0187;
}
.BgClassName
{
background-color: #DC0187;
}
</style>
border-color css
<style>
span { border-color: #DC0187; }
span { border-color: rgb(220,1,135); }
td.TdClassName
{
border-color: #DC0187;
}
.TagClassName
{
border-color: #DC0187;
}
</style>