Shades of Medium Violet Red #D21B85
Tints of Medium Violet Red #D21B85
RGB
CMYK
RGB Variations
Color information
#D21B85 (or 0xD21B85) is known color: Medium Violet Red. HEX triplet: D2, 1B and 85. RGB value is (210,27,133). Sum of RGB (Red+Green+Blue) = 210+27+133=370 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.76% from 370); Green value is 27 (10.94% from 255 or 7.30% from 370); Blue value is 133 (52.34% from 255 or 35.95% from 370); Max value from RGB is 210 - color contains mainly: red. Hex color #D21B85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D21B85 is #2DE47A. Grayscale: #5D5D5D. Windows color (decimal): -3007611 or 8723410. OLE color: 8723410.
HSL color Cylindrical-coordinate representation of color #D21B85: hue angle of 325.25º 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 #D21B85 is Cyan = 0, Magento = 0.87, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 27 | 133 | - |
| CMYK | 0 | 0.87 | 0.37 | 0.18 |
| HSL | 325.25º | 0.77% | 0.46% | - |
| HSV(B) | 325.25º | 0.87% | 0.82% | - |
| XYZ | 31.2 | 16.18 | 23.67 | - |
| YUV | 93.8 | 150.13 | 210.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 27 | 133 | 0 | 0.87 | 0.37 | 0.18 | 325.25 | 0.77 | 0.46 |
| Hex | D2 | 1B | 85 | 0 | 57 | 25 | 12 | 145 | 4D | 2E |
| Octal | 322 | 33 | 205 | 0 | 127 | 45 | 22 | 505 | 115 | 56 |
| Binary | 11010010 | 11011 | 10000101 | 0 | 1010111 | 100101 | 10010 | 101000101 | 1001101 | 101110 |
Color Harmonies of #D21B85
Complementary color
Monochromatic Colors of #D21B85
Black with #D21B85
Text Example
Text Example
White with #D21B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21B85; }
p { color: rgb(210,27,133); }
H1.HeaderClassName
{
color: #D21B85;
}
.AnyTagClassName
{
color: #D21B85;
}
</style>
background-color css
<style>
a { background-color: #D21B85; }
a { background-color: rgb(210,27,133); }
div.DivClassName
{
background-color: #D21B85;
}
.BgClassName
{
background-color: #D21B85;
}
</style>
border-color css
<style>
span { border-color: #D21B85; }
span { border-color: rgb(210,27,133); }
td.TdClassName
{
border-color: #D21B85;
}
.TagClassName
{
border-color: #D21B85;
}
</style>