Shades of Medium Violet Red #D7027A
Tints of Medium Violet Red #D7027A
RGB
CMYK
RGB Variations
Color information
#D7027A (or 0xD7027A) is known color: Medium Violet Red. HEX triplet: D7, 02 and 7A. RGB value is (215,2,122). Sum of RGB (Red+Green+Blue) = 215+2+122=339 (44% of max value = 765). Red value is 215 (84.38% from 255 or 63.42% from 339); Green value is 2 (1.17% from 255 or 0.59% from 339); Blue value is 122 (48.05% from 255 or 35.99% from 339); Max value from RGB is 215 - color contains mainly: red. Hex color #D7027A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D7027A is #28FD85. Grayscale: #4F4F4F. Windows color (decimal): -2686342 or 7996119. OLE color: 7996119.
HSL color Cylindrical-coordinate representation of color #D7027A: hue angle of 326.2º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D7027A is Cyan = 0, Magento = 0.99, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 2 | 122 | - |
| CMYK | 0 | 0.99 | 0.43 | 0.16 |
| HSL | 326.2º | 0.98% | 0.43% | - |
| HSV(B) | 326.2º | 0.99% | 0.84% | - |
| XYZ | 31.56 | 15.9 | 19.82 | - |
| YUV | 79.37 | 152.07 | 224.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 2 | 122 | 0 | 0.99 | 0.43 | 0.16 | 326.2 | 0.98 | 0.43 |
| Hex | D7 | 2 | 7A | 0 | 63 | 2B | 10 | 146 | 62 | 2B |
| Octal | 327 | 2 | 172 | 0 | 143 | 53 | 20 | 506 | 142 | 53 |
| Binary | 11010111 | 10 | 1111010 | 0 | 1100011 | 101011 | 10000 | 101000110 | 1100010 | 101011 |
Color Harmonies of #D7027A
Complementary color
Monochromatic Colors of #D7027A
Black with #D7027A
Text Example
Text Example
White with #D7027A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7027A; }
p { color: rgb(215,2,122); }
H1.HeaderClassName
{
color: #D7027A;
}
.AnyTagClassName
{
color: #D7027A;
}
</style>
background-color css
<style>
a { background-color: #D7027A; }
a { background-color: rgb(215,2,122); }
div.DivClassName
{
background-color: #D7027A;
}
.BgClassName
{
background-color: #D7027A;
}
</style>
border-color css
<style>
span { border-color: #D7027A; }
span { border-color: rgb(215,2,122); }
td.TdClassName
{
border-color: #D7027A;
}
.TagClassName
{
border-color: #D7027A;
}
</style>