Shades of Medium Violet Red #DC027B
Tints of Medium Violet Red #DC027B
RGB
CMYK
RGB Variations
Color information
#DC027B (or 0xDC027B) is known color: Medium Violet Red. HEX triplet: DC, 02 and 7B. RGB value is (220,2,123). Sum of RGB (Red+Green+Blue) = 220+2+123=345 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.77% from 345); Green value is 2 (1.17% from 255 or 0.58% from 345); Blue value is 123 (48.44% from 255 or 35.65% from 345); Max value from RGB is 220 - color contains mainly: red. Hex color #DC027B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC027B is #23FD84. Grayscale: #505050. Windows color (decimal): -2358661 or 8061660. OLE color: 8061660.
HSL color Cylindrical-coordinate representation of color #DC027B: hue angle of 326.7º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DC027B is Cyan = 0, Magento = 0.99, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 2 | 123 | - |
| CMYK | 0 | 0.99 | 0.44 | 0.14 |
| HSL | 326.7º | 0.98% | 0.44% | - |
| HSV(B) | 326.7º | 0.99% | 0.86% | - |
| XYZ | 33.11 | 16.69 | 20.22 | - |
| YUV | 80.98 | 151.72 | 227.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 2 | 123 | 0 | 0.99 | 0.44 | 0.14 | 326.7 | 0.98 | 0.44 |
| Hex | DC | 2 | 7B | 0 | 63 | 2C | E | 147 | 62 | 2C |
| Octal | 334 | 2 | 173 | 0 | 143 | 54 | 16 | 507 | 142 | 54 |
| Binary | 11011100 | 10 | 1111011 | 0 | 1100011 | 101100 | 1110 | 101000111 | 1100010 | 101100 |
Color Harmonies of #DC027B
Complementary color
Monochromatic Colors of #DC027B
Black with #DC027B
Text Example
Text Example
White with #DC027B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC027B; }
p { color: rgb(220,2,123); }
H1.HeaderClassName
{
color: #DC027B;
}
.AnyTagClassName
{
color: #DC027B;
}
</style>
background-color css
<style>
a { background-color: #DC027B; }
a { background-color: rgb(220,2,123); }
div.DivClassName
{
background-color: #DC027B;
}
.BgClassName
{
background-color: #DC027B;
}
</style>
border-color css
<style>
span { border-color: #DC027B; }
span { border-color: rgb(220,2,123); }
td.TdClassName
{
border-color: #DC027B;
}
.TagClassName
{
border-color: #DC027B;
}
</style>