Shades of Medium Violet Red #D21B8D
Tints of Medium Violet Red #D21B8D
RGB
CMYK
RGB Variations
Color information
#D21B8D (or 0xD21B8D) is known color: Medium Violet Red. HEX triplet: D2, 1B and 8D. RGB value is (210,27,141). Sum of RGB (Red+Green+Blue) = 210+27+141=378 (50% of max value = 765). Red value is 210 (82.42% from 255 or 55.56% from 378); Green value is 27 (10.94% from 255 or 7.14% from 378); Blue value is 141 (55.47% from 255 or 37.30% from 378); Max value from RGB is 210 - color contains mainly: red. Hex color #D21B8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D21B8D is #2DE472. Grayscale: #5E5E5E. Windows color (decimal): -3007603 or 9247698. OLE color: 9247698.
HSL color Cylindrical-coordinate representation of color #D21B8D: hue angle of 322.62º 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 #D21B8D is Cyan = 0, Magento = 0.87, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 27 | 141 | - |
| CMYK | 0 | 0.87 | 0.33 | 0.18 |
| HSL | 322.62º | 0.77% | 0.46% | - |
| HSV(B) | 322.62º | 0.87% | 0.82% | - |
| XYZ | 31.78 | 16.41 | 26.69 | - |
| YUV | 94.71 | 154.13 | 210.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 27 | 141 | 0 | 0.87 | 0.33 | 0.18 | 322.62 | 0.77 | 0.46 |
| Hex | D2 | 1B | 8D | 0 | 57 | 21 | 12 | 143 | 4D | 2E |
| Octal | 322 | 33 | 215 | 0 | 127 | 41 | 22 | 503 | 115 | 56 |
| Binary | 11010010 | 11011 | 10001101 | 0 | 1010111 | 100001 | 10010 | 101000011 | 1001101 | 101110 |
Color Harmonies of #D21B8D
Complementary color
Monochromatic Colors of #D21B8D
Black with #D21B8D
Text Example
Text Example
White with #D21B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21B8D; }
p { color: rgb(210,27,141); }
H1.HeaderClassName
{
color: #D21B8D;
}
.AnyTagClassName
{
color: #D21B8D;
}
</style>
background-color css
<style>
a { background-color: #D21B8D; }
a { background-color: rgb(210,27,141); }
div.DivClassName
{
background-color: #D21B8D;
}
.BgClassName
{
background-color: #D21B8D;
}
</style>
border-color css
<style>
span { border-color: #D21B8D; }
span { border-color: rgb(210,27,141); }
td.TdClassName
{
border-color: #D21B8D;
}
.TagClassName
{
border-color: #D21B8D;
}
</style>