Shades of Ruby #D11968
Tints of Ruby #D11968
RGB
CMYK
RGB Variations
Color information
#D11968 (or 0xD11968) is known color: Ruby. HEX triplet: D1, 19 and 68. RGB value is (209,25,104). Sum of RGB (Red+Green+Blue) = 209+25+104=338 (44% of max value = 765). Red value is 209 (82.03% from 255 or 61.83% from 338); Green value is 25 (10.16% from 255 or 7.40% from 338); Blue value is 104 (41.02% from 255 or 30.77% from 338); Max value from RGB is 209 - color contains mainly: red. Hex color #D11968 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D11968 is #2EE697. Grayscale: #585858. Windows color (decimal): -3073688 or 6822353. OLE color: 6822353.
HSL color Cylindrical-coordinate representation of color #D11968: hue angle of 334.24º degrees, saturation: 0.79, 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 #D11968 is Cyan = 0, Magento = 0.88, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 25 | 104 | - |
| CMYK | 0 | 0.88 | 0.50 | 0.18 |
| HSL | 334.24º | 0.79% | 0.46% | - |
| HSV(B) | 334.24º | 0.88% | 0.82% | - |
| XYZ | 29.14 | 15.25 | 14.5 | - |
| YUV | 89.02 | 136.46 | 213.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 25 | 104 | 0 | 0.88 | 0.50 | 0.18 | 334.24 | 0.79 | 0.46 |
| Hex | D1 | 19 | 68 | 0 | 58 | 32 | 12 | 14E | 4F | 2E |
| Octal | 321 | 31 | 150 | 0 | 130 | 62 | 22 | 516 | 117 | 56 |
| Binary | 11010001 | 11001 | 1101000 | 0 | 1011000 | 110010 | 10010 | 101001110 | 1001111 | 101110 |
Color Harmonies of #D11968
Complementary color
Monochromatic Colors of #D11968
Black with #D11968
Text Example
Text Example
White with #D11968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11968; }
p { color: rgb(209,25,104); }
H1.HeaderClassName
{
color: #D11968;
}
.AnyTagClassName
{
color: #D11968;
}
</style>
background-color css
<style>
a { background-color: #D11968; }
a { background-color: rgb(209,25,104); }
div.DivClassName
{
background-color: #D11968;
}
.BgClassName
{
background-color: #D11968;
}
</style>
border-color css
<style>
span { border-color: #D11968; }
span { border-color: rgb(209,25,104); }
td.TdClassName
{
border-color: #D11968;
}
.TagClassName
{
border-color: #D11968;
}
</style>