Shades of Medium Violet Red #D1209B
Tints of Medium Violet Red #D1209B
RGB
CMYK
RGB Variations
Color information
#D1209B (or 0xD1209B) is known color: Medium Violet Red. HEX triplet: D1, 20 and 9B. RGB value is (209,32,155). Sum of RGB (Red+Green+Blue) = 209+32+155=396 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.78% from 396); Green value is 32 (12.89% from 255 or 8.08% from 396); Blue value is 155 (60.94% from 255 or 39.14% from 396); Max value from RGB is 209 - color contains mainly: red. Hex color #D1209B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1209B is #2EDF64. Grayscale: #626262. Windows color (decimal): -3071845 or 10166481. OLE color: 10166481.
HSL color Cylindrical-coordinate representation of color #D1209B: hue angle of 318.31º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D1209B is Cyan = 0, Magento = 0.85, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 32 | 155 | - |
| CMYK | 0 | 0.85 | 0.26 | 0.18 |
| HSL | 318.31º | 0.73% | 0.47% | - |
| HSV(B) | 318.31º | 0.85% | 0.82% | - |
| XYZ | 32.73 | 16.95 | 32.56 | - |
| YUV | 98.95 | 159.64 | 206.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 32 | 155 | 0 | 0.85 | 0.26 | 0.18 | 318.31 | 0.73 | 0.47 |
| Hex | D1 | 20 | 9B | 0 | 55 | 1A | 12 | 13E | 49 | 2F |
| Octal | 321 | 40 | 233 | 0 | 125 | 32 | 22 | 476 | 111 | 57 |
| Binary | 11010001 | 100000 | 10011011 | 0 | 1010101 | 11010 | 10010 | 100111110 | 1001001 | 101111 |
Color Harmonies of #D1209B
Complementary color
Monochromatic Colors of #D1209B
Black with #D1209B
Text Example
Text Example
White with #D1209B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1209B; }
p { color: rgb(209,32,155); }
H1.HeaderClassName
{
color: #D1209B;
}
.AnyTagClassName
{
color: #D1209B;
}
</style>
background-color css
<style>
a { background-color: #D1209B; }
a { background-color: rgb(209,32,155); }
div.DivClassName
{
background-color: #D1209B;
}
.BgClassName
{
background-color: #D1209B;
}
</style>
border-color css
<style>
span { border-color: #D1209B; }
span { border-color: rgb(209,32,155); }
td.TdClassName
{
border-color: #D1209B;
}
.TagClassName
{
border-color: #D1209B;
}
</style>