Shades of Medium Violet Red #D40275
Tints of Medium Violet Red #D40275
RGB
CMYK
RGB Variations
Color information
#D40275 (or 0xD40275) is known color: Medium Violet Red. HEX triplet: D4, 02 and 75. RGB value is (212,2,117). Sum of RGB (Red+Green+Blue) = 212+2+117=331 (43% of max value = 765). Red value is 212 (83.20% from 255 or 64.05% from 331); Green value is 2 (1.17% from 255 or 0.60% from 331); Blue value is 117 (46.09% from 255 or 35.35% from 331); Max value from RGB is 212 - color contains mainly: red. Hex color #D40275 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D40275 is #2BFD8A. Grayscale: #4D4D4D. Windows color (decimal): -2882955 or 7668436. OLE color: 7668436.
HSL color Cylindrical-coordinate representation of color #D40275: hue angle of 327.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 #D40275 is Cyan = 0, Magento = 0.99, Yellow = 0.45 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 2 | 117 | - |
| CMYK | 0 | 0.99 | 0.45 | 0.17 |
| HSL | 327.14º | 0.98% | 0.42% | - |
| HSV(B) | 327.14º | 0.99% | 0.83% | - |
| XYZ | 30.38 | 15.32 | 18.19 | - |
| YUV | 77.9 | 150.07 | 223.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 2 | 117 | 0 | 0.99 | 0.45 | 0.17 | 327.14 | 0.98 | 0.42 |
| Hex | D4 | 2 | 75 | 0 | 63 | 2D | 11 | 147 | 62 | 2A |
| Octal | 324 | 2 | 165 | 0 | 143 | 55 | 21 | 507 | 142 | 52 |
| Binary | 11010100 | 10 | 1110101 | 0 | 1100011 | 101101 | 10001 | 101000111 | 1100010 | 101010 |
Color Harmonies of #D40275
Complementary color
Monochromatic Colors of #D40275
Black with #D40275
Text Example
Text Example
White with #D40275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40275; }
p { color: rgb(212,2,117); }
H1.HeaderClassName
{
color: #D40275;
}
.AnyTagClassName
{
color: #D40275;
}
</style>
background-color css
<style>
a { background-color: #D40275; }
a { background-color: rgb(212,2,117); }
div.DivClassName
{
background-color: #D40275;
}
.BgClassName
{
background-color: #D40275;
}
</style>
border-color css
<style>
span { border-color: #D40275; }
span { border-color: rgb(212,2,117); }
td.TdClassName
{
border-color: #D40275;
}
.TagClassName
{
border-color: #D40275;
}
</style>