Shades of Medium Violet Red #D2128A
Tints of Medium Violet Red #D2128A
RGB
CMYK
RGB Variations
Color information
#D2128A (or 0xD2128A) is known color: Medium Violet Red. HEX triplet: D2, 12 and 8A. RGB value is (210,18,138). Sum of RGB (Red+Green+Blue) = 210+18+138=366 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.38% from 366); Green value is 18 (7.42% from 255 or 4.92% from 366); Blue value is 138 (54.30% from 255 or 37.70% from 366); Max value from RGB is 210 - color contains mainly: red. Hex color #D2128A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D2128A is #2DED75. Grayscale: #585858. Windows color (decimal): -3009910 or 9048786. OLE color: 9048786.
HSL color Cylindrical-coordinate representation of color #D2128A: hue angle of 322.5º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D2128A is Cyan = 0, Magento = 0.91, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 18 | 138 | - |
| CMYK | 0 | 0.91 | 0.34 | 0.18 |
| HSL | 322.5º | 0.84% | 0.45% | - |
| HSV(B) | 322.5º | 0.91% | 0.82% | - |
| XYZ | 31.38 | 15.97 | 25.47 | - |
| YUV | 89.09 | 155.61 | 214.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 18 | 138 | 0 | 0.91 | 0.34 | 0.18 | 322.5 | 0.84 | 0.45 |
| Hex | D2 | 12 | 8A | 0 | 5B | 22 | 12 | 142 | 54 | 2D |
| Octal | 322 | 22 | 212 | 0 | 133 | 42 | 22 | 502 | 124 | 55 |
| Binary | 11010010 | 10010 | 10001010 | 0 | 1011011 | 100010 | 10010 | 101000010 | 1010100 | 101101 |
Color Harmonies of #D2128A
Complementary color
Monochromatic Colors of #D2128A
Black with #D2128A
Text Example
Text Example
White with #D2128A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2128A; }
p { color: rgb(210,18,138); }
H1.HeaderClassName
{
color: #D2128A;
}
.AnyTagClassName
{
color: #D2128A;
}
</style>
background-color css
<style>
a { background-color: #D2128A; }
a { background-color: rgb(210,18,138); }
div.DivClassName
{
background-color: #D2128A;
}
.BgClassName
{
background-color: #D2128A;
}
</style>
border-color css
<style>
span { border-color: #D2128A; }
span { border-color: rgb(210,18,138); }
td.TdClassName
{
border-color: #D2128A;
}
.TagClassName
{
border-color: #D2128A;
}
</style>