Shades of Medium Violet Red #D20B7F
Tints of Medium Violet Red #D20B7F
RGB
CMYK
RGB Variations
Color information
#D20B7F (or 0xD20B7F) is known color: Medium Violet Red. HEX triplet: D2, 0B and 7F. RGB value is (210,11,127). Sum of RGB (Red+Green+Blue) = 210+11+127=348 (46% of max value = 765). Red value is 210 (82.42% from 255 or 60.34% from 348); Green value is 11 (4.69% from 255 or 3.16% from 348); Blue value is 127 (50% from 255 or 36.49% from 348); Max value from RGB is 210 - color contains mainly: red. Hex color #D20B7F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20B7F is #2DF480. Grayscale: #535353. Windows color (decimal): -3011713 or 8326098. OLE color: 8326098.
HSL color Cylindrical-coordinate representation of color #D20B7F: hue angle of 325.03º 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 #D20B7F is Cyan = 0, Magento = 0.95, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 11 | 127 | - |
| CMYK | 0 | 0.95 | 0.40 | 0.18 |
| HSL | 325.03º | 0.9% | 0.43% | - |
| HSV(B) | 325.03º | 0.95% | 0.82% | - |
| XYZ | 30.53 | 15.47 | 21.46 | - |
| YUV | 83.73 | 152.43 | 218.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 11 | 127 | 0 | 0.95 | 0.40 | 0.18 | 325.03 | 0.9 | 0.43 |
| Hex | D2 | B | 7F | 0 | 5F | 28 | 12 | 145 | 5A | 2B |
| Octal | 322 | 13 | 177 | 0 | 137 | 50 | 22 | 505 | 132 | 53 |
| Binary | 11010010 | 1011 | 1111111 | 0 | 1011111 | 101000 | 10010 | 101000101 | 1011010 | 101011 |
Color Harmonies of #D20B7F
Complementary color
Monochromatic Colors of #D20B7F
Black with #D20B7F
Text Example
Text Example
White with #D20B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20B7F; }
p { color: rgb(210,11,127); }
H1.HeaderClassName
{
color: #D20B7F;
}
.AnyTagClassName
{
color: #D20B7F;
}
</style>
background-color css
<style>
a { background-color: #D20B7F; }
a { background-color: rgb(210,11,127); }
div.DivClassName
{
background-color: #D20B7F;
}
.BgClassName
{
background-color: #D20B7F;
}
</style>
border-color css
<style>
span { border-color: #D20B7F; }
span { border-color: rgb(210,11,127); }
td.TdClassName
{
border-color: #D20B7F;
}
.TagClassName
{
border-color: #D20B7F;
}
</style>