Shades of Ruby #D10869
Tints of Ruby #D10869
RGB
CMYK
RGB Variations
Color information
#D10869 (or 0xD10869) is known color: Ruby. HEX triplet: D1, 08 and 69. RGB value is (209,8,105). Sum of RGB (Red+Green+Blue) = 209+8+105=322 (42% of max value = 765). Red value is 209 (82.03% from 255 or 64.91% from 322); Green value is 8 (3.52% from 255 or 2.48% from 322); Blue value is 105 (41.41% from 255 or 32.61% from 322); Max value from RGB is 209 - color contains mainly: red. Hex color #D10869 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D10869 is #2EF796. Grayscale: #4E4E4E. Windows color (decimal): -3078039 or 6883537. OLE color: 6883537.
HSL color Cylindrical-coordinate representation of color #D10869: hue angle of 331.04º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D10869 is Cyan = 0, Magento = 0.96, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 8 | 105 | - |
| CMYK | 0 | 0.96 | 0.50 | 0.18 |
| HSL | 331.04º | 0.93% | 0.43% | - |
| HSV(B) | 331.04º | 0.96% | 0.82% | - |
| XYZ | 28.93 | 14.75 | 14.69 | - |
| YUV | 79.16 | 142.59 | 220.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 8 | 105 | 0 | 0.96 | 0.50 | 0.18 | 331.04 | 0.93 | 0.43 |
| Hex | D1 | 8 | 69 | 0 | 60 | 32 | 12 | 14B | 5D | 2B |
| Octal | 321 | 10 | 151 | 0 | 140 | 62 | 22 | 513 | 135 | 53 |
| Binary | 11010001 | 1000 | 1101001 | 0 | 1100000 | 110010 | 10010 | 101001011 | 1011101 | 101011 |
Color Harmonies of #D10869
Complementary color
Monochromatic Colors of #D10869
Black with #D10869
Text Example
Text Example
White with #D10869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10869; }
p { color: rgb(209,8,105); }
H1.HeaderClassName
{
color: #D10869;
}
.AnyTagClassName
{
color: #D10869;
}
</style>
background-color css
<style>
a { background-color: #D10869; }
a { background-color: rgb(209,8,105); }
div.DivClassName
{
background-color: #D10869;
}
.BgClassName
{
background-color: #D10869;
}
</style>
border-color css
<style>
span { border-color: #D10869; }
span { border-color: rgb(209,8,105); }
td.TdClassName
{
border-color: #D10869;
}
.TagClassName
{
border-color: #D10869;
}
</style>