Shades of Medium Violet Red #DC149B
Tints of Medium Violet Red #DC149B
RGB
CMYK
RGB Variations
Color information
#DC149B (or 0xDC149B) is known color: Medium Violet Red. HEX triplet: DC, 14 and 9B. RGB value is (220,20,155). Sum of RGB (Red+Green+Blue) = 220+20+155=395 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.70% from 395); Green value is 20 (8.20% from 255 or 5.06% from 395); Blue value is 155 (60.94% from 255 or 39.24% from 395); Max value from RGB is 220 - color contains mainly: red. Hex color #DC149B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC149B is #23EB64. Grayscale: #5E5E5E. Windows color (decimal): -2354021 or 10163420. OLE color: 10163420.
HSL color Cylindrical-coordinate representation of color #DC149B: hue angle of 319.5º degrees, saturation: 0.83, 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 #DC149B is Cyan = 0, Magento = 0.91, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 20 | 155 | - |
| CMYK | 0 | 0.91 | 0.30 | 0.14 |
| HSL | 319.5º | 0.83% | 0.47% | - |
| HSV(B) | 319.5º | 0.91% | 0.86% | - |
| XYZ | 35.68 | 18.08 | 32.62 | - |
| YUV | 95.19 | 161.76 | 217.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 20 | 155 | 0 | 0.91 | 0.30 | 0.14 | 319.5 | 0.83 | 0.47 |
| Hex | DC | 14 | 9B | 0 | 5B | 1E | E | 140 | 53 | 2F |
| Octal | 334 | 24 | 233 | 0 | 133 | 36 | 16 | 500 | 123 | 57 |
| Binary | 11011100 | 10100 | 10011011 | 0 | 1011011 | 11110 | 1110 | 101000000 | 1010011 | 101111 |
Color Harmonies of #DC149B
Complementary color
Monochromatic Colors of #DC149B
Black with #DC149B
Text Example
Text Example
White with #DC149B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC149B; }
p { color: rgb(220,20,155); }
H1.HeaderClassName
{
color: #DC149B;
}
.AnyTagClassName
{
color: #DC149B;
}
</style>
background-color css
<style>
a { background-color: #DC149B; }
a { background-color: rgb(220,20,155); }
div.DivClassName
{
background-color: #DC149B;
}
.BgClassName
{
background-color: #DC149B;
}
</style>
border-color css
<style>
span { border-color: #DC149B; }
span { border-color: rgb(220,20,155); }
td.TdClassName
{
border-color: #DC149B;
}
.TagClassName
{
border-color: #DC149B;
}
</style>