Shades of Medium Violet Red #D20B9F
Tints of Medium Violet Red #D20B9F
RGB
CMYK
RGB Variations
Color information
#D20B9F (or 0xD20B9F) is known color: Medium Violet Red. HEX triplet: D2, 0B and 9F. RGB value is (210,11,159). Sum of RGB (Red+Green+Blue) = 210+11+159=380 (50% of max value = 765). Red value is 210 (82.42% from 255 or 55.26% from 380); Green value is 11 (4.69% from 255 or 2.89% from 380); Blue value is 159 (62.5% from 255 or 41.84% from 380); Max value from RGB is 210 - color contains mainly: red. Hex color #D20B9F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D20B9F is #2DF460. Grayscale: #565656. Windows color (decimal): -3011681 or 10423250. OLE color: 10423250.
HSL color Cylindrical-coordinate representation of color #D20B9F: hue angle of 315.38º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D20B9F is Cyan = 0, Magento = 0.95, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 11 | 159 | - |
| CMYK | 0 | 0.95 | 0.24 | 0.18 |
| HSL | 315.38º | 0.9% | 0.43% | - |
| HSV(B) | 315.38º | 0.95% | 0.82% | - |
| XYZ | 32.96 | 16.44 | 34.24 | - |
| YUV | 87.37 | 168.43 | 215.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 11 | 159 | 0 | 0.95 | 0.24 | 0.18 | 315.38 | 0.9 | 0.43 |
| Hex | D2 | B | 9F | 0 | 5F | 18 | 12 | 13B | 5A | 2B |
| Octal | 322 | 13 | 237 | 0 | 137 | 30 | 22 | 473 | 132 | 53 |
| Binary | 11010010 | 1011 | 10011111 | 0 | 1011111 | 11000 | 10010 | 100111011 | 1011010 | 101011 |
Color Harmonies of #D20B9F
Complementary color
Monochromatic Colors of #D20B9F
Black with #D20B9F
Text Example
Text Example
White with #D20B9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20B9F; }
p { color: rgb(210,11,159); }
H1.HeaderClassName
{
color: #D20B9F;
}
.AnyTagClassName
{
color: #D20B9F;
}
</style>
background-color css
<style>
a { background-color: #D20B9F; }
a { background-color: rgb(210,11,159); }
div.DivClassName
{
background-color: #D20B9F;
}
.BgClassName
{
background-color: #D20B9F;
}
</style>
border-color css
<style>
span { border-color: #D20B9F; }
span { border-color: rgb(210,11,159); }
td.TdClassName
{
border-color: #D20B9F;
}
.TagClassName
{
border-color: #D20B9F;
}
</style>