Shades of Medium Violet Red #D40883
Tints of Medium Violet Red #D40883
RGB
CMYK
RGB Variations
Color information
#D40883 (or 0xD40883) is known color: Medium Violet Red. HEX triplet: D4, 08 and 83. RGB value is (212,8,131). Sum of RGB (Red+Green+Blue) = 212+8+131=351 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.40% from 351); Green value is 8 (3.52% from 255 or 2.28% from 351); Blue value is 131 (51.56% from 255 or 37.32% from 351); Max value from RGB is 212 - color contains mainly: red. Hex color #D40883 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D40883 is #2BF77C. Grayscale: #525252. Windows color (decimal): -2881405 or 8587476. OLE color: 8587476.
HSL color Cylindrical-coordinate representation of color #D40883: hue angle of 323.82º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D40883 is Cyan = 0, Magento = 0.96, Yellow = 0.38 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 8 | 131 | - |
| CMYK | 0 | 0.96 | 0.38 | 0.17 |
| HSL | 323.82º | 0.93% | 0.43% | - |
| HSV(B) | 323.82º | 0.96% | 0.83% | - |
| XYZ | 31.33 | 15.81 | 22.87 | - |
| YUV | 83.02 | 155.09 | 220 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 8 | 131 | 0 | 0.96 | 0.38 | 0.17 | 323.82 | 0.93 | 0.43 |
| Hex | D4 | 8 | 83 | 0 | 60 | 26 | 11 | 144 | 5D | 2B |
| Octal | 324 | 10 | 203 | 0 | 140 | 46 | 21 | 504 | 135 | 53 |
| Binary | 11010100 | 1000 | 10000011 | 0 | 1100000 | 100110 | 10001 | 101000100 | 1011101 | 101011 |
Color Harmonies of #D40883
Complementary color
Monochromatic Colors of #D40883
Black with #D40883
Text Example
Text Example
White with #D40883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40883; }
p { color: rgb(212,8,131); }
H1.HeaderClassName
{
color: #D40883;
}
.AnyTagClassName
{
color: #D40883;
}
</style>
background-color css
<style>
a { background-color: #D40883; }
a { background-color: rgb(212,8,131); }
div.DivClassName
{
background-color: #D40883;
}
.BgClassName
{
background-color: #D40883;
}
</style>
border-color css
<style>
span { border-color: #D40883; }
span { border-color: rgb(212,8,131); }
td.TdClassName
{
border-color: #D40883;
}
.TagClassName
{
border-color: #D40883;
}
</style>