Shades of Medium Violet Red #D41285
Tints of Medium Violet Red #D41285
RGB
CMYK
RGB Variations
Color information
#D41285 (or 0xD41285) is known color: Medium Violet Red. HEX triplet: D4, 12 and 85. RGB value is (212,18,133). Sum of RGB (Red+Green+Blue) = 212+18+133=363 (48% of max value = 765). Red value is 212 (83.20% from 255 or 58.40% from 363); Green value is 18 (7.42% from 255 or 4.96% from 363); Blue value is 133 (52.34% from 255 or 36.64% from 363); Max value from RGB is 212 - color contains mainly: red. Hex color #D41285 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D41285 is #2BED7A. Grayscale: #585858. Windows color (decimal): -2878843 or 8721108. OLE color: 8721108.
HSL color Cylindrical-coordinate representation of color #D41285: hue angle of 324.43º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D41285 is Cyan = 0, Magento = 0.92, Yellow = 0.37 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 18 | 133 | - |
| CMYK | 0 | 0.92 | 0.37 | 0.17 |
| HSL | 324.43º | 0.84% | 0.45% | - |
| HSV(B) | 324.43º | 0.92% | 0.83% | - |
| XYZ | 31.6 | 16.12 | 23.64 | - |
| YUV | 89.12 | 152.77 | 215.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 18 | 133 | 0 | 0.92 | 0.37 | 0.17 | 324.43 | 0.84 | 0.45 |
| Hex | D4 | 12 | 85 | 0 | 5C | 25 | 11 | 144 | 54 | 2D |
| Octal | 324 | 22 | 205 | 0 | 134 | 45 | 21 | 504 | 124 | 55 |
| Binary | 11010100 | 10010 | 10000101 | 0 | 1011100 | 100101 | 10001 | 101000100 | 1010100 | 101101 |
Color Harmonies of #D41285
Complementary color
Monochromatic Colors of #D41285
Black with #D41285
Text Example
Text Example
White with #D41285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41285; }
p { color: rgb(212,18,133); }
H1.HeaderClassName
{
color: #D41285;
}
.AnyTagClassName
{
color: #D41285;
}
</style>
background-color css
<style>
a { background-color: #D41285; }
a { background-color: rgb(212,18,133); }
div.DivClassName
{
background-color: #D41285;
}
.BgClassName
{
background-color: #D41285;
}
</style>
border-color css
<style>
span { border-color: #D41285; }
span { border-color: rgb(212,18,133); }
td.TdClassName
{
border-color: #D41285;
}
.TagClassName
{
border-color: #D41285;
}
</style>