Shades of Medium Violet Red #D4027A
Tints of Medium Violet Red #D4027A
RGB
CMYK
RGB Variations
Color information
#D4027A (or 0xD4027A) is known color: Medium Violet Red. HEX triplet: D4, 02 and 7A. RGB value is (212,2,122). Sum of RGB (Red+Green+Blue) = 212+2+122=336 (44% of max value = 765). Red value is 212 (83.20% from 255 or 63.10% from 336); Green value is 2 (1.17% from 255 or 0.60% from 336); Blue value is 122 (48.05% from 255 or 36.31% from 336); Max value from RGB is 212 - color contains mainly: red. Hex color #D4027A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D4027A is #2BFD85. Grayscale: #4E4E4E. Windows color (decimal): -2882950 or 7996116. OLE color: 7996116.
HSL color Cylindrical-coordinate representation of color #D4027A: hue angle of 325.71º 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 #D4027A is Cyan = 0, Magento = 0.99, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 2 | 122 | - |
| CMYK | 0 | 0.99 | 0.42 | 0.17 |
| HSL | 325.71º | 0.98% | 0.42% | - |
| HSV(B) | 325.71º | 0.99% | 0.83% | - |
| XYZ | 30.69 | 15.45 | 19.78 | - |
| YUV | 78.47 | 152.57 | 223.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 2 | 122 | 0 | 0.99 | 0.42 | 0.17 | 325.71 | 0.98 | 0.42 |
| Hex | D4 | 2 | 7A | 0 | 63 | 2A | 11 | 146 | 62 | 2A |
| Octal | 324 | 2 | 172 | 0 | 143 | 52 | 21 | 506 | 142 | 52 |
| Binary | 11010100 | 10 | 1111010 | 0 | 1100011 | 101010 | 10001 | 101000110 | 1100010 | 101010 |
Color Harmonies of #D4027A
Complementary color
Monochromatic Colors of #D4027A
Black with #D4027A
Text Example
Text Example
White with #D4027A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4027A; }
p { color: rgb(212,2,122); }
H1.HeaderClassName
{
color: #D4027A;
}
.AnyTagClassName
{
color: #D4027A;
}
</style>
background-color css
<style>
a { background-color: #D4027A; }
a { background-color: rgb(212,2,122); }
div.DivClassName
{
background-color: #D4027A;
}
.BgClassName
{
background-color: #D4027A;
}
</style>
border-color css
<style>
span { border-color: #D4027A; }
span { border-color: rgb(212,2,122); }
td.TdClassName
{
border-color: #D4027A;
}
.TagClassName
{
border-color: #D4027A;
}
</style>