Shades of Medium Violet Red #D70B89
Tints of Medium Violet Red #D70B89
RGB
CMYK
RGB Variations
Color information
#D70B89 (or 0xD70B89) is known color: Medium Violet Red. HEX triplet: D7, 0B and 89. RGB value is (215,11,137). Sum of RGB (Red+Green+Blue) = 215+11+137=363 (48% of max value = 765). Red value is 215 (84.38% from 255 or 59.23% from 363); Green value is 11 (4.69% from 255 or 3.03% from 363); Blue value is 137 (53.91% from 255 or 37.74% from 363); Max value from RGB is 215 - color contains mainly: red. Hex color #D70B89 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D70B89 is #28F476. Grayscale: #565656. Windows color (decimal): -2684023 or 8981463. OLE color: 8981463.
HSL color Cylindrical-coordinate representation of color #D70B89: hue angle of 322.94º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D70B89 is Cyan = 0, Magento = 0.95, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 11 | 137 | - |
| CMYK | 0 | 0.95 | 0.36 | 0.16 |
| HSL | 322.94º | 0.9% | 0.44% | - |
| HSV(B) | 322.94º | 0.95% | 0.84% | - |
| XYZ | 32.66 | 16.49 | 25.13 | - |
| YUV | 86.36 | 156.59 | 219.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 11 | 137 | 0 | 0.95 | 0.36 | 0.16 | 322.94 | 0.9 | 0.44 |
| Hex | D7 | B | 89 | 0 | 5F | 24 | 10 | 143 | 5A | 2C |
| Octal | 327 | 13 | 211 | 0 | 137 | 44 | 20 | 503 | 132 | 54 |
| Binary | 11010111 | 1011 | 10001001 | 0 | 1011111 | 100100 | 10000 | 101000011 | 1011010 | 101100 |
Color Harmonies of #D70B89
Complementary color
Monochromatic Colors of #D70B89
Black with #D70B89
Text Example
Text Example
White with #D70B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70B89; }
p { color: rgb(215,11,137); }
H1.HeaderClassName
{
color: #D70B89;
}
.AnyTagClassName
{
color: #D70B89;
}
</style>
background-color css
<style>
a { background-color: #D70B89; }
a { background-color: rgb(215,11,137); }
div.DivClassName
{
background-color: #D70B89;
}
.BgClassName
{
background-color: #D70B89;
}
</style>
border-color css
<style>
span { border-color: #D70B89; }
span { border-color: rgb(215,11,137); }
td.TdClassName
{
border-color: #D70B89;
}
.TagClassName
{
border-color: #D70B89;
}
</style>