Shades of Medium Violet Red #D21B9C
Tints of Medium Violet Red #D21B9C
RGB
CMYK
RGB Variations
Color information
#D21B9C (or 0xD21B9C) is known color: Medium Violet Red. HEX triplet: D2, 1B and 9C. RGB value is (210,27,156). Sum of RGB (Red+Green+Blue) = 210+27+156=393 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.44% from 393); Green value is 27 (10.94% from 255 or 6.87% from 393); Blue value is 156 (61.33% from 255 or 39.69% from 393); Max value from RGB is 210 - color contains mainly: red. Hex color #D21B9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D21B9C is #2DE463. Grayscale: #606060. Windows color (decimal): -3007588 or 10230738. OLE color: 10230738.
HSL color Cylindrical-coordinate representation of color #D21B9C: hue angle of 317.7º 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 #D21B9C is Cyan = 0, Magento = 0.87, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 27 | 156 | - |
| CMYK | 0 | 0.87 | 0.26 | 0.18 |
| HSL | 317.7º | 0.77% | 0.46% | - |
| HSV(B) | 317.7º | 0.87% | 0.82% | - |
| XYZ | 32.97 | 16.89 | 32.97 | - |
| YUV | 96.42 | 161.63 | 209.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 27 | 156 | 0 | 0.87 | 0.26 | 0.18 | 317.7 | 0.77 | 0.46 |
| Hex | D2 | 1B | 9C | 0 | 57 | 1A | 12 | 13E | 4D | 2E |
| Octal | 322 | 33 | 234 | 0 | 127 | 32 | 22 | 476 | 115 | 56 |
| Binary | 11010010 | 11011 | 10011100 | 0 | 1010111 | 11010 | 10010 | 100111110 | 1001101 | 101110 |
Color Harmonies of #D21B9C
Complementary color
Monochromatic Colors of #D21B9C
Black with #D21B9C
Text Example
Text Example
White with #D21B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21B9C; }
p { color: rgb(210,27,156); }
H1.HeaderClassName
{
color: #D21B9C;
}
.AnyTagClassName
{
color: #D21B9C;
}
</style>
background-color css
<style>
a { background-color: #D21B9C; }
a { background-color: rgb(210,27,156); }
div.DivClassName
{
background-color: #D21B9C;
}
.BgClassName
{
background-color: #D21B9C;
}
</style>
border-color css
<style>
span { border-color: #D21B9C; }
span { border-color: rgb(210,27,156); }
td.TdClassName
{
border-color: #D21B9C;
}
.TagClassName
{
border-color: #D21B9C;
}
</style>