Shades of Medium Violet Red #D40282
Tints of Medium Violet Red #D40282
RGB
CMYK
RGB Variations
Color information
#D40282 (or 0xD40282) is known color: Medium Violet Red. HEX triplet: D4, 02 and 82. RGB value is (212,2,130). Sum of RGB (Red+Green+Blue) = 212+2+130=344 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.63% from 344); Green value is 2 (1.17% from 255 or 0.58% from 344); Blue value is 130 (51.17% from 255 or 37.79% from 344); Max value from RGB is 212 - color contains mainly: red. Hex color #D40282 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D40282 is #2BFD7D. Grayscale: #4F4F4F. Windows color (decimal): -2882942 or 8520404. OLE color: 8520404.
HSL color Cylindrical-coordinate representation of color #D40282: hue angle of 323.43º 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 #D40282 is Cyan = 0, Magento = 0.99, Yellow = 0.39 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 2 | 130 | - |
| CMYK | 0 | 0.99 | 0.39 | 0.17 |
| HSL | 323.43º | 0.98% | 0.42% | - |
| HSV(B) | 323.43º | 0.99% | 0.83% | - |
| XYZ | 31.2 | 15.65 | 22.5 | - |
| YUV | 79.38 | 156.57 | 222.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 2 | 130 | 0 | 0.99 | 0.39 | 0.17 | 323.43 | 0.98 | 0.42 |
| Hex | D4 | 2 | 82 | 0 | 63 | 27 | 11 | 143 | 62 | 2A |
| Octal | 324 | 2 | 202 | 0 | 143 | 47 | 21 | 503 | 142 | 52 |
| Binary | 11010100 | 10 | 10000010 | 0 | 1100011 | 100111 | 10001 | 101000011 | 1100010 | 101010 |
Color Harmonies of #D40282
Complementary color
Monochromatic Colors of #D40282
Black with #D40282
Text Example
Text Example
White with #D40282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40282; }
p { color: rgb(212,2,130); }
H1.HeaderClassName
{
color: #D40282;
}
.AnyTagClassName
{
color: #D40282;
}
</style>
background-color css
<style>
a { background-color: #D40282; }
a { background-color: rgb(212,2,130); }
div.DivClassName
{
background-color: #D40282;
}
.BgClassName
{
background-color: #D40282;
}
</style>
border-color css
<style>
span { border-color: #D40282; }
span { border-color: rgb(212,2,130); }
td.TdClassName
{
border-color: #D40282;
}
.TagClassName
{
border-color: #D40282;
}
</style>