Shades of Medium Violet Red #D1229B
Tints of Medium Violet Red #D1229B
RGB
CMYK
RGB Variations
Color information
#D1229B (or 0xD1229B) is known color: Medium Violet Red. HEX triplet: D1, 22 and 9B. RGB value is (209,34,155). Sum of RGB (Red+Green+Blue) = 209+34+155=398 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.51% from 398); Green value is 34 (13.67% from 255 or 8.54% from 398); Blue value is 155 (60.94% from 255 or 38.94% from 398); Max value from RGB is 209 - color contains mainly: red. Hex color #D1229B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1229B is #2EDD64. Grayscale: #636363. Windows color (decimal): -3071333 or 10166993. OLE color: 10166993.
HSL color Cylindrical-coordinate representation of color #D1229B: hue angle of 318.51º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D1229B is Cyan = 0, Magento = 0.84, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 34 | 155 | - |
| CMYK | 0 | 0.84 | 0.26 | 0.18 |
| HSL | 318.51º | 0.72% | 0.48% | - |
| HSV(B) | 318.51º | 0.84% | 0.82% | - |
| XYZ | 32.78 | 17.07 | 32.58 | - |
| YUV | 100.12 | 158.98 | 205.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 34 | 155 | 0 | 0.84 | 0.26 | 0.18 | 318.51 | 0.72 | 0.48 |
| Hex | D1 | 22 | 9B | 0 | 54 | 1A | 12 | 13F | 48 | 30 |
| Octal | 321 | 42 | 233 | 0 | 124 | 32 | 22 | 477 | 110 | 60 |
| Binary | 11010001 | 100010 | 10011011 | 0 | 1010100 | 11010 | 10010 | 100111111 | 1001000 | 110000 |
Color Harmonies of #D1229B
Complementary color
Monochromatic Colors of #D1229B
Black with #D1229B
Text Example
Text Example
White with #D1229B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1229B; }
p { color: rgb(209,34,155); }
H1.HeaderClassName
{
color: #D1229B;
}
.AnyTagClassName
{
color: #D1229B;
}
</style>
background-color css
<style>
a { background-color: #D1229B; }
a { background-color: rgb(209,34,155); }
div.DivClassName
{
background-color: #D1229B;
}
.BgClassName
{
background-color: #D1229B;
}
</style>
border-color css
<style>
span { border-color: #D1229B; }
span { border-color: rgb(209,34,155); }
td.TdClassName
{
border-color: #D1229B;
}
.TagClassName
{
border-color: #D1229B;
}
</style>