Shades of Medium Violet Red #DC007B
Tints of Medium Violet Red #DC007B
RGB
CMYK
RGB Variations
Color information
#DC007B (or 0xDC007B) is known color: Medium Violet Red. HEX triplet: DC, 00 and 7B. RGB value is (220,0,123). Sum of RGB (Red+Green+Blue) = 220+0+123=343 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.14% from 343); Green value is 0 (0.39% from 255 or 0% from 343); Blue value is 123 (48.44% from 255 or 35.86% from 343); Max value from RGB is 220 - color contains mainly: red. Hex color #DC007B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC007B is #23FF84. Grayscale: #4F4F4F. Windows color (decimal): -2359173 or 8061148. OLE color: 8061148.
HSL color Cylindrical-coordinate representation of color #DC007B: hue angle of 326.45º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DC007B is Cyan = 0, Magento = 1, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 0 | 123 | - |
| CMYK | 0 | 1 | 0.44 | 0.14 |
| HSL | 326.45º | 1% | 0.43% | - |
| HSV(B) | 326.45º | 1% | 0.86% | - |
| XYZ | 33.09 | 16.65 | 20.21 | - |
| YUV | 79.8 | 152.39 | 228 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 0 | 123 | 0 | 1 | 0.44 | 0.14 | 326.45 | 1 | 0.43 |
| Hex | DC | 0 | 7B | 0 | 64 | 2C | E | 146 | 64 | 2B |
| Octal | 334 | 0 | 173 | 0 | 144 | 54 | 16 | 506 | 144 | 53 |
| Binary | 11011100 | 0 | 1111011 | 0 | 1100100 | 101100 | 1110 | 101000110 | 1100100 | 101011 |
Color Harmonies of #DC007B
Complementary color
Monochromatic Colors of #DC007B
Black with #DC007B
Text Example
Text Example
White with #DC007B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC007B; }
p { color: rgb(220,0,123); }
H1.HeaderClassName
{
color: #DC007B;
}
.AnyTagClassName
{
color: #DC007B;
}
</style>
background-color css
<style>
a { background-color: #DC007B; }
a { background-color: rgb(220,0,123); }
div.DivClassName
{
background-color: #DC007B;
}
.BgClassName
{
background-color: #DC007B;
}
</style>
border-color css
<style>
span { border-color: #DC007B; }
span { border-color: rgb(220,0,123); }
td.TdClassName
{
border-color: #DC007B;
}
.TagClassName
{
border-color: #DC007B;
}
</style>