Shades of Medium Violet Red #D12290
Tints of Medium Violet Red #D12290
RGB
CMYK
RGB Variations
Color information
#D12290 (or 0xD12290) is known color: Medium Violet Red. HEX triplet: D1, 22 and 90. RGB value is (209,34,144). Sum of RGB (Red+Green+Blue) = 209+34+144=387 (51% of max value = 765). Red value is 209 (82.03% from 255 or 54.01% from 387); Green value is 34 (13.67% from 255 or 8.79% from 387); Blue value is 144 (56.64% from 255 or 37.21% from 387); Max value from RGB is 209 - color contains mainly: red. Hex color #D12290 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D12290 is #2EDD6F. Grayscale: #626262. Windows color (decimal): -3071344 or 9446097. OLE color: 9446097.
HSL color Cylindrical-coordinate representation of color #D12290: hue angle of 322.29º 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 #D12290 is Cyan = 0, Magento = 0.84, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 34 | 144 | - |
| CMYK | 0 | 0.84 | 0.31 | 0.18 |
| HSL | 322.29º | 0.72% | 0.48% | - |
| HSV(B) | 322.29º | 0.84% | 0.82% | - |
| XYZ | 31.9 | 16.71 | 27.93 | - |
| YUV | 98.87 | 153.48 | 206.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 34 | 144 | 0 | 0.84 | 0.31 | 0.18 | 322.29 | 0.72 | 0.48 |
| Hex | D1 | 22 | 90 | 0 | 54 | 1F | 12 | 142 | 48 | 30 |
| Octal | 321 | 42 | 220 | 0 | 124 | 37 | 22 | 502 | 110 | 60 |
| Binary | 11010001 | 100010 | 10010000 | 0 | 1010100 | 11111 | 10010 | 101000010 | 1001000 | 110000 |
Color Harmonies of #D12290
Complementary color
Monochromatic Colors of #D12290
Black with #D12290
Text Example
Text Example
White with #D12290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12290; }
p { color: rgb(209,34,144); }
H1.HeaderClassName
{
color: #D12290;
}
.AnyTagClassName
{
color: #D12290;
}
</style>
background-color css
<style>
a { background-color: #D12290; }
a { background-color: rgb(209,34,144); }
div.DivClassName
{
background-color: #D12290;
}
.BgClassName
{
background-color: #D12290;
}
</style>
border-color css
<style>
span { border-color: #D12290; }
span { border-color: rgb(209,34,144); }
td.TdClassName
{
border-color: #D12290;
}
.TagClassName
{
border-color: #D12290;
}
</style>