Shades of Medium Violet Red #D1217A
Tints of Medium Violet Red #D1217A
RGB
CMYK
RGB Variations
Color information
#D1217A (or 0xD1217A) is known color: Medium Violet Red. HEX triplet: D1, 21 and 7A. RGB value is (209,33,122). Sum of RGB (Red+Green+Blue) = 209+33+122=364 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.42% from 364); Green value is 33 (13.28% from 255 or 9.07% from 364); Blue value is 122 (48.05% from 255 or 33.52% from 364); Max value from RGB is 209 - color contains mainly: red. Hex color #D1217A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1217A is #2EDE85. Grayscale: #5F5F5F. Windows color (decimal): -3071622 or 8004049. OLE color: 8004049.
HSL color Cylindrical-coordinate representation of color #D1217A: hue angle of 329.66º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D1217A is Cyan = 0, Magento = 0.84, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 33 | 122 | - |
| CMYK | 0 | 0.84 | 0.42 | 0.18 |
| HSL | 329.66º | 0.73% | 0.47% | - |
| HSV(B) | 329.66º | 0.84% | 0.82% | - |
| XYZ | 30.35 | 16.05 | 19.91 | - |
| YUV | 95.77 | 142.81 | 208.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 33 | 122 | 0 | 0.84 | 0.42 | 0.18 | 329.66 | 0.73 | 0.47 |
| Hex | D1 | 21 | 7A | 0 | 54 | 2A | 12 | 14A | 49 | 2F |
| Octal | 321 | 41 | 172 | 0 | 124 | 52 | 22 | 512 | 111 | 57 |
| Binary | 11010001 | 100001 | 1111010 | 0 | 1010100 | 101010 | 10010 | 101001010 | 1001001 | 101111 |
Color Harmonies of #D1217A
Complementary color
Monochromatic Colors of #D1217A
Black with #D1217A
Text Example
Text Example
White with #D1217A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1217A; }
p { color: rgb(209,33,122); }
H1.HeaderClassName
{
color: #D1217A;
}
.AnyTagClassName
{
color: #D1217A;
}
</style>
background-color css
<style>
a { background-color: #D1217A; }
a { background-color: rgb(209,33,122); }
div.DivClassName
{
background-color: #D1217A;
}
.BgClassName
{
background-color: #D1217A;
}
</style>
border-color css
<style>
span { border-color: #D1217A; }
span { border-color: rgb(209,33,122); }
td.TdClassName
{
border-color: #D1217A;
}
.TagClassName
{
border-color: #D1217A;
}
</style>