Shades of Medium Violet Red #D10274
Tints of Medium Violet Red #D10274
RGB
CMYK
RGB Variations
Color information
#D10274 (or 0xD10274) is known color: Medium Violet Red. HEX triplet: D1, 02 and 74. RGB value is (209,2,116). Sum of RGB (Red+Green+Blue) = 209+2+116=327 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.91% from 327); Green value is 2 (1.17% from 255 or 0.61% from 327); Blue value is 116 (45.70% from 255 or 35.47% from 327); Max value from RGB is 209 - color contains mainly: red. Hex color #D10274 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D10274 is #2EFD8B. Grayscale: #4C4C4C. Windows color (decimal): -3079564 or 7602897. OLE color: 7602897.
HSL color Cylindrical-coordinate representation of color #D10274: hue angle of 326.96º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D10274 is Cyan = 0, Magento = 0.99, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 2 | 116 | - |
| CMYK | 0 | 0.99 | 0.44 | 0.18 |
| HSL | 326.96º | 0.98% | 0.41% | - |
| HSV(B) | 326.96º | 0.99% | 0.82% | - |
| XYZ | 29.47 | 14.86 | 17.84 | - |
| YUV | 76.89 | 150.08 | 222.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 2 | 116 | 0 | 0.99 | 0.44 | 0.18 | 326.96 | 0.98 | 0.41 |
| Hex | D1 | 2 | 74 | 0 | 63 | 2C | 12 | 147 | 62 | 29 |
| Octal | 321 | 2 | 164 | 0 | 143 | 54 | 22 | 507 | 142 | 51 |
| Binary | 11010001 | 10 | 1110100 | 0 | 1100011 | 101100 | 10010 | 101000111 | 1100010 | 101001 |
Color Harmonies of #D10274
Complementary color
Monochromatic Colors of #D10274
Black with #D10274
Text Example
Text Example
White with #D10274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10274; }
p { color: rgb(209,2,116); }
H1.HeaderClassName
{
color: #D10274;
}
.AnyTagClassName
{
color: #D10274;
}
</style>
background-color css
<style>
a { background-color: #D10274; }
a { background-color: rgb(209,2,116); }
div.DivClassName
{
background-color: #D10274;
}
.BgClassName
{
background-color: #D10274;
}
</style>
border-color css
<style>
span { border-color: #D10274; }
span { border-color: rgb(209,2,116); }
td.TdClassName
{
border-color: #D10274;
}
.TagClassName
{
border-color: #D10274;
}
</style>