Shades of Medium Violet Red #DC027E
Tints of Medium Violet Red #DC027E
RGB
CMYK
RGB Variations
Color information
#DC027E (or 0xDC027E) is known color: Medium Violet Red. HEX triplet: DC, 02 and 7E. RGB value is (220,2,126). Sum of RGB (Red+Green+Blue) = 220+2+126=348 (46% of max value = 765). Red value is 220 (86.33% from 255 or 63.22% from 348); Green value is 2 (1.17% from 255 or 0.57% from 348); Blue value is 126 (49.61% from 255 or 36.21% from 348); Max value from RGB is 220 - color contains mainly: red. Hex color #DC027E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC027E is #23FD81. Grayscale: #515151. Windows color (decimal): -2358658 or 8258268. OLE color: 8258268.
HSL color Cylindrical-coordinate representation of color #DC027E: hue angle of 325.87º 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 #DC027E is Cyan = 0, Magento = 0.99, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 2 | 126 | - |
| CMYK | 0 | 0.99 | 0.43 | 0.14 |
| HSL | 325.87º | 0.98% | 0.44% | - |
| HSV(B) | 325.87º | 0.99% | 0.86% | - |
| XYZ | 33.3 | 16.77 | 21.22 | - |
| YUV | 81.32 | 153.22 | 226.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 2 | 126 | 0 | 0.99 | 0.43 | 0.14 | 325.87 | 0.98 | 0.44 |
| Hex | DC | 2 | 7E | 0 | 63 | 2B | E | 146 | 62 | 2C |
| Octal | 334 | 2 | 176 | 0 | 143 | 53 | 16 | 506 | 142 | 54 |
| Binary | 11011100 | 10 | 1111110 | 0 | 1100011 | 101011 | 1110 | 101000110 | 1100010 | 101100 |
Color Harmonies of #DC027E
Complementary color
Monochromatic Colors of #DC027E
Black with #DC027E
Text Example
Text Example
White with #DC027E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC027E; }
p { color: rgb(220,2,126); }
H1.HeaderClassName
{
color: #DC027E;
}
.AnyTagClassName
{
color: #DC027E;
}
</style>
background-color css
<style>
a { background-color: #DC027E; }
a { background-color: rgb(220,2,126); }
div.DivClassName
{
background-color: #DC027E;
}
.BgClassName
{
background-color: #DC027E;
}
</style>
border-color css
<style>
span { border-color: #DC027E; }
span { border-color: rgb(220,2,126); }
td.TdClassName
{
border-color: #DC027E;
}
.TagClassName
{
border-color: #DC027E;
}
</style>