Shades of Ruby #D11463
Tints of Ruby #D11463
RGB
CMYK
RGB Variations
Color information
#D11463 (or 0xD11463) is known color: Ruby. HEX triplet: D1, 14 and 63. RGB value is (209,20,99). Sum of RGB (Red+Green+Blue) = 209+20+99=328 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.72% from 328); Green value is 20 (8.20% from 255 or 6.10% from 328); Blue value is 99 (39.06% from 255 or 30.18% from 328); Max value from RGB is 209 - color contains mainly: red. Hex color #D11463 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D11463 is #2EEB9C. Grayscale: #555555. Windows color (decimal): -3074973 or 6493393. OLE color: 6493393.
HSL color Cylindrical-coordinate representation of color #D11463: hue angle of 334.92º 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 #D11463 is Cyan = 0, Magento = 0.90, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 20 | 99 | - |
| CMYK | 0 | 0.90 | 0.53 | 0.18 |
| HSL | 334.92º | 0.83% | 0.45% | - |
| HSV(B) | 334.92º | 0.9% | 0.82% | - |
| XYZ | 28.8 | 14.96 | 13.17 | - |
| YUV | 85.52 | 135.62 | 216.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 20 | 99 | 0 | 0.90 | 0.53 | 0.18 | 334.92 | 0.83 | 0.45 |
| Hex | D1 | 14 | 63 | 0 | 5A | 35 | 12 | 14F | 53 | 2D |
| Octal | 321 | 24 | 143 | 0 | 132 | 65 | 22 | 517 | 123 | 55 |
| Binary | 11010001 | 10100 | 1100011 | 0 | 1011010 | 110101 | 10010 | 101001111 | 1010011 | 101101 |
Color Harmonies of #D11463
Complementary color
Monochromatic Colors of #D11463
Black with #D11463
Text Example
Text Example
White with #D11463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11463; }
p { color: rgb(209,20,99); }
H1.HeaderClassName
{
color: #D11463;
}
.AnyTagClassName
{
color: #D11463;
}
</style>
background-color css
<style>
a { background-color: #D11463; }
a { background-color: rgb(209,20,99); }
div.DivClassName
{
background-color: #D11463;
}
.BgClassName
{
background-color: #D11463;
}
</style>
border-color css
<style>
span { border-color: #D11463; }
span { border-color: rgb(209,20,99); }
td.TdClassName
{
border-color: #D11463;
}
.TagClassName
{
border-color: #D11463;
}
</style>