Shades of Ruby #D11461
Tints of Ruby #D11461
RGB
CMYK
RGB Variations
Color information
#D11461 (or 0xD11461) is known color: Ruby. HEX triplet: D1, 14 and 61. RGB value is (209,20,97). Sum of RGB (Red+Green+Blue) = 209+20+97=326 (43% of max value = 765). Red value is 209 (82.03% from 255 or 64.11% from 326); Green value is 20 (8.20% from 255 or 6.13% from 326); Blue value is 97 (38.28% from 255 or 29.75% from 326); Max value from RGB is 209 - color contains mainly: red. Hex color #D11461 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D11461 is #2EEB9E. Grayscale: #555555. Windows color (decimal): -3074975 or 6362321. OLE color: 6362321.
HSL color Cylindrical-coordinate representation of color #D11461: hue angle of 335.56º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D11461 is Cyan = 0, Magento = 0.90, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 20 | 97 | - |
| CMYK | 0 | 0.90 | 0.54 | 0.18 |
| HSL | 335.56º | 0.83% | 0.45% | - |
| HSV(B) | 335.56º | 0.9% | 0.82% | - |
| XYZ | 28.7 | 14.92 | 12.68 | - |
| YUV | 85.29 | 134.62 | 216.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 20 | 97 | 0 | 0.90 | 0.54 | 0.18 | 335.56 | 0.83 | 0.45 |
| Hex | D1 | 14 | 61 | 0 | 5A | 36 | 12 | 150 | 53 | 2D |
| Octal | 321 | 24 | 141 | 0 | 132 | 66 | 22 | 520 | 123 | 55 |
| Binary | 11010001 | 10100 | 1100001 | 0 | 1011010 | 110110 | 10010 | 101010000 | 1010011 | 101101 |
Color Harmonies of #D11461
Complementary color
Monochromatic Colors of #D11461
Black with #D11461
Text Example
Text Example
White with #D11461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11461; }
p { color: rgb(209,20,97); }
H1.HeaderClassName
{
color: #D11461;
}
.AnyTagClassName
{
color: #D11461;
}
</style>
background-color css
<style>
a { background-color: #D11461; }
a { background-color: rgb(209,20,97); }
div.DivClassName
{
background-color: #D11461;
}
.BgClassName
{
background-color: #D11461;
}
</style>
border-color css
<style>
span { border-color: #D11461; }
span { border-color: rgb(209,20,97); }
td.TdClassName
{
border-color: #D11461;
}
.TagClassName
{
border-color: #D11461;
}
</style>