Shades of Medium Violet Red #D10299
Tints of Medium Violet Red #D10299
RGB
CMYK
RGB Variations
Color information
#D10299 (or 0xD10299) is known color: Medium Violet Red. HEX triplet: D1, 02 and 99. RGB value is (209,2,153). Sum of RGB (Red+Green+Blue) = 209+2+153=364 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.42% from 364); Green value is 2 (1.17% from 255 or 0.55% from 364); Blue value is 153 (60.16% from 255 or 42.03% from 364); Max value from RGB is 209 - color contains mainly: red. Hex color #D10299 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D10299 is #2EFD66. Grayscale: #505050. Windows color (decimal): -3079527 or 10027729. OLE color: 10027729.
HSL color Cylindrical-coordinate representation of color #D10299: hue angle of 316.23º 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 #D10299 is Cyan = 0, Magento = 0.99, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 2 | 153 | - |
| CMYK | 0 | 0.99 | 0.27 | 0.18 |
| HSL | 316.23º | 0.98% | 0.41% | - |
| HSV(B) | 316.23º | 0.99% | 0.82% | - |
| XYZ | 32.07 | 15.9 | 31.52 | - |
| YUV | 81.11 | 168.58 | 219.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 2 | 153 | 0 | 0.99 | 0.27 | 0.18 | 316.23 | 0.98 | 0.41 |
| Hex | D1 | 2 | 99 | 0 | 63 | 1B | 12 | 13C | 62 | 29 |
| Octal | 321 | 2 | 231 | 0 | 143 | 33 | 22 | 474 | 142 | 51 |
| Binary | 11010001 | 10 | 10011001 | 0 | 1100011 | 11011 | 10010 | 100111100 | 1100010 | 101001 |
Color Harmonies of #D10299
Complementary color
Monochromatic Colors of #D10299
Black with #D10299
Text Example
Text Example
White with #D10299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10299; }
p { color: rgb(209,2,153); }
H1.HeaderClassName
{
color: #D10299;
}
.AnyTagClassName
{
color: #D10299;
}
</style>
background-color css
<style>
a { background-color: #D10299; }
a { background-color: rgb(209,2,153); }
div.DivClassName
{
background-color: #D10299;
}
.BgClassName
{
background-color: #D10299;
}
</style>
border-color css
<style>
span { border-color: #D10299; }
span { border-color: rgb(209,2,153); }
td.TdClassName
{
border-color: #D10299;
}
.TagClassName
{
border-color: #D10299;
}
</style>