Shades of Medium Violet Red #D50288
Tints of Medium Violet Red #D50288
RGB
CMYK
RGB Variations
Color information
#D50288 (or 0xD50288) is known color: Medium Violet Red. HEX triplet: D5, 02 and 88. RGB value is (213,2,136). Sum of RGB (Red+Green+Blue) = 213+2+136=351 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.68% from 351); Green value is 2 (1.17% from 255 or 0.57% from 351); Blue value is 136 (53.52% from 255 or 38.75% from 351); Max value from RGB is 213 - color contains mainly: red. Hex color #D50288 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D50288 is #2AFD77. Grayscale: #505050. Windows color (decimal): -2817400 or 8913621. OLE color: 8913621.
HSL color Cylindrical-coordinate representation of color #D50288: hue angle of 321.9º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D50288 is Cyan = 0, Magento = 0.99, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 2 | 136 | - |
| CMYK | 0 | 0.99 | 0.36 | 0.16 |
| HSL | 321.9º | 0.98% | 0.42% | - |
| HSV(B) | 321.9º | 0.99% | 0.84% | - |
| XYZ | 31.91 | 15.97 | 24.69 | - |
| YUV | 80.37 | 159.4 | 222.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 2 | 136 | 0 | 0.99 | 0.36 | 0.16 | 321.9 | 0.98 | 0.42 |
| Hex | D5 | 2 | 88 | 0 | 63 | 24 | 10 | 142 | 62 | 2A |
| Octal | 325 | 2 | 210 | 0 | 143 | 44 | 20 | 502 | 142 | 52 |
| Binary | 11010101 | 10 | 10001000 | 0 | 1100011 | 100100 | 10000 | 101000010 | 1100010 | 101010 |
Color Harmonies of #D50288
Complementary color
Monochromatic Colors of #D50288
Black with #D50288
Text Example
Text Example
White with #D50288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50288; }
p { color: rgb(213,2,136); }
H1.HeaderClassName
{
color: #D50288;
}
.AnyTagClassName
{
color: #D50288;
}
</style>
background-color css
<style>
a { background-color: #D50288; }
a { background-color: rgb(213,2,136); }
div.DivClassName
{
background-color: #D50288;
}
.BgClassName
{
background-color: #D50288;
}
</style>
border-color css
<style>
span { border-color: #D50288; }
span { border-color: rgb(213,2,136); }
td.TdClassName
{
border-color: #D50288;
}
.TagClassName
{
border-color: #D50288;
}
</style>