Shades of Medium Violet Red #D50B88
Tints of Medium Violet Red #D50B88
RGB
CMYK
RGB Variations
Color information
#D50B88 (or 0xD50B88) is known color: Medium Violet Red. HEX triplet: D5, 0B and 88. RGB value is (213,11,136). Sum of RGB (Red+Green+Blue) = 213+11+136=360 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.17% from 360); Green value is 11 (4.69% from 255 or 3.06% from 360); Blue value is 136 (53.52% from 255 or 37.78% from 360); Max value from RGB is 213 - color contains mainly: red. Hex color #D50B88 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D50B88 is #2AF477. Grayscale: #555555. Windows color (decimal): -2815096 or 8915925. OLE color: 8915925.
HSL color Cylindrical-coordinate representation of color #D50B88: hue angle of 322.87º 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 #D50B88 is Cyan = 0, Magento = 0.95, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 11 | 136 | - |
| CMYK | 0 | 0.95 | 0.36 | 0.16 |
| HSL | 322.87º | 0.9% | 0.44% | - |
| HSV(B) | 322.87º | 0.95% | 0.84% | - |
| XYZ | 32 | 16.16 | 24.73 | - |
| YUV | 85.65 | 156.42 | 218.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 11 | 136 | 0 | 0.95 | 0.36 | 0.16 | 322.87 | 0.9 | 0.44 |
| Hex | D5 | B | 88 | 0 | 5F | 24 | 10 | 143 | 5A | 2C |
| Octal | 325 | 13 | 210 | 0 | 137 | 44 | 20 | 503 | 132 | 54 |
| Binary | 11010101 | 1011 | 10001000 | 0 | 1011111 | 100100 | 10000 | 101000011 | 1011010 | 101100 |
Color Harmonies of #D50B88
Complementary color
Monochromatic Colors of #D50B88
Black with #D50B88
Text Example
Text Example
White with #D50B88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50B88; }
p { color: rgb(213,11,136); }
H1.HeaderClassName
{
color: #D50B88;
}
.AnyTagClassName
{
color: #D50B88;
}
</style>
background-color css
<style>
a { background-color: #D50B88; }
a { background-color: rgb(213,11,136); }
div.DivClassName
{
background-color: #D50B88;
}
.BgClassName
{
background-color: #D50B88;
}
</style>
border-color css
<style>
span { border-color: #D50B88; }
span { border-color: rgb(213,11,136); }
td.TdClassName
{
border-color: #D50B88;
}
.TagClassName
{
border-color: #D50B88;
}
</style>