Shades of Medium Violet Red #D1028B
Tints of Medium Violet Red #D1028B
RGB
CMYK
RGB Variations
Color information
#D1028B (or 0xD1028B) is known color: Medium Violet Red. HEX triplet: D1, 02 and 8B. RGB value is (209,2,139). Sum of RGB (Red+Green+Blue) = 209+2+139=350 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.71% from 350); Green value is 2 (1.17% from 255 or 0.57% from 350); Blue value is 139 (54.69% from 255 or 39.71% from 350); Max value from RGB is 209 - color contains mainly: red. Hex color #D1028B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D1028B is #2EFD74. Grayscale: #4F4F4F. Windows color (decimal): -3079541 or 9110225. OLE color: 9110225.
HSL color Cylindrical-coordinate representation of color #D1028B: hue angle of 320.29º 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 #D1028B is Cyan = 0, Magento = 0.99, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 2 | 139 | - |
| CMYK | 0 | 0.99 | 0.33 | 0.18 |
| HSL | 320.29º | 0.98% | 0.41% | - |
| HSV(B) | 320.29º | 0.99% | 0.82% | - |
| XYZ | 30.98 | 15.46 | 25.78 | - |
| YUV | 79.51 | 161.58 | 220.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 2 | 139 | 0 | 0.99 | 0.33 | 0.18 | 320.29 | 0.98 | 0.41 |
| Hex | D1 | 2 | 8B | 0 | 63 | 21 | 12 | 140 | 62 | 29 |
| Octal | 321 | 2 | 213 | 0 | 143 | 41 | 22 | 500 | 142 | 51 |
| Binary | 11010001 | 10 | 10001011 | 0 | 1100011 | 100001 | 10010 | 101000000 | 1100010 | 101001 |
Color Harmonies of #D1028B
Complementary color
Monochromatic Colors of #D1028B
Black with #D1028B
Text Example
Text Example
White with #D1028B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1028B; }
p { color: rgb(209,2,139); }
H1.HeaderClassName
{
color: #D1028B;
}
.AnyTagClassName
{
color: #D1028B;
}
</style>
background-color css
<style>
a { background-color: #D1028B; }
a { background-color: rgb(209,2,139); }
div.DivClassName
{
background-color: #D1028B;
}
.BgClassName
{
background-color: #D1028B;
}
</style>
border-color css
<style>
span { border-color: #D1028B; }
span { border-color: rgb(209,2,139); }
td.TdClassName
{
border-color: #D1028B;
}
.TagClassName
{
border-color: #D1028B;
}
</style>