Shades of Ruby #D8105C
Tints of Ruby #D8105C
RGB
CMYK
RGB Variations
Color information
#D8105C (or 0xD8105C) is known color: Ruby. HEX triplet: D8, 10 and 5C. RGB value is (216,16,92). Sum of RGB (Red+Green+Blue) = 216+16+92=324 (42% of max value = 765). Red value is 216 (84.77% from 255 or 66.67% from 324); Green value is 16 (6.64% from 255 or 4.94% from 324); Blue value is 92 (36.33% from 255 or 28.40% from 324); Max value from RGB is 216 - color contains mainly: red. Hex color #D8105C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8105C is #27EFA3. Grayscale: #545454. Windows color (decimal): -2617252 or 6033624. OLE color: 6033624.
HSL color Cylindrical-coordinate representation of color #D8105C: hue angle of 337.2º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D8105C is Cyan = 0, Magento = 0.93, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 16 | 92 | - |
| CMYK | 0 | 0.93 | 0.57 | 0.15 |
| HSL | 337.2º | 0.86% | 0.45% | - |
| HSV(B) | 337.2º | 0.93% | 0.85% | - |
| XYZ | 30.44 | 15.74 | 11.56 | - |
| YUV | 84.46 | 132.26 | 221.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 16 | 92 | 0 | 0.93 | 0.57 | 0.15 | 337.2 | 0.86 | 0.45 |
| Hex | D8 | 10 | 5C | 0 | 5D | 39 | F | 151 | 56 | 2D |
| Octal | 330 | 20 | 134 | 0 | 135 | 71 | 17 | 521 | 126 | 55 |
| Binary | 11011000 | 10000 | 1011100 | 0 | 1011101 | 111001 | 1111 | 101010001 | 1010110 | 101101 |
Color Harmonies of #D8105C
Complementary color
Monochromatic Colors of #D8105C
Black with #D8105C
Text Example
Text Example
White with #D8105C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8105C; }
p { color: rgb(216,16,92); }
H1.HeaderClassName
{
color: #D8105C;
}
.AnyTagClassName
{
color: #D8105C;
}
</style>
background-color css
<style>
a { background-color: #D8105C; }
a { background-color: rgb(216,16,92); }
div.DivClassName
{
background-color: #D8105C;
}
.BgClassName
{
background-color: #D8105C;
}
</style>
border-color css
<style>
span { border-color: #D8105C; }
span { border-color: rgb(216,16,92); }
td.TdClassName
{
border-color: #D8105C;
}
.TagClassName
{
border-color: #D8105C;
}
</style>