Shades of Ruby #D10D6C
Tints of Ruby #D10D6C
RGB
CMYK
RGB Variations
Color information
#D10D6C (or 0xD10D6C) is known color: Ruby. HEX triplet: D1, 0D and 6C. RGB value is (209,13,108). Sum of RGB (Red+Green+Blue) = 209+13+108=330 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.33% from 330); Green value is 13 (5.47% from 255 or 3.94% from 330); Blue value is 108 (42.58% from 255 or 32.73% from 330); Max value from RGB is 209 - color contains mainly: red. Hex color #D10D6C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D10D6C is #2EF293. Grayscale: #525252. Windows color (decimal): -3076756 or 7081425. OLE color: 7081425.
HSL color Cylindrical-coordinate representation of color #D10D6C: hue angle of 330.92º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D10D6C is Cyan = 0, Magento = 0.94, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 13 | 108 | - |
| CMYK | 0 | 0.94 | 0.48 | 0.18 |
| HSL | 330.92º | 0.88% | 0.44% | - |
| HSV(B) | 330.92º | 0.94% | 0.82% | - |
| XYZ | 29.15 | 14.93 | 15.53 | - |
| YUV | 82.43 | 142.43 | 218.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 13 | 108 | 0 | 0.94 | 0.48 | 0.18 | 330.92 | 0.88 | 0.44 |
| Hex | D1 | D | 6C | 0 | 5E | 30 | 12 | 14B | 58 | 2C |
| Octal | 321 | 15 | 154 | 0 | 136 | 60 | 22 | 513 | 130 | 54 |
| Binary | 11010001 | 1101 | 1101100 | 0 | 1011110 | 110000 | 10010 | 101001011 | 1011000 | 101100 |
Color Harmonies of #D10D6C
Complementary color
Monochromatic Colors of #D10D6C
Black with #D10D6C
Text Example
Text Example
White with #D10D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10D6C; }
p { color: rgb(209,13,108); }
H1.HeaderClassName
{
color: #D10D6C;
}
.AnyTagClassName
{
color: #D10D6C;
}
</style>
background-color css
<style>
a { background-color: #D10D6C; }
a { background-color: rgb(209,13,108); }
div.DivClassName
{
background-color: #D10D6C;
}
.BgClassName
{
background-color: #D10D6C;
}
</style>
border-color css
<style>
span { border-color: #D10D6C; }
span { border-color: rgb(209,13,108); }
td.TdClassName
{
border-color: #D10D6C;
}
.TagClassName
{
border-color: #D10D6C;
}
</style>