Shades of Medium Violet Red #D21B7A
Tints of Medium Violet Red #D21B7A
RGB
CMYK
RGB Variations
Color information
#D21B7A (or 0xD21B7A) is known color: Medium Violet Red. HEX triplet: D2, 1B and 7A. RGB value is (210,27,122). Sum of RGB (Red+Green+Blue) = 210+27+122=359 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.50% from 359); Green value is 27 (10.94% from 255 or 7.52% from 359); Blue value is 122 (48.05% from 255 or 33.98% from 359); Max value from RGB is 210 - color contains mainly: red. Hex color #D21B7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D21B7A is #2DE485. Grayscale: #5C5C5C. Windows color (decimal): -3007622 or 8002514. OLE color: 8002514.
HSL color Cylindrical-coordinate representation of color #D21B7A: hue angle of 328.85º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D21B7A is Cyan = 0, Magento = 0.87, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 27 | 122 | - |
| CMYK | 0 | 0.87 | 0.42 | 0.18 |
| HSL | 328.85º | 0.77% | 0.46% | - |
| HSV(B) | 328.85º | 0.87% | 0.82% | - |
| XYZ | 30.48 | 15.89 | 19.87 | - |
| YUV | 92.55 | 144.63 | 211.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 27 | 122 | 0 | 0.87 | 0.42 | 0.18 | 328.85 | 0.77 | 0.46 |
| Hex | D2 | 1B | 7A | 0 | 57 | 2A | 12 | 149 | 4D | 2E |
| Octal | 322 | 33 | 172 | 0 | 127 | 52 | 22 | 511 | 115 | 56 |
| Binary | 11010010 | 11011 | 1111010 | 0 | 1010111 | 101010 | 10010 | 101001001 | 1001101 | 101110 |
Color Harmonies of #D21B7A
Complementary color
Monochromatic Colors of #D21B7A
Black with #D21B7A
Text Example
Text Example
White with #D21B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21B7A; }
p { color: rgb(210,27,122); }
H1.HeaderClassName
{
color: #D21B7A;
}
.AnyTagClassName
{
color: #D21B7A;
}
</style>
background-color css
<style>
a { background-color: #D21B7A; }
a { background-color: rgb(210,27,122); }
div.DivClassName
{
background-color: #D21B7A;
}
.BgClassName
{
background-color: #D21B7A;
}
</style>
border-color css
<style>
span { border-color: #D21B7A; }
span { border-color: rgb(210,27,122); }
td.TdClassName
{
border-color: #D21B7A;
}
.TagClassName
{
border-color: #D21B7A;
}
</style>