Shades of Medium Violet Red #D5028B
Tints of Medium Violet Red #D5028B
RGB
CMYK
RGB Variations
Color information
#D5028B (or 0xD5028B) is known color: Medium Violet Red. HEX triplet: D5, 02 and 8B. RGB value is (213,2,139). Sum of RGB (Red+Green+Blue) = 213+2+139=354 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.17% from 354); Green value is 2 (1.17% from 255 or 0.56% from 354); Blue value is 139 (54.69% from 255 or 39.27% from 354); Max value from RGB is 213 - color contains mainly: red. Hex color #D5028B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D5028B is #2AFD74. Grayscale: #505050. Windows color (decimal): -2817397 or 9110229. OLE color: 9110229.
HSL color Cylindrical-coordinate representation of color #D5028B: hue angle of 321.04º 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 #D5028B is Cyan = 0, Magento = 0.99, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 2 | 139 | - |
| CMYK | 0 | 0.99 | 0.35 | 0.16 |
| HSL | 321.04º | 0.98% | 0.42% | - |
| HSV(B) | 321.04º | 0.99% | 0.84% | - |
| XYZ | 32.12 | 16.05 | 25.83 | - |
| YUV | 80.71 | 160.9 | 222.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 2 | 139 | 0 | 0.99 | 0.35 | 0.16 | 321.04 | 0.98 | 0.42 |
| Hex | D5 | 2 | 8B | 0 | 63 | 23 | 10 | 141 | 62 | 2A |
| Octal | 325 | 2 | 213 | 0 | 143 | 43 | 20 | 501 | 142 | 52 |
| Binary | 11010101 | 10 | 10001011 | 0 | 1100011 | 100011 | 10000 | 101000001 | 1100010 | 101010 |
Color Harmonies of #D5028B
Complementary color
Monochromatic Colors of #D5028B
Black with #D5028B
Text Example
Text Example
White with #D5028B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5028B; }
p { color: rgb(213,2,139); }
H1.HeaderClassName
{
color: #D5028B;
}
.AnyTagClassName
{
color: #D5028B;
}
</style>
background-color css
<style>
a { background-color: #D5028B; }
a { background-color: rgb(213,2,139); }
div.DivClassName
{
background-color: #D5028B;
}
.BgClassName
{
background-color: #D5028B;
}
</style>
border-color css
<style>
span { border-color: #D5028B; }
span { border-color: rgb(213,2,139); }
td.TdClassName
{
border-color: #D5028B;
}
.TagClassName
{
border-color: #D5028B;
}
</style>