Shades of Medium Violet Red #D4018A
Tints of Medium Violet Red #D4018A
RGB
CMYK
RGB Variations
Color information
#D4018A (or 0xD4018A) is known color: Medium Violet Red. HEX triplet: D4, 01 and 8A. RGB value is (212,1,138). Sum of RGB (Red+Green+Blue) = 212+1+138=351 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.40% from 351); Green value is 1 (0.78% from 255 or 0.28% from 351); Blue value is 138 (54.30% from 255 or 39.32% from 351); Max value from RGB is 212 - color contains mainly: red. Hex color #D4018A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D4018A is #2BFE75. Grayscale: #4F4F4F. Windows color (decimal): -2883190 or 9044436. OLE color: 9044436.
HSL color Cylindrical-coordinate representation of color #D4018A: hue angle of 321.04º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D4018A is Cyan = 0, Magento = 1.00, Yellow = 0.35 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 1 | 138 | - |
| CMYK | 0 | 1.00 | 0.35 | 0.17 |
| HSL | 321.04º | 0.99% | 0.42% | - |
| HSV(B) | 321.04º | 1% | 0.83% | - |
| XYZ | 31.75 | 15.85 | 25.43 | - |
| YUV | 79.71 | 160.9 | 222.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 1 | 138 | 0 | 1.00 | 0.35 | 0.17 | 321.04 | 0.99 | 0.42 |
| Hex | D4 | 1 | 8A | 0 | 64 | 23 | 11 | 141 | 63 | 2A |
| Octal | 324 | 1 | 212 | 0 | 144 | 43 | 21 | 501 | 143 | 52 |
| Binary | 11010100 | 1 | 10001010 | 0 | 1100100 | 100011 | 10001 | 101000001 | 1100011 | 101010 |
Color Harmonies of #D4018A
Complementary color
Monochromatic Colors of #D4018A
Black with #D4018A
Text Example
Text Example
White with #D4018A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4018A; }
p { color: rgb(212,1,138); }
H1.HeaderClassName
{
color: #D4018A;
}
.AnyTagClassName
{
color: #D4018A;
}
</style>
background-color css
<style>
a { background-color: #D4018A; }
a { background-color: rgb(212,1,138); }
div.DivClassName
{
background-color: #D4018A;
}
.BgClassName
{
background-color: #D4018A;
}
</style>
border-color css
<style>
span { border-color: #D4018A; }
span { border-color: rgb(212,1,138); }
td.TdClassName
{
border-color: #D4018A;
}
.TagClassName
{
border-color: #D4018A;
}
</style>