Shades of Medium Violet Red #D21B7B
Tints of Medium Violet Red #D21B7B
RGB
CMYK
RGB Variations
Color information
#D21B7B (or 0xD21B7B) is known color: Medium Violet Red. HEX triplet: D2, 1B and 7B. RGB value is (210,27,123). Sum of RGB (Red+Green+Blue) = 210+27+123=360 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.33% from 360); Green value is 27 (10.94% from 255 or 7.5% from 360); Blue value is 123 (48.44% from 255 or 34.17% from 360); Max value from RGB is 210 - color contains mainly: red. Hex color #D21B7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D21B7B is #2DE484. Grayscale: #5C5C5C. Windows color (decimal): -3007621 or 8068050. OLE color: 8068050.
HSL color Cylindrical-coordinate representation of color #D21B7B: hue angle of 328.52º 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 #D21B7B is Cyan = 0, Magento = 0.87, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 27 | 123 | - |
| CMYK | 0 | 0.87 | 0.41 | 0.18 |
| HSL | 328.52º | 0.77% | 0.46% | - |
| HSV(B) | 328.52º | 0.87% | 0.82% | - |
| XYZ | 30.55 | 15.92 | 20.2 | - |
| YUV | 92.66 | 145.13 | 211.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 27 | 123 | 0 | 0.87 | 0.41 | 0.18 | 328.52 | 0.77 | 0.46 |
| Hex | D2 | 1B | 7B | 0 | 57 | 29 | 12 | 149 | 4D | 2E |
| Octal | 322 | 33 | 173 | 0 | 127 | 51 | 22 | 511 | 115 | 56 |
| Binary | 11010010 | 11011 | 1111011 | 0 | 1010111 | 101001 | 10010 | 101001001 | 1001101 | 101110 |
Color Harmonies of #D21B7B
Complementary color
Monochromatic Colors of #D21B7B
Black with #D21B7B
Text Example
Text Example
White with #D21B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21B7B; }
p { color: rgb(210,27,123); }
H1.HeaderClassName
{
color: #D21B7B;
}
.AnyTagClassName
{
color: #D21B7B;
}
</style>
background-color css
<style>
a { background-color: #D21B7B; }
a { background-color: rgb(210,27,123); }
div.DivClassName
{
background-color: #D21B7B;
}
.BgClassName
{
background-color: #D21B7B;
}
</style>
border-color css
<style>
span { border-color: #D21B7B; }
span { border-color: rgb(210,27,123); }
td.TdClassName
{
border-color: #D21B7B;
}
.TagClassName
{
border-color: #D21B7B;
}
</style>