Shades of Medium Violet Red #D50688
Tints of Medium Violet Red #D50688
RGB
CMYK
RGB Variations
Color information
#D50688 (or 0xD50688) is known color: Medium Violet Red. HEX triplet: D5, 06 and 88. RGB value is (213,6,136). Sum of RGB (Red+Green+Blue) = 213+6+136=355 (47% of max value = 765). Red value is 213 (83.59% from 255 or 60% from 355); Green value is 6 (2.73% from 255 or 1.69% from 355); Blue value is 136 (53.52% from 255 or 38.31% from 355); Max value from RGB is 213 - color contains mainly: red. Hex color #D50688 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D50688 is #2AF977. Grayscale: #525252. Windows color (decimal): -2816376 or 8914645. OLE color: 8914645.
HSL color Cylindrical-coordinate representation of color #D50688: hue angle of 322.32º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D50688 is Cyan = 0, Magento = 0.97, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 6 | 136 | - |
| CMYK | 0 | 0.97 | 0.36 | 0.16 |
| HSL | 322.32º | 0.95% | 0.43% | - |
| HSV(B) | 322.32º | 0.97% | 0.84% | - |
| XYZ | 31.95 | 16.05 | 24.71 | - |
| YUV | 82.71 | 158.08 | 220.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 6 | 136 | 0 | 0.97 | 0.36 | 0.16 | 322.32 | 0.95 | 0.43 |
| Hex | D5 | 6 | 88 | 0 | 61 | 24 | 10 | 142 | 5F | 2B |
| Octal | 325 | 6 | 210 | 0 | 141 | 44 | 20 | 502 | 137 | 53 |
| Binary | 11010101 | 110 | 10001000 | 0 | 1100001 | 100100 | 10000 | 101000010 | 1011111 | 101011 |
Color Harmonies of #D50688
Complementary color
Monochromatic Colors of #D50688
Black with #D50688
Text Example
Text Example
White with #D50688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50688; }
p { color: rgb(213,6,136); }
H1.HeaderClassName
{
color: #D50688;
}
.AnyTagClassName
{
color: #D50688;
}
</style>
background-color css
<style>
a { background-color: #D50688; }
a { background-color: rgb(213,6,136); }
div.DivClassName
{
background-color: #D50688;
}
.BgClassName
{
background-color: #D50688;
}
</style>
border-color css
<style>
span { border-color: #D50688; }
span { border-color: rgb(213,6,136); }
td.TdClassName
{
border-color: #D50688;
}
.TagClassName
{
border-color: #D50688;
}
</style>