Shades of Medium Violet Red #D2128F
Tints of Medium Violet Red #D2128F
RGB
CMYK
RGB Variations
Color information
#D2128F (or 0xD2128F) is known color: Medium Violet Red. HEX triplet: D2, 12 and 8F. RGB value is (210,18,143). Sum of RGB (Red+Green+Blue) = 210+18+143=371 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.60% from 371); Green value is 18 (7.42% from 255 or 4.85% from 371); Blue value is 143 (56.25% from 255 or 38.54% from 371); Max value from RGB is 210 - color contains mainly: red. Hex color #D2128F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D2128F is #2DED70. Grayscale: #595959. Windows color (decimal): -3009905 or 9376466. OLE color: 9376466.
HSL color Cylindrical-coordinate representation of color #D2128F: hue angle of 320.94º 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 #D2128F is Cyan = 0, Magento = 0.91, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 18 | 143 | - |
| CMYK | 0 | 0.91 | 0.32 | 0.18 |
| HSL | 320.94º | 0.84% | 0.45% | - |
| HSV(B) | 320.94º | 0.91% | 0.82% | - |
| XYZ | 31.75 | 16.12 | 27.42 | - |
| YUV | 89.66 | 158.11 | 213.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 18 | 143 | 0 | 0.91 | 0.32 | 0.18 | 320.94 | 0.84 | 0.45 |
| Hex | D2 | 12 | 8F | 0 | 5B | 20 | 12 | 141 | 54 | 2D |
| Octal | 322 | 22 | 217 | 0 | 133 | 40 | 22 | 501 | 124 | 55 |
| Binary | 11010010 | 10010 | 10001111 | 0 | 1011011 | 100000 | 10010 | 101000001 | 1010100 | 101101 |
Color Harmonies of #D2128F
Complementary color
Monochromatic Colors of #D2128F
Black with #D2128F
Text Example
Text Example
White with #D2128F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2128F; }
p { color: rgb(210,18,143); }
H1.HeaderClassName
{
color: #D2128F;
}
.AnyTagClassName
{
color: #D2128F;
}
</style>
background-color css
<style>
a { background-color: #D2128F; }
a { background-color: rgb(210,18,143); }
div.DivClassName
{
background-color: #D2128F;
}
.BgClassName
{
background-color: #D2128F;
}
</style>
border-color css
<style>
span { border-color: #D2128F; }
span { border-color: rgb(210,18,143); }
td.TdClassName
{
border-color: #D2128F;
}
.TagClassName
{
border-color: #D2128F;
}
</style>