Shades of Ruby #D7105C
Tints of Ruby #D7105C
RGB
CMYK
RGB Variations
Color information
#D7105C (or 0xD7105C) is known color: Ruby. HEX triplet: D7, 10 and 5C. RGB value is (215,16,92). Sum of RGB (Red+Green+Blue) = 215+16+92=323 (42% of max value = 765). Red value is 215 (84.38% from 255 or 66.56% from 323); Green value is 16 (6.64% from 255 or 4.95% from 323); Blue value is 92 (36.33% from 255 or 28.48% from 323); Max value from RGB is 215 - color contains mainly: red. Hex color #D7105C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D7105C is #28EFA3. Grayscale: #545454. Windows color (decimal): -2682788 or 6033623. OLE color: 6033623.
HSL color Cylindrical-coordinate representation of color #D7105C: hue angle of 337.09º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D7105C is Cyan = 0, Magento = 0.93, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 16 | 92 | - |
| CMYK | 0 | 0.93 | 0.57 | 0.16 |
| HSL | 337.09º | 0.86% | 0.45% | - |
| HSV(B) | 337.09º | 0.93% | 0.84% | - |
| XYZ | 30.14 | 15.59 | 11.55 | - |
| YUV | 84.17 | 132.43 | 221.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 16 | 92 | 0 | 0.93 | 0.57 | 0.16 | 337.09 | 0.86 | 0.45 |
| Hex | D7 | 10 | 5C | 0 | 5D | 39 | 10 | 151 | 56 | 2D |
| Octal | 327 | 20 | 134 | 0 | 135 | 71 | 20 | 521 | 126 | 55 |
| Binary | 11010111 | 10000 | 1011100 | 0 | 1011101 | 111001 | 10000 | 101010001 | 1010110 | 101101 |
Color Harmonies of #D7105C
Complementary color
Monochromatic Colors of #D7105C
Black with #D7105C
Text Example
Text Example
White with #D7105C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7105C; }
p { color: rgb(215,16,92); }
H1.HeaderClassName
{
color: #D7105C;
}
.AnyTagClassName
{
color: #D7105C;
}
</style>
background-color css
<style>
a { background-color: #D7105C; }
a { background-color: rgb(215,16,92); }
div.DivClassName
{
background-color: #D7105C;
}
.BgClassName
{
background-color: #D7105C;
}
</style>
border-color css
<style>
span { border-color: #D7105C; }
span { border-color: rgb(215,16,92); }
td.TdClassName
{
border-color: #D7105C;
}
.TagClassName
{
border-color: #D7105C;
}
</style>