Shades of Ruby #D11665
Tints of Ruby #D11665
RGB
CMYK
RGB Variations
Color information
#D11665 (or 0xD11665) is known color: Ruby. HEX triplet: D1, 16 and 65. RGB value is (209,22,101). Sum of RGB (Red+Green+Blue) = 209+22+101=332 (43% of max value = 765). Red value is 209 (82.03% from 255 or 62.95% from 332); Green value is 22 (8.98% from 255 or 6.63% from 332); Blue value is 101 (39.84% from 255 or 30.42% from 332); Max value from RGB is 209 - color contains mainly: red. Hex color #D11665 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D11665 is #2EE99A. Grayscale: #565656. Windows color (decimal): -3074459 or 6624977. OLE color: 6624977.
HSL color Cylindrical-coordinate representation of color #D11665: hue angle of 334.65º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D11665 is Cyan = 0, Magento = 0.89, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 22 | 101 | - |
| CMYK | 0 | 0.89 | 0.52 | 0.18 |
| HSL | 334.65º | 0.81% | 0.45% | - |
| HSV(B) | 334.65º | 0.89% | 0.82% | - |
| XYZ | 28.93 | 15.07 | 13.7 | - |
| YUV | 86.92 | 135.95 | 215.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 22 | 101 | 0 | 0.89 | 0.52 | 0.18 | 334.65 | 0.81 | 0.45 |
| Hex | D1 | 16 | 65 | 0 | 59 | 34 | 12 | 14F | 51 | 2D |
| Octal | 321 | 26 | 145 | 0 | 131 | 64 | 22 | 517 | 121 | 55 |
| Binary | 11010001 | 10110 | 1100101 | 0 | 1011001 | 110100 | 10010 | 101001111 | 1010001 | 101101 |
Color Harmonies of #D11665
Complementary color
Monochromatic Colors of #D11665
Black with #D11665
Text Example
Text Example
White with #D11665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11665; }
p { color: rgb(209,22,101); }
H1.HeaderClassName
{
color: #D11665;
}
.AnyTagClassName
{
color: #D11665;
}
</style>
background-color css
<style>
a { background-color: #D11665; }
a { background-color: rgb(209,22,101); }
div.DivClassName
{
background-color: #D11665;
}
.BgClassName
{
background-color: #D11665;
}
</style>
border-color css
<style>
span { border-color: #D11665; }
span { border-color: rgb(209,22,101); }
td.TdClassName
{
border-color: #D11665;
}
.TagClassName
{
border-color: #D11665;
}
</style>