Shades of Medium Violet Red #D41488
Tints of Medium Violet Red #D41488
RGB
CMYK
RGB Variations
Color information
#D41488 (or 0xD41488) is known color: Medium Violet Red. HEX triplet: D4, 14 and 88. RGB value is (212,20,136). Sum of RGB (Red+Green+Blue) = 212+20+136=368 (48% of max value = 765). Red value is 212 (83.20% from 255 or 57.61% from 368); Green value is 20 (8.20% from 255 or 5.43% from 368); Blue value is 136 (53.52% from 255 or 36.96% from 368); Max value from RGB is 212 - color contains mainly: red. Hex color #D41488 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D41488 is #2BEB77. Grayscale: #5A5A5A. Windows color (decimal): -2878328 or 8918228. OLE color: 8918228.
HSL color Cylindrical-coordinate representation of color #D41488: hue angle of 323.75º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D41488 is Cyan = 0, Magento = 0.91, Yellow = 0.36 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 20 | 136 | - |
| CMYK | 0 | 0.91 | 0.36 | 0.17 |
| HSL | 323.75º | 0.83% | 0.45% | - |
| HSV(B) | 323.75º | 0.91% | 0.83% | - |
| XYZ | 31.85 | 16.27 | 24.76 | - |
| YUV | 90.63 | 153.61 | 214.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 20 | 136 | 0 | 0.91 | 0.36 | 0.17 | 323.75 | 0.83 | 0.45 |
| Hex | D4 | 14 | 88 | 0 | 5B | 24 | 11 | 144 | 53 | 2D |
| Octal | 324 | 24 | 210 | 0 | 133 | 44 | 21 | 504 | 123 | 55 |
| Binary | 11010100 | 10100 | 10001000 | 0 | 1011011 | 100100 | 10001 | 101000100 | 1010011 | 101101 |
Color Harmonies of #D41488
Complementary color
Monochromatic Colors of #D41488
Black with #D41488
Text Example
Text Example
White with #D41488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41488; }
p { color: rgb(212,20,136); }
H1.HeaderClassName
{
color: #D41488;
}
.AnyTagClassName
{
color: #D41488;
}
</style>
background-color css
<style>
a { background-color: #D41488; }
a { background-color: rgb(212,20,136); }
div.DivClassName
{
background-color: #D41488;
}
.BgClassName
{
background-color: #D41488;
}
</style>
border-color css
<style>
span { border-color: #D41488; }
span { border-color: rgb(212,20,136); }
td.TdClassName
{
border-color: #D41488;
}
.TagClassName
{
border-color: #D41488;
}
</style>