Shades of Ruby #D11369
Tints of Ruby #D11369
RGB
CMYK
RGB Variations
Color information
#D11369 (or 0xD11369) is known color: Ruby. HEX triplet: D1, 13 and 69. RGB value is (209,19,105). Sum of RGB (Red+Green+Blue) = 209+19+105=333 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.76% from 333); Green value is 19 (7.81% from 255 or 5.71% from 333); Blue value is 105 (41.41% from 255 or 31.53% from 333); Max value from RGB is 209 - color contains mainly: red. Hex color #D11369 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D11369 is #2EEC96. Grayscale: #555555. Windows color (decimal): -3075223 or 6886353. OLE color: 6886353.
HSL color Cylindrical-coordinate representation of color #D11369: hue angle of 332.84º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D11369 is Cyan = 0, Magento = 0.91, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 19 | 105 | - |
| CMYK | 0 | 0.91 | 0.50 | 0.18 |
| HSL | 332.84º | 0.83% | 0.45% | - |
| HSV(B) | 332.84º | 0.91% | 0.82% | - |
| XYZ | 29.08 | 15.04 | 14.74 | - |
| YUV | 85.61 | 138.95 | 216.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 19 | 105 | 0 | 0.91 | 0.50 | 0.18 | 332.84 | 0.83 | 0.45 |
| Hex | D1 | 13 | 69 | 0 | 5B | 32 | 12 | 14D | 53 | 2D |
| Octal | 321 | 23 | 151 | 0 | 133 | 62 | 22 | 515 | 123 | 55 |
| Binary | 11010001 | 10011 | 1101001 | 0 | 1011011 | 110010 | 10010 | 101001101 | 1010011 | 101101 |
Color Harmonies of #D11369
Complementary color
Monochromatic Colors of #D11369
Black with #D11369
Text Example
Text Example
White with #D11369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11369; }
p { color: rgb(209,19,105); }
H1.HeaderClassName
{
color: #D11369;
}
.AnyTagClassName
{
color: #D11369;
}
</style>
background-color css
<style>
a { background-color: #D11369; }
a { background-color: rgb(209,19,105); }
div.DivClassName
{
background-color: #D11369;
}
.BgClassName
{
background-color: #D11369;
}
</style>
border-color css
<style>
span { border-color: #D11369; }
span { border-color: rgb(209,19,105); }
td.TdClassName
{
border-color: #D11369;
}
.TagClassName
{
border-color: #D11369;
}
</style>