Shades of Medium Violet Red #DC129A
Tints of Medium Violet Red #DC129A
RGB
CMYK
RGB Variations
Color information
#DC129A (or 0xDC129A) is known color: Medium Violet Red. HEX triplet: DC, 12 and 9A. RGB value is (220,18,154). Sum of RGB (Red+Green+Blue) = 220+18+154=392 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.12% from 392); Green value is 18 (7.42% from 255 or 4.59% from 392); Blue value is 154 (60.55% from 255 or 39.29% from 392); Max value from RGB is 220 - color contains mainly: red. Hex color #DC129A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC129A is #23ED65. Grayscale: #5D5D5D. Windows color (decimal): -2354534 or 10097372. OLE color: 10097372.
HSL color Cylindrical-coordinate representation of color #DC129A: hue angle of 319.6º 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 #DC129A is Cyan = 0, Magento = 0.92, Yellow = 0.3 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 18 | 154 | - |
| CMYK | 0 | 0.92 | 0.3 | 0.14 |
| HSL | 319.6º | 0.85% | 0.47% | - |
| HSV(B) | 319.6º | 0.92% | 0.86% | - |
| XYZ | 35.56 | 17.98 | 32.17 | - |
| YUV | 93.9 | 161.92 | 217.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 18 | 154 | 0 | 0.92 | 0.3 | 0.14 | 319.6 | 0.85 | 0.47 |
| Hex | DC | 12 | 9A | 0 | 5C | 1E | E | 140 | 55 | 2F |
| Octal | 334 | 22 | 232 | 0 | 134 | 36 | 16 | 500 | 125 | 57 |
| Binary | 11011100 | 10010 | 10011010 | 0 | 1011100 | 11110 | 1110 | 101000000 | 1010101 | 101111 |
Color Harmonies of #DC129A
Complementary color
Monochromatic Colors of #DC129A
Black with #DC129A
Text Example
Text Example
White with #DC129A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC129A; }
p { color: rgb(220,18,154); }
H1.HeaderClassName
{
color: #DC129A;
}
.AnyTagClassName
{
color: #DC129A;
}
</style>
background-color css
<style>
a { background-color: #DC129A; }
a { background-color: rgb(220,18,154); }
div.DivClassName
{
background-color: #DC129A;
}
.BgClassName
{
background-color: #DC129A;
}
</style>
border-color css
<style>
span { border-color: #DC129A; }
span { border-color: rgb(220,18,154); }
td.TdClassName
{
border-color: #DC129A;
}
.TagClassName
{
border-color: #DC129A;
}
</style>