Shades of Medium Violet Red #D21A7A
Tints of Medium Violet Red #D21A7A
RGB
CMYK
RGB Variations
Color information
#D21A7A (or 0xD21A7A) is known color: Medium Violet Red. HEX triplet: D2, 1A and 7A. RGB value is (210,26,122). Sum of RGB (Red+Green+Blue) = 210+26+122=358 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.66% from 358); Green value is 26 (10.55% from 255 or 7.26% from 358); Blue value is 122 (48.05% from 255 or 34.08% from 358); Max value from RGB is 210 - color contains mainly: red. Hex color #D21A7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D21A7A is #2DE585. Grayscale: #5B5B5B. Windows color (decimal): -3007878 or 8002258. OLE color: 8002258.
HSL color Cylindrical-coordinate representation of color #D21A7A: hue angle of 328.7º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D21A7A is Cyan = 0, Magento = 0.88, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 26 | 122 | - |
| CMYK | 0 | 0.88 | 0.42 | 0.18 |
| HSL | 328.7º | 0.78% | 0.46% | - |
| HSV(B) | 328.7º | 0.88% | 0.82% | - |
| XYZ | 30.46 | 15.85 | 19.87 | - |
| YUV | 91.96 | 144.96 | 212.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 26 | 122 | 0 | 0.88 | 0.42 | 0.18 | 328.7 | 0.78 | 0.46 |
| Hex | D2 | 1A | 7A | 0 | 58 | 2A | 12 | 149 | 4E | 2E |
| Octal | 322 | 32 | 172 | 0 | 130 | 52 | 22 | 511 | 116 | 56 |
| Binary | 11010010 | 11010 | 1111010 | 0 | 1011000 | 101010 | 10010 | 101001001 | 1001110 | 101110 |
Color Harmonies of #D21A7A
Complementary color
Monochromatic Colors of #D21A7A
Black with #D21A7A
Text Example
Text Example
White with #D21A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21A7A; }
p { color: rgb(210,26,122); }
H1.HeaderClassName
{
color: #D21A7A;
}
.AnyTagClassName
{
color: #D21A7A;
}
</style>
background-color css
<style>
a { background-color: #D21A7A; }
a { background-color: rgb(210,26,122); }
div.DivClassName
{
background-color: #D21A7A;
}
.BgClassName
{
background-color: #D21A7A;
}
</style>
border-color css
<style>
span { border-color: #D21A7A; }
span { border-color: rgb(210,26,122); }
td.TdClassName
{
border-color: #D21A7A;
}
.TagClassName
{
border-color: #D21A7A;
}
</style>