Shades of Ruby #D9105C
Tints of Ruby #D9105C
RGB
CMYK
RGB Variations
Color information
#D9105C (or 0xD9105C) is known color: Ruby. HEX triplet: D9, 10 and 5C. RGB value is (217,16,92). Sum of RGB (Red+Green+Blue) = 217+16+92=325 (43% of max value = 765). Red value is 217 (85.16% from 255 or 66.77% from 325); Green value is 16 (6.64% from 255 or 4.92% from 325); Blue value is 92 (36.33% from 255 or 28.31% from 325); Max value from RGB is 217 - color contains mainly: red. Hex color #D9105C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9105C is #26EFA3. Grayscale: #545454. Windows color (decimal): -2551716 or 6033625. OLE color: 6033625.
HSL color Cylindrical-coordinate representation of color #D9105C: hue angle of 337.31º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D9105C is Cyan = 0, Magento = 0.93, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 16 | 92 | - |
| CMYK | 0 | 0.93 | 0.58 | 0.15 |
| HSL | 337.31º | 0.86% | 0.46% | - |
| HSV(B) | 337.31º | 0.93% | 0.85% | - |
| XYZ | 30.73 | 15.9 | 11.57 | - |
| YUV | 84.76 | 132.09 | 222.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 16 | 92 | 0 | 0.93 | 0.58 | 0.15 | 337.31 | 0.86 | 0.46 |
| Hex | D9 | 10 | 5C | 0 | 5D | 3A | F | 151 | 56 | 2E |
| Octal | 331 | 20 | 134 | 0 | 135 | 72 | 17 | 521 | 126 | 56 |
| Binary | 11011001 | 10000 | 1011100 | 0 | 1011101 | 111010 | 1111 | 101010001 | 1010110 | 101110 |
Color Harmonies of #D9105C
Complementary color
Monochromatic Colors of #D9105C
Black with #D9105C
Text Example
Text Example
White with #D9105C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9105C; }
p { color: rgb(217,16,92); }
H1.HeaderClassName
{
color: #D9105C;
}
.AnyTagClassName
{
color: #D9105C;
}
</style>
background-color css
<style>
a { background-color: #D9105C; }
a { background-color: rgb(217,16,92); }
div.DivClassName
{
background-color: #D9105C;
}
.BgClassName
{
background-color: #D9105C;
}
</style>
border-color css
<style>
span { border-color: #D9105C; }
span { border-color: rgb(217,16,92); }
td.TdClassName
{
border-color: #D9105C;
}
.TagClassName
{
border-color: #D9105C;
}
</style>