Shades of Medium Violet Red #D1027D
Tints of Medium Violet Red #D1027D
RGB
CMYK
RGB Variations
Color information
#D1027D (or 0xD1027D) is known color: Medium Violet Red. HEX triplet: D1, 02 and 7D. RGB value is (209,2,125). Sum of RGB (Red+Green+Blue) = 209+2+125=336 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.20% from 336); Green value is 2 (1.17% from 255 or 0.60% from 336); Blue value is 125 (49.22% from 255 or 37.20% from 336); Max value from RGB is 209 - color contains mainly: red. Hex color #D1027D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1027D is #2EFD82. Grayscale: #4D4D4D. Windows color (decimal): -3079555 or 8192721. OLE color: 8192721.
HSL color Cylindrical-coordinate representation of color #D1027D: hue angle of 324.35º 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 #D1027D is Cyan = 0, Magento = 0.99, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 2 | 125 | - |
| CMYK | 0 | 0.99 | 0.40 | 0.18 |
| HSL | 324.35º | 0.98% | 0.41% | - |
| HSV(B) | 324.35º | 0.99% | 0.82% | - |
| XYZ | 30.02 | 15.08 | 20.73 | - |
| YUV | 77.92 | 154.58 | 221.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 2 | 125 | 0 | 0.99 | 0.40 | 0.18 | 324.35 | 0.98 | 0.41 |
| Hex | D1 | 2 | 7D | 0 | 63 | 28 | 12 | 144 | 62 | 29 |
| Octal | 321 | 2 | 175 | 0 | 143 | 50 | 22 | 504 | 142 | 51 |
| Binary | 11010001 | 10 | 1111101 | 0 | 1100011 | 101000 | 10010 | 101000100 | 1100010 | 101001 |
Color Harmonies of #D1027D
Complementary color
Monochromatic Colors of #D1027D
Black with #D1027D
Text Example
Text Example
White with #D1027D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1027D; }
p { color: rgb(209,2,125); }
H1.HeaderClassName
{
color: #D1027D;
}
.AnyTagClassName
{
color: #D1027D;
}
</style>
background-color css
<style>
a { background-color: #D1027D; }
a { background-color: rgb(209,2,125); }
div.DivClassName
{
background-color: #D1027D;
}
.BgClassName
{
background-color: #D1027D;
}
</style>
border-color css
<style>
span { border-color: #D1027D; }
span { border-color: rgb(209,2,125); }
td.TdClassName
{
border-color: #D1027D;
}
.TagClassName
{
border-color: #D1027D;
}
</style>