Shades of Medium Violet Red #D70276
Tints of Medium Violet Red #D70276
RGB
CMYK
RGB Variations
Color information
#D70276 (or 0xD70276) is known color: Medium Violet Red. HEX triplet: D7, 02 and 76. RGB value is (215,2,118). Sum of RGB (Red+Green+Blue) = 215+2+118=335 (44% of max value = 765). Red value is 215 (84.38% from 255 or 64.18% from 335); Green value is 2 (1.17% from 255 or 0.60% from 335); Blue value is 118 (46.48% from 255 or 35.22% from 335); Max value from RGB is 215 - color contains mainly: red. Hex color #D70276 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70276 is #28FD89. Grayscale: #4E4E4E. Windows color (decimal): -2686346 or 7733975. OLE color: 7733975.
HSL color Cylindrical-coordinate representation of color #D70276: hue angle of 327.32º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D70276 is Cyan = 0, Magento = 0.99, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 2 | 118 | - |
| CMYK | 0 | 0.99 | 0.45 | 0.16 |
| HSL | 327.32º | 0.98% | 0.43% | - |
| HSV(B) | 327.32º | 0.99% | 0.84% | - |
| XYZ | 31.32 | 15.8 | 18.54 | - |
| YUV | 78.91 | 150.07 | 225.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 2 | 118 | 0 | 0.99 | 0.45 | 0.16 | 327.32 | 0.98 | 0.43 |
| Hex | D7 | 2 | 76 | 0 | 63 | 2D | 10 | 147 | 62 | 2B |
| Octal | 327 | 2 | 166 | 0 | 143 | 55 | 20 | 507 | 142 | 53 |
| Binary | 11010111 | 10 | 1110110 | 0 | 1100011 | 101101 | 10000 | 101000111 | 1100010 | 101011 |
Color Harmonies of #D70276
Complementary color
Monochromatic Colors of #D70276
Black with #D70276
Text Example
Text Example
White with #D70276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70276; }
p { color: rgb(215,2,118); }
H1.HeaderClassName
{
color: #D70276;
}
.AnyTagClassName
{
color: #D70276;
}
</style>
background-color css
<style>
a { background-color: #D70276; }
a { background-color: rgb(215,2,118); }
div.DivClassName
{
background-color: #D70276;
}
.BgClassName
{
background-color: #D70276;
}
</style>
border-color css
<style>
span { border-color: #D70276; }
span { border-color: rgb(215,2,118); }
td.TdClassName
{
border-color: #D70276;
}
.TagClassName
{
border-color: #D70276;
}
</style>