Shades of Medium Violet Red #DC027F
Tints of Medium Violet Red #DC027F
RGB
CMYK
RGB Variations
Color information
#DC027F (or 0xDC027F) is known color: Medium Violet Red. HEX triplet: DC, 02 and 7F. RGB value is (220,2,127). Sum of RGB (Red+Green+Blue) = 220+2+127=349 (46% of max value = 765). Red value is 220 (86.33% from 255 or 63.04% from 349); Green value is 2 (1.17% from 255 or 0.57% from 349); Blue value is 127 (50% from 255 or 36.39% from 349); Max value from RGB is 220 - color contains mainly: red. Hex color #DC027F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC027F is #23FD80. Grayscale: #515151. Windows color (decimal): -2358657 or 8323804. OLE color: 8323804.
HSL color Cylindrical-coordinate representation of color #DC027F: hue angle of 325.6º 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 #DC027F is Cyan = 0, Magento = 0.99, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 2 | 127 | - |
| CMYK | 0 | 0.99 | 0.42 | 0.14 |
| HSL | 325.6º | 0.98% | 0.44% | - |
| HSV(B) | 325.6º | 0.99% | 0.86% | - |
| XYZ | 33.37 | 16.79 | 21.56 | - |
| YUV | 81.43 | 153.72 | 226.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 2 | 127 | 0 | 0.99 | 0.42 | 0.14 | 325.6 | 0.98 | 0.44 |
| Hex | DC | 2 | 7F | 0 | 63 | 2A | E | 146 | 62 | 2C |
| Octal | 334 | 2 | 177 | 0 | 143 | 52 | 16 | 506 | 142 | 54 |
| Binary | 11011100 | 10 | 1111111 | 0 | 1100011 | 101010 | 1110 | 101000110 | 1100010 | 101100 |
Color Harmonies of #DC027F
Complementary color
Monochromatic Colors of #DC027F
Black with #DC027F
Text Example
Text Example
White with #DC027F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC027F; }
p { color: rgb(220,2,127); }
H1.HeaderClassName
{
color: #DC027F;
}
.AnyTagClassName
{
color: #DC027F;
}
</style>
background-color css
<style>
a { background-color: #DC027F; }
a { background-color: rgb(220,2,127); }
div.DivClassName
{
background-color: #DC027F;
}
.BgClassName
{
background-color: #DC027F;
}
</style>
border-color css
<style>
span { border-color: #DC027F; }
span { border-color: rgb(220,2,127); }
td.TdClassName
{
border-color: #DC027F;
}
.TagClassName
{
border-color: #DC027F;
}
</style>