Shades of Ruby #D7165D
Tints of Ruby #D7165D
RGB
CMYK
RGB Variations
Color information
#D7165D (or 0xD7165D) is known color: Ruby. HEX triplet: D7, 16 and 5D. RGB value is (215,22,93). Sum of RGB (Red+Green+Blue) = 215+22+93=330 (43% of max value = 765). Red value is 215 (84.38% from 255 or 65.15% from 330); Green value is 22 (8.98% from 255 or 6.67% from 330); Blue value is 93 (36.72% from 255 or 28.18% from 330); Max value from RGB is 215 - color contains mainly: red. Hex color #D7165D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D7165D is #28E9A2. Grayscale: #575757. Windows color (decimal): -2681251 or 6100695. OLE color: 6100695.
HSL color Cylindrical-coordinate representation of color #D7165D: hue angle of 337.93º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D7165D is Cyan = 0, Magento = 0.90, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 22 | 93 | - |
| CMYK | 0 | 0.90 | 0.57 | 0.16 |
| HSL | 337.93º | 0.81% | 0.46% | - |
| HSV(B) | 337.93º | 0.9% | 0.84% | - |
| XYZ | 30.29 | 15.81 | 11.81 | - |
| YUV | 87.8 | 130.94 | 218.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 22 | 93 | 0 | 0.90 | 0.57 | 0.16 | 337.93 | 0.81 | 0.46 |
| Hex | D7 | 16 | 5D | 0 | 5A | 39 | 10 | 152 | 51 | 2E |
| Octal | 327 | 26 | 135 | 0 | 132 | 71 | 20 | 522 | 121 | 56 |
| Binary | 11010111 | 10110 | 1011101 | 0 | 1011010 | 111001 | 10000 | 101010010 | 1010001 | 101110 |
Color Harmonies of #D7165D
Complementary color
Monochromatic Colors of #D7165D
Black with #D7165D
Text Example
Text Example
White with #D7165D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7165D; }
p { color: rgb(215,22,93); }
H1.HeaderClassName
{
color: #D7165D;
}
.AnyTagClassName
{
color: #D7165D;
}
</style>
background-color css
<style>
a { background-color: #D7165D; }
a { background-color: rgb(215,22,93); }
div.DivClassName
{
background-color: #D7165D;
}
.BgClassName
{
background-color: #D7165D;
}
</style>
border-color css
<style>
span { border-color: #D7165D; }
span { border-color: rgb(215,22,93); }
td.TdClassName
{
border-color: #D7165D;
}
.TagClassName
{
border-color: #D7165D;
}
</style>