Shades of Medium Violet Red #DC159A
Tints of Medium Violet Red #DC159A
RGB
CMYK
RGB Variations
Color information
#DC159A (or 0xDC159A) is known color: Medium Violet Red. HEX triplet: DC, 15 and 9A. RGB value is (220,21,154). Sum of RGB (Red+Green+Blue) = 220+21+154=395 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.70% from 395); Green value is 21 (8.59% from 255 or 5.32% from 395); Blue value is 154 (60.55% from 255 or 38.99% from 395); Max value from RGB is 220 - color contains mainly: red. Hex color #DC159A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC159A is #23EA65. Grayscale: #5F5F5F. Windows color (decimal): -2353766 or 10098140. OLE color: 10098140.
HSL color Cylindrical-coordinate representation of color #DC159A: hue angle of 319.9º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC159A is Cyan = 0, Magento = 0.90, Yellow = 0.3 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 21 | 154 | - |
| CMYK | 0 | 0.90 | 0.3 | 0.14 |
| HSL | 319.9º | 0.83% | 0.47% | - |
| HSV(B) | 319.9º | 0.9% | 0.86% | - |
| XYZ | 35.62 | 18.09 | 32.19 | - |
| YUV | 95.66 | 160.93 | 216.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 21 | 154 | 0 | 0.90 | 0.3 | 0.14 | 319.9 | 0.83 | 0.47 |
| Hex | DC | 15 | 9A | 0 | 5A | 1E | E | 140 | 53 | 2F |
| Octal | 334 | 25 | 232 | 0 | 132 | 36 | 16 | 500 | 123 | 57 |
| Binary | 11011100 | 10101 | 10011010 | 0 | 1011010 | 11110 | 1110 | 101000000 | 1010011 | 101111 |
Color Harmonies of #DC159A
Complementary color
Monochromatic Colors of #DC159A
Black with #DC159A
Text Example
Text Example
White with #DC159A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC159A; }
p { color: rgb(220,21,154); }
H1.HeaderClassName
{
color: #DC159A;
}
.AnyTagClassName
{
color: #DC159A;
}
</style>
background-color css
<style>
a { background-color: #DC159A; }
a { background-color: rgb(220,21,154); }
div.DivClassName
{
background-color: #DC159A;
}
.BgClassName
{
background-color: #DC159A;
}
</style>
border-color css
<style>
span { border-color: #DC159A; }
span { border-color: rgb(220,21,154); }
td.TdClassName
{
border-color: #DC159A;
}
.TagClassName
{
border-color: #DC159A;
}
</style>