Shades of Ruby #D11B68
Tints of Ruby #D11B68
RGB
CMYK
RGB Variations
Color information
#D11B68 (or 0xD11B68) is known color: Ruby. HEX triplet: D1, 1B and 68. RGB value is (209,27,104). Sum of RGB (Red+Green+Blue) = 209+27+104=340 (45% of max value = 765). Red value is 209 (82.03% from 255 or 61.47% from 340); Green value is 27 (10.94% from 255 or 7.94% from 340); Blue value is 104 (41.02% from 255 or 30.59% from 340); Max value from RGB is 209 - color contains mainly: red. Hex color #D11B68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D11B68 is #2EE497. Grayscale: #5A5A5A. Windows color (decimal): -3073176 or 6822865. OLE color: 6822865.
HSL color Cylindrical-coordinate representation of color #D11B68: hue angle of 334.62º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D11B68 is Cyan = 0, Magento = 0.87, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 27 | 104 | - |
| CMYK | 0 | 0.87 | 0.50 | 0.18 |
| HSL | 334.62º | 0.77% | 0.46% | - |
| HSV(B) | 334.62º | 0.87% | 0.82% | - |
| XYZ | 29.19 | 15.34 | 14.52 | - |
| YUV | 90.2 | 135.8 | 212.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 27 | 104 | 0 | 0.87 | 0.50 | 0.18 | 334.62 | 0.77 | 0.46 |
| Hex | D1 | 1B | 68 | 0 | 57 | 32 | 12 | 14F | 4D | 2E |
| Octal | 321 | 33 | 150 | 0 | 127 | 62 | 22 | 517 | 115 | 56 |
| Binary | 11010001 | 11011 | 1101000 | 0 | 1010111 | 110010 | 10010 | 101001111 | 1001101 | 101110 |
Color Harmonies of #D11B68
Complementary color
Monochromatic Colors of #D11B68
Black with #D11B68
Text Example
Text Example
White with #D11B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11B68; }
p { color: rgb(209,27,104); }
H1.HeaderClassName
{
color: #D11B68;
}
.AnyTagClassName
{
color: #D11B68;
}
</style>
background-color css
<style>
a { background-color: #D11B68; }
a { background-color: rgb(209,27,104); }
div.DivClassName
{
background-color: #D11B68;
}
.BgClassName
{
background-color: #D11B68;
}
</style>
border-color css
<style>
span { border-color: #D11B68; }
span { border-color: rgb(209,27,104); }
td.TdClassName
{
border-color: #D11B68;
}
.TagClassName
{
border-color: #D11B68;
}
</style>