Shades of Ruby #D11D68
Tints of Ruby #D11D68
RGB
CMYK
RGB Variations
Color information
#D11D68 (or 0xD11D68) is known color: Ruby. HEX triplet: D1, 1D and 68. RGB value is (209,29,104). Sum of RGB (Red+Green+Blue) = 209+29+104=342 (45% of max value = 765). Red value is 209 (82.03% from 255 or 61.11% from 342); Green value is 29 (11.72% from 255 or 8.48% from 342); Blue value is 104 (41.02% from 255 or 30.41% from 342); Max value from RGB is 209 - color contains mainly: red. Hex color #D11D68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D11D68 is #2EE297. Grayscale: #5B5B5B. Windows color (decimal): -3072664 or 6823377. OLE color: 6823377.
HSL color Cylindrical-coordinate representation of color #D11D68: hue angle of 335º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D11D68 is Cyan = 0, Magento = 0.86, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 29 | 104 | - |
| CMYK | 0 | 0.86 | 0.50 | 0.18 |
| HSL | 335º | 0.76% | 0.47% | - |
| HSV(B) | 335º | 0.86% | 0.82% | - |
| XYZ | 29.23 | 15.43 | 14.53 | - |
| YUV | 91.37 | 135.13 | 211.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 29 | 104 | 0 | 0.86 | 0.50 | 0.18 | 335 | 0.76 | 0.47 |
| Hex | D1 | 1D | 68 | 0 | 56 | 32 | 12 | 14F | 4C | 2F |
| Octal | 321 | 35 | 150 | 0 | 126 | 62 | 22 | 517 | 114 | 57 |
| Binary | 11010001 | 11101 | 1101000 | 0 | 1010110 | 110010 | 10010 | 101001111 | 1001100 | 101111 |
Color Harmonies of #D11D68
Complementary color
Monochromatic Colors of #D11D68
Black with #D11D68
Text Example
Text Example
White with #D11D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11D68; }
p { color: rgb(209,29,104); }
H1.HeaderClassName
{
color: #D11D68;
}
.AnyTagClassName
{
color: #D11D68;
}
</style>
background-color css
<style>
a { background-color: #D11D68; }
a { background-color: rgb(209,29,104); }
div.DivClassName
{
background-color: #D11D68;
}
.BgClassName
{
background-color: #D11D68;
}
</style>
border-color css
<style>
span { border-color: #D11D68; }
span { border-color: rgb(209,29,104); }
td.TdClassName
{
border-color: #D11D68;
}
.TagClassName
{
border-color: #D11D68;
}
</style>