Shades of Medium Violet Red #DC137B
Tints of Medium Violet Red #DC137B
RGB
CMYK
RGB Variations
Color information
#DC137B (or 0xDC137B) is known color: Medium Violet Red. HEX triplet: DC, 13 and 7B. RGB value is (220,19,123). Sum of RGB (Red+Green+Blue) = 220+19+123=362 (47% of max value = 765). Red value is 220 (86.33% from 255 or 60.77% from 362); Green value is 19 (7.81% from 255 or 5.25% from 362); Blue value is 123 (48.44% from 255 or 33.98% from 362); Max value from RGB is 220 - color contains mainly: red. Hex color #DC137B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC137B is #23EC84. Grayscale: #5A5A5A. Windows color (decimal): -2354309 or 8066012. OLE color: 8066012.
HSL color Cylindrical-coordinate representation of color #DC137B: hue angle of 328.96º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DC137B is Cyan = 0, Magento = 0.91, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 19 | 123 | - |
| CMYK | 0 | 0.91 | 0.44 | 0.14 |
| HSL | 328.96º | 0.84% | 0.47% | - |
| HSV(B) | 328.96º | 0.91% | 0.86% | - |
| XYZ | 33.32 | 17.11 | 20.29 | - |
| YUV | 90.96 | 146.09 | 220.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 19 | 123 | 0 | 0.91 | 0.44 | 0.14 | 328.96 | 0.84 | 0.47 |
| Hex | DC | 13 | 7B | 0 | 5B | 2C | E | 149 | 54 | 2F |
| Octal | 334 | 23 | 173 | 0 | 133 | 54 | 16 | 511 | 124 | 57 |
| Binary | 11011100 | 10011 | 1111011 | 0 | 1011011 | 101100 | 1110 | 101001001 | 1010100 | 101111 |
Color Harmonies of #DC137B
Complementary color
Monochromatic Colors of #DC137B
Black with #DC137B
Text Example
Text Example
White with #DC137B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC137B; }
p { color: rgb(220,19,123); }
H1.HeaderClassName
{
color: #DC137B;
}
.AnyTagClassName
{
color: #DC137B;
}
</style>
background-color css
<style>
a { background-color: #DC137B; }
a { background-color: rgb(220,19,123); }
div.DivClassName
{
background-color: #DC137B;
}
.BgClassName
{
background-color: #DC137B;
}
</style>
border-color css
<style>
span { border-color: #DC137B; }
span { border-color: rgb(220,19,123); }
td.TdClassName
{
border-color: #DC137B;
}
.TagClassName
{
border-color: #DC137B;
}
</style>