Shades of Medium Violet Red #D40283
Tints of Medium Violet Red #D40283
RGB
CMYK
RGB Variations
Color information
#D40283 (or 0xD40283) is known color: Medium Violet Red. HEX triplet: D4, 02 and 83. RGB value is (212,2,131). Sum of RGB (Red+Green+Blue) = 212+2+131=345 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.45% from 345); Green value is 2 (1.17% from 255 or 0.58% from 345); Blue value is 131 (51.56% from 255 or 37.97% from 345); Max value from RGB is 212 - color contains mainly: red. Hex color #D40283 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D40283 is #2BFD7C. Grayscale: #4F4F4F. Windows color (decimal): -2882941 or 8585940. OLE color: 8585940.
HSL color Cylindrical-coordinate representation of color #D40283: hue angle of 323.14º 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 #D40283 is Cyan = 0, Magento = 0.99, Yellow = 0.38 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 2 | 131 | - |
| CMYK | 0 | 0.99 | 0.38 | 0.17 |
| HSL | 323.14º | 0.98% | 0.42% | - |
| HSV(B) | 323.14º | 0.99% | 0.83% | - |
| XYZ | 31.27 | 15.68 | 22.85 | - |
| YUV | 79.5 | 157.07 | 222.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 2 | 131 | 0 | 0.99 | 0.38 | 0.17 | 323.14 | 0.98 | 0.42 |
| Hex | D4 | 2 | 83 | 0 | 63 | 26 | 11 | 143 | 62 | 2A |
| Octal | 324 | 2 | 203 | 0 | 143 | 46 | 21 | 503 | 142 | 52 |
| Binary | 11010100 | 10 | 10000011 | 0 | 1100011 | 100110 | 10001 | 101000011 | 1100010 | 101010 |
Color Harmonies of #D40283
Complementary color
Monochromatic Colors of #D40283
Black with #D40283
Text Example
Text Example
White with #D40283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40283; }
p { color: rgb(212,2,131); }
H1.HeaderClassName
{
color: #D40283;
}
.AnyTagClassName
{
color: #D40283;
}
</style>
background-color css
<style>
a { background-color: #D40283; }
a { background-color: rgb(212,2,131); }
div.DivClassName
{
background-color: #D40283;
}
.BgClassName
{
background-color: #D40283;
}
</style>
border-color css
<style>
span { border-color: #D40283; }
span { border-color: rgb(212,2,131); }
td.TdClassName
{
border-color: #D40283;
}
.TagClassName
{
border-color: #D40283;
}
</style>