Shades of Medium Violet Red #D50285
Tints of Medium Violet Red #D50285
RGB
CMYK
RGB Variations
Color information
#D50285 (or 0xD50285) is known color: Medium Violet Red. HEX triplet: D5, 02 and 85. RGB value is (213,2,133). Sum of RGB (Red+Green+Blue) = 213+2+133=348 (46% of max value = 765). Red value is 213 (83.59% from 255 or 61.21% from 348); Green value is 2 (1.17% from 255 or 0.57% from 348); Blue value is 133 (52.34% from 255 or 38.22% from 348); Max value from RGB is 213 - color contains mainly: red. Hex color #D50285 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D50285 is #2AFD7A. Grayscale: #4F4F4F. Windows color (decimal): -2817403 or 8717013. OLE color: 8717013.
HSL color Cylindrical-coordinate representation of color #D50285: hue angle of 322.75º 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 #D50285 is Cyan = 0, Magento = 0.99, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 2 | 133 | - |
| CMYK | 0 | 0.99 | 0.38 | 0.16 |
| HSL | 322.75º | 0.98% | 0.42% | - |
| HSV(B) | 322.75º | 0.99% | 0.84% | - |
| XYZ | 31.7 | 15.88 | 23.59 | - |
| YUV | 80.02 | 157.9 | 222.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 2 | 133 | 0 | 0.99 | 0.38 | 0.16 | 322.75 | 0.98 | 0.42 |
| Hex | D5 | 2 | 85 | 0 | 63 | 26 | 10 | 143 | 62 | 2A |
| Octal | 325 | 2 | 205 | 0 | 143 | 46 | 20 | 503 | 142 | 52 |
| Binary | 11010101 | 10 | 10000101 | 0 | 1100011 | 100110 | 10000 | 101000011 | 1100010 | 101010 |
Color Harmonies of #D50285
Complementary color
Monochromatic Colors of #D50285
Black with #D50285
Text Example
Text Example
White with #D50285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50285; }
p { color: rgb(213,2,133); }
H1.HeaderClassName
{
color: #D50285;
}
.AnyTagClassName
{
color: #D50285;
}
</style>
background-color css
<style>
a { background-color: #D50285; }
a { background-color: rgb(213,2,133); }
div.DivClassName
{
background-color: #D50285;
}
.BgClassName
{
background-color: #D50285;
}
</style>
border-color css
<style>
span { border-color: #D50285; }
span { border-color: rgb(213,2,133); }
td.TdClassName
{
border-color: #D50285;
}
.TagClassName
{
border-color: #D50285;
}
</style>