Shades of Ruby #D11869
Tints of Ruby #D11869
RGB
CMYK
RGB Variations
Color information
#D11869 (or 0xD11869) is known color: Ruby. HEX triplet: D1, 18 and 69. RGB value is (209,24,105). Sum of RGB (Red+Green+Blue) = 209+24+105=338 (44% of max value = 765). Red value is 209 (82.03% from 255 or 61.83% from 338); Green value is 24 (9.77% from 255 or 7.10% from 338); Blue value is 105 (41.41% from 255 or 31.07% from 338); Max value from RGB is 209 - color contains mainly: red. Hex color #D11869 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D11869 is #2EE796. Grayscale: #585858. Windows color (decimal): -3073943 or 6887633. OLE color: 6887633.
HSL color Cylindrical-coordinate representation of color #D11869: hue angle of 333.73º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D11869 is Cyan = 0, Magento = 0.89, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 24 | 105 | - |
| CMYK | 0 | 0.89 | 0.50 | 0.18 |
| HSL | 333.73º | 0.79% | 0.46% | - |
| HSV(B) | 333.73º | 0.89% | 0.82% | - |
| XYZ | 29.17 | 15.23 | 14.77 | - |
| YUV | 88.55 | 137.29 | 213.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 24 | 105 | 0 | 0.89 | 0.50 | 0.18 | 333.73 | 0.79 | 0.46 |
| Hex | D1 | 18 | 69 | 0 | 59 | 32 | 12 | 14E | 4F | 2E |
| Octal | 321 | 30 | 151 | 0 | 131 | 62 | 22 | 516 | 117 | 56 |
| Binary | 11010001 | 11000 | 1101001 | 0 | 1011001 | 110010 | 10010 | 101001110 | 1001111 | 101110 |
Color Harmonies of #D11869
Complementary color
Monochromatic Colors of #D11869
Black with #D11869
Text Example
Text Example
White with #D11869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11869; }
p { color: rgb(209,24,105); }
H1.HeaderClassName
{
color: #D11869;
}
.AnyTagClassName
{
color: #D11869;
}
</style>
background-color css
<style>
a { background-color: #D11869; }
a { background-color: rgb(209,24,105); }
div.DivClassName
{
background-color: #D11869;
}
.BgClassName
{
background-color: #D11869;
}
</style>
border-color css
<style>
span { border-color: #D11869; }
span { border-color: rgb(209,24,105); }
td.TdClassName
{
border-color: #D11869;
}
.TagClassName
{
border-color: #D11869;
}
</style>