Shades of Ruby #D11561
Tints of Ruby #D11561
RGB
CMYK
RGB Variations
Color information
#D11561 (or 0xD11561) is known color: Ruby. HEX triplet: D1, 15 and 61. RGB value is (209,21,97). Sum of RGB (Red+Green+Blue) = 209+21+97=327 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.91% from 327); Green value is 21 (8.59% from 255 or 6.42% from 327); Blue value is 97 (38.28% from 255 or 29.66% from 327); Max value from RGB is 209 - color contains mainly: red. Hex color #D11561 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D11561 is #2EEA9E. Grayscale: #555555. Windows color (decimal): -3074719 or 6362577. OLE color: 6362577.
HSL color Cylindrical-coordinate representation of color #D11561: hue angle of 335.74º degrees, saturation: 0.82, 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 #D11561 is Cyan = 0, Magento = 0.90, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 21 | 97 | - |
| CMYK | 0 | 0.90 | 0.54 | 0.18 |
| HSL | 335.74º | 0.82% | 0.45% | - |
| HSV(B) | 335.74º | 0.9% | 0.82% | - |
| XYZ | 28.72 | 14.95 | 12.68 | - |
| YUV | 85.88 | 134.28 | 215.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 21 | 97 | 0 | 0.90 | 0.54 | 0.18 | 335.74 | 0.82 | 0.45 |
| Hex | D1 | 15 | 61 | 0 | 5A | 36 | 12 | 150 | 52 | 2D |
| Octal | 321 | 25 | 141 | 0 | 132 | 66 | 22 | 520 | 122 | 55 |
| Binary | 11010001 | 10101 | 1100001 | 0 | 1011010 | 110110 | 10010 | 101010000 | 1010010 | 101101 |
Color Harmonies of #D11561
Complementary color
Monochromatic Colors of #D11561
Black with #D11561
Text Example
Text Example
White with #D11561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11561; }
p { color: rgb(209,21,97); }
H1.HeaderClassName
{
color: #D11561;
}
.AnyTagClassName
{
color: #D11561;
}
</style>
background-color css
<style>
a { background-color: #D11561; }
a { background-color: rgb(209,21,97); }
div.DivClassName
{
background-color: #D11561;
}
.BgClassName
{
background-color: #D11561;
}
</style>
border-color css
<style>
span { border-color: #D11561; }
span { border-color: rgb(209,21,97); }
td.TdClassName
{
border-color: #D11561;
}
.TagClassName
{
border-color: #D11561;
}
</style>