Shades of Medium Violet Red #D21B93
Tints of Medium Violet Red #D21B93
RGB
CMYK
RGB Variations
Color information
#D21B93 (or 0xD21B93) is known color: Medium Violet Red. HEX triplet: D2, 1B and 93. RGB value is (210,27,147). Sum of RGB (Red+Green+Blue) = 210+27+147=384 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.69% from 384); Green value is 27 (10.94% from 255 or 7.03% from 384); Blue value is 147 (57.81% from 255 or 38.28% from 384); Max value from RGB is 210 - color contains mainly: red. Hex color #D21B93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D21B93 is #2DE46C. Grayscale: #5F5F5F. Windows color (decimal): -3007597 or 9640914. OLE color: 9640914.
HSL color Cylindrical-coordinate representation of color #D21B93: hue angle of 320.66º 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 #D21B93 is Cyan = 0, Magento = 0.87, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 27 | 147 | - |
| CMYK | 0 | 0.87 | 0.30 | 0.18 |
| HSL | 320.66º | 0.77% | 0.46% | - |
| HSV(B) | 320.66º | 0.87% | 0.82% | - |
| XYZ | 32.24 | 16.59 | 29.11 | - |
| YUV | 95.4 | 157.13 | 209.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 27 | 147 | 0 | 0.87 | 0.30 | 0.18 | 320.66 | 0.77 | 0.46 |
| Hex | D2 | 1B | 93 | 0 | 57 | 1E | 12 | 141 | 4D | 2E |
| Octal | 322 | 33 | 223 | 0 | 127 | 36 | 22 | 501 | 115 | 56 |
| Binary | 11010010 | 11011 | 10010011 | 0 | 1010111 | 11110 | 10010 | 101000001 | 1001101 | 101110 |
Color Harmonies of #D21B93
Complementary color
Monochromatic Colors of #D21B93
Black with #D21B93
Text Example
Text Example
White with #D21B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21B93; }
p { color: rgb(210,27,147); }
H1.HeaderClassName
{
color: #D21B93;
}
.AnyTagClassName
{
color: #D21B93;
}
</style>
background-color css
<style>
a { background-color: #D21B93; }
a { background-color: rgb(210,27,147); }
div.DivClassName
{
background-color: #D21B93;
}
.BgClassName
{
background-color: #D21B93;
}
</style>
border-color css
<style>
span { border-color: #D21B93; }
span { border-color: rgb(210,27,147); }
td.TdClassName
{
border-color: #D21B93;
}
.TagClassName
{
border-color: #D21B93;
}
</style>