Shades of Medium Violet Red #D40274
Tints of Medium Violet Red #D40274
RGB
CMYK
RGB Variations
Color information
#D40274 (or 0xD40274) is known color: Medium Violet Red. HEX triplet: D4, 02 and 74. RGB value is (212,2,116). Sum of RGB (Red+Green+Blue) = 212+2+116=330 (43% of max value = 765). Red value is 212 (83.20% from 255 or 64.24% from 330); Green value is 2 (1.17% from 255 or 0.61% from 330); Blue value is 116 (45.70% from 255 or 35.15% from 330); Max value from RGB is 212 - color contains mainly: red. Hex color #D40274 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D40274 is #2BFD8B. Grayscale: #4D4D4D. Windows color (decimal): -2882956 or 7602900. OLE color: 7602900.
HSL color Cylindrical-coordinate representation of color #D40274: hue angle of 327.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 #D40274 is Cyan = 0, Magento = 0.99, Yellow = 0.45 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 2 | 116 | - |
| CMYK | 0 | 0.99 | 0.45 | 0.17 |
| HSL | 327.43º | 0.98% | 0.42% | - |
| HSV(B) | 327.43º | 0.99% | 0.83% | - |
| XYZ | 30.33 | 15.3 | 17.88 | - |
| YUV | 77.79 | 149.57 | 223.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 2 | 116 | 0 | 0.99 | 0.45 | 0.17 | 327.43 | 0.98 | 0.42 |
| Hex | D4 | 2 | 74 | 0 | 63 | 2D | 11 | 147 | 62 | 2A |
| Octal | 324 | 2 | 164 | 0 | 143 | 55 | 21 | 507 | 142 | 52 |
| Binary | 11010100 | 10 | 1110100 | 0 | 1100011 | 101101 | 10001 | 101000111 | 1100010 | 101010 |
Color Harmonies of #D40274
Complementary color
Monochromatic Colors of #D40274
Black with #D40274
Text Example
Text Example
White with #D40274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40274; }
p { color: rgb(212,2,116); }
H1.HeaderClassName
{
color: #D40274;
}
.AnyTagClassName
{
color: #D40274;
}
</style>
background-color css
<style>
a { background-color: #D40274; }
a { background-color: rgb(212,2,116); }
div.DivClassName
{
background-color: #D40274;
}
.BgClassName
{
background-color: #D40274;
}
</style>
border-color css
<style>
span { border-color: #D40274; }
span { border-color: rgb(212,2,116); }
td.TdClassName
{
border-color: #D40274;
}
.TagClassName
{
border-color: #D40274;
}
</style>