Shades of Medium Violet Red #D1027A
Tints of Medium Violet Red #D1027A
RGB
CMYK
RGB Variations
Color information
#D1027A (or 0xD1027A) is known color: Medium Violet Red. HEX triplet: D1, 02 and 7A. RGB value is (209,2,122). Sum of RGB (Red+Green+Blue) = 209+2+122=333 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.76% from 333); Green value is 2 (1.17% from 255 or 0.60% from 333); Blue value is 122 (48.05% from 255 or 36.64% from 333); Max value from RGB is 209 - color contains mainly: red. Hex color #D1027A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1027A is #2EFD85. Grayscale: #4D4D4D. Windows color (decimal): -3079558 or 7996113. OLE color: 7996113.
HSL color Cylindrical-coordinate representation of color #D1027A: hue angle of 325.22º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D1027A is Cyan = 0, Magento = 0.99, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 2 | 122 | - |
| CMYK | 0 | 0.99 | 0.42 | 0.18 |
| HSL | 325.22º | 0.98% | 0.41% | - |
| HSV(B) | 325.22º | 0.99% | 0.82% | - |
| XYZ | 29.83 | 15 | 19.74 | - |
| YUV | 77.57 | 153.08 | 221.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 2 | 122 | 0 | 0.99 | 0.42 | 0.18 | 325.22 | 0.98 | 0.41 |
| Hex | D1 | 2 | 7A | 0 | 63 | 2A | 12 | 145 | 62 | 29 |
| Octal | 321 | 2 | 172 | 0 | 143 | 52 | 22 | 505 | 142 | 51 |
| Binary | 11010001 | 10 | 1111010 | 0 | 1100011 | 101010 | 10010 | 101000101 | 1100010 | 101001 |
Color Harmonies of #D1027A
Complementary color
Monochromatic Colors of #D1027A
Black with #D1027A
Text Example
Text Example
White with #D1027A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1027A; }
p { color: rgb(209,2,122); }
H1.HeaderClassName
{
color: #D1027A;
}
.AnyTagClassName
{
color: #D1027A;
}
</style>
background-color css
<style>
a { background-color: #D1027A; }
a { background-color: rgb(209,2,122); }
div.DivClassName
{
background-color: #D1027A;
}
.BgClassName
{
background-color: #D1027A;
}
</style>
border-color css
<style>
span { border-color: #D1027A; }
span { border-color: rgb(209,2,122); }
td.TdClassName
{
border-color: #D1027A;
}
.TagClassName
{
border-color: #D1027A;
}
</style>