Shades of Medium Violet Red #D41883
Tints of Medium Violet Red #D41883
RGB
CMYK
RGB Variations
Color information
#D41883 (or 0xD41883) is known color: Medium Violet Red. HEX triplet: D4, 18 and 83. RGB value is (212,24,131). Sum of RGB (Red+Green+Blue) = 212+24+131=367 (48% of max value = 765). Red value is 212 (83.20% from 255 or 57.77% from 367); Green value is 24 (9.77% from 255 or 6.54% from 367); Blue value is 131 (51.56% from 255 or 35.69% from 367); Max value from RGB is 212 - color contains mainly: red. Hex color #D41883 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D41883 is #2BE77C. Grayscale: #5C5C5C. Windows color (decimal): -2877309 or 8591572. OLE color: 8591572.
HSL color Cylindrical-coordinate representation of color #D41883: hue angle of 325.85º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D41883 is Cyan = 0, Magento = 0.89, Yellow = 0.38 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 24 | 131 | - |
| CMYK | 0 | 0.89 | 0.38 | 0.17 |
| HSL | 325.85º | 0.8% | 0.46% | - |
| HSV(B) | 325.85º | 0.89% | 0.83% | - |
| XYZ | 31.57 | 16.29 | 22.95 | - |
| YUV | 92.41 | 149.78 | 213.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 24 | 131 | 0 | 0.89 | 0.38 | 0.17 | 325.85 | 0.8 | 0.46 |
| Hex | D4 | 18 | 83 | 0 | 59 | 26 | 11 | 146 | 50 | 2E |
| Octal | 324 | 30 | 203 | 0 | 131 | 46 | 21 | 506 | 120 | 56 |
| Binary | 11010100 | 11000 | 10000011 | 0 | 1011001 | 100110 | 10001 | 101000110 | 1010000 | 101110 |
Color Harmonies of #D41883
Complementary color
Monochromatic Colors of #D41883
Black with #D41883
Text Example
Text Example
White with #D41883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41883; }
p { color: rgb(212,24,131); }
H1.HeaderClassName
{
color: #D41883;
}
.AnyTagClassName
{
color: #D41883;
}
</style>
background-color css
<style>
a { background-color: #D41883; }
a { background-color: rgb(212,24,131); }
div.DivClassName
{
background-color: #D41883;
}
.BgClassName
{
background-color: #D41883;
}
</style>
border-color css
<style>
span { border-color: #D41883; }
span { border-color: rgb(212,24,131); }
td.TdClassName
{
border-color: #D41883;
}
.TagClassName
{
border-color: #D41883;
}
</style>