Shades of Medium Violet Red #D5018A
Tints of Medium Violet Red #D5018A
RGB
CMYK
RGB Variations
Color information
#D5018A (or 0xD5018A) is known color: Medium Violet Red. HEX triplet: D5, 01 and 8A. RGB value is (213,1,138). Sum of RGB (Red+Green+Blue) = 213+1+138=352 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.51% from 352); Green value is 1 (0.78% from 255 or 0.28% from 352); Blue value is 138 (54.30% from 255 or 39.20% from 352); Max value from RGB is 213 - color contains mainly: red. Hex color #D5018A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D5018A is #2AFE75. Grayscale: #4F4F4F. Windows color (decimal): -2817654 or 9044437. OLE color: 9044437.
HSL color Cylindrical-coordinate representation of color #D5018A: hue angle of 321.23º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D5018A is Cyan = 0, Magento = 1.00, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 1 | 138 | - |
| CMYK | 0 | 1.00 | 0.35 | 0.16 |
| HSL | 321.23º | 0.99% | 0.42% | - |
| HSV(B) | 321.23º | 1% | 0.84% | - |
| XYZ | 32.04 | 16 | 25.44 | - |
| YUV | 80.01 | 160.74 | 222.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 1 | 138 | 0 | 1.00 | 0.35 | 0.16 | 321.23 | 0.99 | 0.42 |
| Hex | D5 | 1 | 8A | 0 | 64 | 23 | 10 | 141 | 63 | 2A |
| Octal | 325 | 1 | 212 | 0 | 144 | 43 | 20 | 501 | 143 | 52 |
| Binary | 11010101 | 1 | 10001010 | 0 | 1100100 | 100011 | 10000 | 101000001 | 1100011 | 101010 |
Color Harmonies of #D5018A
Complementary color
Monochromatic Colors of #D5018A
Black with #D5018A
Text Example
Text Example
White with #D5018A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5018A; }
p { color: rgb(213,1,138); }
H1.HeaderClassName
{
color: #D5018A;
}
.AnyTagClassName
{
color: #D5018A;
}
</style>
background-color css
<style>
a { background-color: #D5018A; }
a { background-color: rgb(213,1,138); }
div.DivClassName
{
background-color: #D5018A;
}
.BgClassName
{
background-color: #D5018A;
}
</style>
border-color css
<style>
span { border-color: #D5018A; }
span { border-color: rgb(213,1,138); }
td.TdClassName
{
border-color: #D5018A;
}
.TagClassName
{
border-color: #D5018A;
}
</style>