Shades of Medium Violet Red #D1227B
Tints of Medium Violet Red #D1227B
RGB
CMYK
RGB Variations
Color information
#D1227B (or 0xD1227B) is known color: Medium Violet Red. HEX triplet: D1, 22 and 7B. RGB value is (209,34,123). Sum of RGB (Red+Green+Blue) = 209+34+123=366 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.10% from 366); Green value is 34 (13.67% from 255 or 9.29% from 366); Blue value is 123 (48.44% from 255 or 33.61% from 366); Max value from RGB is 209 - color contains mainly: red. Hex color #D1227B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1227B is #2EDD84. Grayscale: #606060. Windows color (decimal): -3071365 or 8069841. OLE color: 8069841.
HSL color Cylindrical-coordinate representation of color #D1227B: hue angle of 329.49º 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 #D1227B is Cyan = 0, Magento = 0.84, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 34 | 123 | - |
| CMYK | 0 | 0.84 | 0.41 | 0.18 |
| HSL | 329.49º | 0.72% | 0.48% | - |
| HSV(B) | 329.49º | 0.84% | 0.82% | - |
| XYZ | 30.44 | 16.13 | 20.25 | - |
| YUV | 96.47 | 142.98 | 208.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 34 | 123 | 0 | 0.84 | 0.41 | 0.18 | 329.49 | 0.72 | 0.48 |
| Hex | D1 | 22 | 7B | 0 | 54 | 29 | 12 | 149 | 48 | 30 |
| Octal | 321 | 42 | 173 | 0 | 124 | 51 | 22 | 511 | 110 | 60 |
| Binary | 11010001 | 100010 | 1111011 | 0 | 1010100 | 101001 | 10010 | 101001001 | 1001000 | 110000 |
Color Harmonies of #D1227B
Complementary color
Monochromatic Colors of #D1227B
Black with #D1227B
Text Example
Text Example
White with #D1227B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1227B; }
p { color: rgb(209,34,123); }
H1.HeaderClassName
{
color: #D1227B;
}
.AnyTagClassName
{
color: #D1227B;
}
</style>
background-color css
<style>
a { background-color: #D1227B; }
a { background-color: rgb(209,34,123); }
div.DivClassName
{
background-color: #D1227B;
}
.BgClassName
{
background-color: #D1227B;
}
</style>
border-color css
<style>
span { border-color: #D1227B; }
span { border-color: rgb(209,34,123); }
td.TdClassName
{
border-color: #D1227B;
}
.TagClassName
{
border-color: #D1227B;
}
</style>