Shades of Medium Violet Red #D21380
Tints of Medium Violet Red #D21380
RGB
CMYK
RGB Variations
Color information
#D21380 (or 0xD21380) is known color: Medium Violet Red. HEX triplet: D2, 13 and 80. RGB value is (210,19,128). Sum of RGB (Red+Green+Blue) = 210+19+128=357 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.82% from 357); Green value is 19 (7.81% from 255 or 5.32% from 357); Blue value is 128 (50.39% from 255 or 35.85% from 357); Max value from RGB is 210 - color contains mainly: red. Hex color #D21380 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D21380 is #2DEC7F. Grayscale: #585858. Windows color (decimal): -3009664 or 8393682. OLE color: 8393682.
HSL color Cylindrical-coordinate representation of color #D21380: hue angle of 325.76º degrees, saturation: 0.83, 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 #D21380 is Cyan = 0, Magento = 0.91, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 19 | 128 | - |
| CMYK | 0 | 0.91 | 0.39 | 0.18 |
| HSL | 325.76º | 0.83% | 0.45% | - |
| HSV(B) | 325.76º | 0.91% | 0.82% | - |
| XYZ | 30.71 | 15.73 | 21.84 | - |
| YUV | 88.54 | 150.28 | 214.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 19 | 128 | 0 | 0.91 | 0.39 | 0.18 | 325.76 | 0.83 | 0.45 |
| Hex | D2 | 13 | 80 | 0 | 5B | 27 | 12 | 146 | 53 | 2D |
| Octal | 322 | 23 | 200 | 0 | 133 | 47 | 22 | 506 | 123 | 55 |
| Binary | 11010010 | 10011 | 10000000 | 0 | 1011011 | 100111 | 10010 | 101000110 | 1010011 | 101101 |
Color Harmonies of #D21380
Complementary color
Monochromatic Colors of #D21380
Black with #D21380
Text Example
Text Example
White with #D21380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21380; }
p { color: rgb(210,19,128); }
H1.HeaderClassName
{
color: #D21380;
}
.AnyTagClassName
{
color: #D21380;
}
</style>
background-color css
<style>
a { background-color: #D21380; }
a { background-color: rgb(210,19,128); }
div.DivClassName
{
background-color: #D21380;
}
.BgClassName
{
background-color: #D21380;
}
</style>
border-color css
<style>
span { border-color: #D21380; }
span { border-color: rgb(210,19,128); }
td.TdClassName
{
border-color: #D21380;
}
.TagClassName
{
border-color: #D21380;
}
</style>