Shades of Medium Violet Red #D4027D
Tints of Medium Violet Red #D4027D
RGB
CMYK
RGB Variations
Color information
#D4027D (or 0xD4027D) is known color: Medium Violet Red. HEX triplet: D4, 02 and 7D. RGB value is (212,2,125). Sum of RGB (Red+Green+Blue) = 212+2+125=339 (44% of max value = 765). Red value is 212 (83.20% from 255 or 62.54% from 339); Green value is 2 (1.17% from 255 or 0.59% from 339); Blue value is 125 (49.22% from 255 or 36.87% from 339); Max value from RGB is 212 - color contains mainly: red. Hex color #D4027D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D4027D is #2BFD82. Grayscale: #4E4E4E. Windows color (decimal): -2882947 or 8192724. OLE color: 8192724.
HSL color Cylindrical-coordinate representation of color #D4027D: hue angle of 324.86º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D4027D is Cyan = 0, Magento = 0.99, Yellow = 0.41 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 2 | 125 | - |
| CMYK | 0 | 0.99 | 0.41 | 0.17 |
| HSL | 324.86º | 0.98% | 0.42% | - |
| HSV(B) | 324.86º | 0.99% | 0.83% | - |
| XYZ | 30.87 | 15.52 | 20.77 | - |
| YUV | 78.81 | 154.07 | 223 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 2 | 125 | 0 | 0.99 | 0.41 | 0.17 | 324.86 | 0.98 | 0.42 |
| Hex | D4 | 2 | 7D | 0 | 63 | 29 | 11 | 145 | 62 | 2A |
| Octal | 324 | 2 | 175 | 0 | 143 | 51 | 21 | 505 | 142 | 52 |
| Binary | 11010100 | 10 | 1111101 | 0 | 1100011 | 101001 | 10001 | 101000101 | 1100010 | 101010 |
Color Harmonies of #D4027D
Complementary color
Monochromatic Colors of #D4027D
Black with #D4027D
Text Example
Text Example
White with #D4027D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4027D; }
p { color: rgb(212,2,125); }
H1.HeaderClassName
{
color: #D4027D;
}
.AnyTagClassName
{
color: #D4027D;
}
</style>
background-color css
<style>
a { background-color: #D4027D; }
a { background-color: rgb(212,2,125); }
div.DivClassName
{
background-color: #D4027D;
}
.BgClassName
{
background-color: #D4027D;
}
</style>
border-color css
<style>
span { border-color: #D4027D; }
span { border-color: rgb(212,2,125); }
td.TdClassName
{
border-color: #D4027D;
}
.TagClassName
{
border-color: #D4027D;
}
</style>