Shades of Medium Violet Red #D4028F
Tints of Medium Violet Red #D4028F
RGB
CMYK
RGB Variations
Color information
#D4028F (or 0xD4028F) is known color: Medium Violet Red. HEX triplet: D4, 02 and 8F. RGB value is (212,2,143). Sum of RGB (Red+Green+Blue) = 212+2+143=357 (47% of max value = 765). Red value is 212 (83.20% from 255 or 59.38% from 357); Green value is 2 (1.17% from 255 or 0.56% from 357); Blue value is 143 (56.25% from 255 or 40.06% from 357); Max value from RGB is 212 - color contains mainly: red. Hex color #D4028F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D4028F is #2BFD70. Grayscale: #505050. Windows color (decimal): -2882929 or 9372372. OLE color: 9372372.
HSL color Cylindrical-coordinate representation of color #D4028F: hue angle of 319.71º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D4028F is Cyan = 0, Magento = 0.99, Yellow = 0.33 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 2 | 143 | - |
| CMYK | 0 | 0.99 | 0.33 | 0.17 |
| HSL | 319.71º | 0.98% | 0.42% | - |
| HSV(B) | 319.71º | 0.99% | 0.83% | - |
| XYZ | 32.13 | 16.02 | 27.39 | - |
| YUV | 80.86 | 163.07 | 221.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 2 | 143 | 0 | 0.99 | 0.33 | 0.17 | 319.71 | 0.98 | 0.42 |
| Hex | D4 | 2 | 8F | 0 | 63 | 21 | 11 | 140 | 62 | 2A |
| Octal | 324 | 2 | 217 | 0 | 143 | 41 | 21 | 500 | 142 | 52 |
| Binary | 11010100 | 10 | 10001111 | 0 | 1100011 | 100001 | 10001 | 101000000 | 1100010 | 101010 |
Color Harmonies of #D4028F
Complementary color
Monochromatic Colors of #D4028F
Black with #D4028F
Text Example
Text Example
White with #D4028F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4028F; }
p { color: rgb(212,2,143); }
H1.HeaderClassName
{
color: #D4028F;
}
.AnyTagClassName
{
color: #D4028F;
}
</style>
background-color css
<style>
a { background-color: #D4028F; }
a { background-color: rgb(212,2,143); }
div.DivClassName
{
background-color: #D4028F;
}
.BgClassName
{
background-color: #D4028F;
}
</style>
border-color css
<style>
span { border-color: #D4028F; }
span { border-color: rgb(212,2,143); }
td.TdClassName
{
border-color: #D4028F;
}
.TagClassName
{
border-color: #D4028F;
}
</style>