Shades of Medium Violet Red #D21480
Tints of Medium Violet Red #D21480
RGB
CMYK
RGB Variations
Color information
#D21480 (or 0xD21480) is known color: Medium Violet Red. HEX triplet: D2, 14 and 80. RGB value is (210,20,128). Sum of RGB (Red+Green+Blue) = 210+20+128=358 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.66% from 358); Green value is 20 (8.20% from 255 or 5.59% from 358); Blue value is 128 (50.39% from 255 or 35.75% from 358); Max value from RGB is 210 - color contains mainly: red. Hex color #D21480 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D21480 is #2DEB7F. Grayscale: #585858. Windows color (decimal): -3009408 or 8393938. OLE color: 8393938.
HSL color Cylindrical-coordinate representation of color #D21480: hue angle of 325.89º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D21480 is Cyan = 0, Magento = 0.90, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 20 | 128 | - |
| CMYK | 0 | 0.90 | 0.39 | 0.18 |
| HSL | 325.89º | 0.83% | 0.45% | - |
| HSV(B) | 325.89º | 0.9% | 0.82% | - |
| XYZ | 30.72 | 15.76 | 21.84 | - |
| YUV | 89.12 | 149.95 | 214.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 20 | 128 | 0 | 0.90 | 0.39 | 0.18 | 325.89 | 0.83 | 0.45 |
| Hex | D2 | 14 | 80 | 0 | 5A | 27 | 12 | 146 | 53 | 2D |
| Octal | 322 | 24 | 200 | 0 | 132 | 47 | 22 | 506 | 123 | 55 |
| Binary | 11010010 | 10100 | 10000000 | 0 | 1011010 | 100111 | 10010 | 101000110 | 1010011 | 101101 |
Color Harmonies of #D21480
Complementary color
Monochromatic Colors of #D21480
Black with #D21480
Text Example
Text Example
White with #D21480
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21480; }
p { color: rgb(210,20,128); }
H1.HeaderClassName
{
color: #D21480;
}
.AnyTagClassName
{
color: #D21480;
}
</style>
background-color css
<style>
a { background-color: #D21480; }
a { background-color: rgb(210,20,128); }
div.DivClassName
{
background-color: #D21480;
}
.BgClassName
{
background-color: #D21480;
}
</style>
border-color css
<style>
span { border-color: #D21480; }
span { border-color: rgb(210,20,128); }
td.TdClassName
{
border-color: #D21480;
}
.TagClassName
{
border-color: #D21480;
}
</style>