Shades of Medium Violet Red #DC127B
Tints of Medium Violet Red #DC127B
RGB
CMYK
RGB Variations
Color information
#DC127B (or 0xDC127B) is known color: Medium Violet Red. HEX triplet: DC, 12 and 7B. RGB value is (220,18,123). Sum of RGB (Red+Green+Blue) = 220+18+123=361 (47% of max value = 765). Red value is 220 (86.33% from 255 or 60.94% from 361); Green value is 18 (7.42% from 255 or 4.99% from 361); Blue value is 123 (48.44% from 255 or 34.07% from 361); Max value from RGB is 220 - color contains mainly: red. Hex color #DC127B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC127B is #23ED84. Grayscale: #5A5A5A. Windows color (decimal): -2354565 or 8065756. OLE color: 8065756.
HSL color Cylindrical-coordinate representation of color #DC127B: hue angle of 328.81º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DC127B is Cyan = 0, Magento = 0.92, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 18 | 123 | - |
| CMYK | 0 | 0.92 | 0.44 | 0.14 |
| HSL | 328.81º | 0.85% | 0.47% | - |
| HSV(B) | 328.81º | 0.92% | 0.86% | - |
| XYZ | 33.31 | 17.08 | 20.28 | - |
| YUV | 90.37 | 146.42 | 220.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 18 | 123 | 0 | 0.92 | 0.44 | 0.14 | 328.81 | 0.85 | 0.47 |
| Hex | DC | 12 | 7B | 0 | 5C | 2C | E | 149 | 55 | 2F |
| Octal | 334 | 22 | 173 | 0 | 134 | 54 | 16 | 511 | 125 | 57 |
| Binary | 11011100 | 10010 | 1111011 | 0 | 1011100 | 101100 | 1110 | 101001001 | 1010101 | 101111 |
Color Harmonies of #DC127B
Complementary color
Monochromatic Colors of #DC127B
Black with #DC127B
Text Example
Text Example
White with #DC127B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC127B; }
p { color: rgb(220,18,123); }
H1.HeaderClassName
{
color: #DC127B;
}
.AnyTagClassName
{
color: #DC127B;
}
</style>
background-color css
<style>
a { background-color: #DC127B; }
a { background-color: rgb(220,18,123); }
div.DivClassName
{
background-color: #DC127B;
}
.BgClassName
{
background-color: #DC127B;
}
</style>
border-color css
<style>
span { border-color: #DC127B; }
span { border-color: rgb(220,18,123); }
td.TdClassName
{
border-color: #DC127B;
}
.TagClassName
{
border-color: #DC127B;
}
</style>