Shades of Ruby #D11A65
Tints of Ruby #D11A65
RGB
CMYK
RGB Variations
Color information
#D11A65 (or 0xD11A65) is known color: Ruby. HEX triplet: D1, 1A and 65. RGB value is (209,26,101). Sum of RGB (Red+Green+Blue) = 209+26+101=336 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.20% from 336); Green value is 26 (10.55% from 255 or 7.74% from 336); Blue value is 101 (39.84% from 255 or 30.06% from 336); Max value from RGB is 209 - color contains mainly: red. Hex color #D11A65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D11A65 is #2EE59A. Grayscale: #595959. Windows color (decimal): -3073435 or 6626001. OLE color: 6626001.
HSL color Cylindrical-coordinate representation of color #D11A65: hue angle of 335.41º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D11A65 is Cyan = 0, Magento = 0.88, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 26 | 101 | - |
| CMYK | 0 | 0.88 | 0.52 | 0.18 |
| HSL | 335.41º | 0.78% | 0.46% | - |
| HSV(B) | 335.41º | 0.88% | 0.82% | - |
| XYZ | 29.01 | 15.23 | 13.72 | - |
| YUV | 89.27 | 134.63 | 213.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 26 | 101 | 0 | 0.88 | 0.52 | 0.18 | 335.41 | 0.78 | 0.46 |
| Hex | D1 | 1A | 65 | 0 | 58 | 34 | 12 | 14F | 4E | 2E |
| Octal | 321 | 32 | 145 | 0 | 130 | 64 | 22 | 517 | 116 | 56 |
| Binary | 11010001 | 11010 | 1100101 | 0 | 1011000 | 110100 | 10010 | 101001111 | 1001110 | 101110 |
Color Harmonies of #D11A65
Complementary color
Monochromatic Colors of #D11A65
Black with #D11A65
Text Example
Text Example
White with #D11A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11A65; }
p { color: rgb(209,26,101); }
H1.HeaderClassName
{
color: #D11A65;
}
.AnyTagClassName
{
color: #D11A65;
}
</style>
background-color css
<style>
a { background-color: #D11A65; }
a { background-color: rgb(209,26,101); }
div.DivClassName
{
background-color: #D11A65;
}
.BgClassName
{
background-color: #D11A65;
}
</style>
border-color css
<style>
span { border-color: #D11A65; }
span { border-color: rgb(209,26,101); }
td.TdClassName
{
border-color: #D11A65;
}
.TagClassName
{
border-color: #D11A65;
}
</style>