Shades of Ruby #D5165D
Tints of Ruby #D5165D
RGB
CMYK
RGB Variations
Color information
#D5165D (or 0xD5165D) is known color: Ruby. HEX triplet: D5, 16 and 5D. RGB value is (213,22,93). Sum of RGB (Red+Green+Blue) = 213+22+93=328 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.94% from 328); Green value is 22 (8.98% from 255 or 6.71% from 328); Blue value is 93 (36.72% from 255 or 28.35% from 328); Max value from RGB is 213 - color contains mainly: red. Hex color #D5165D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5165D is #2AE9A2. Grayscale: #575757. Windows color (decimal): -2812323 or 6100693. OLE color: 6100693.
HSL color Cylindrical-coordinate representation of color #D5165D: hue angle of 337.7º 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 #D5165D is Cyan = 0, Magento = 0.90, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 22 | 93 | - |
| CMYK | 0 | 0.90 | 0.56 | 0.16 |
| HSL | 337.7º | 0.81% | 0.46% | - |
| HSV(B) | 337.7º | 0.9% | 0.84% | - |
| XYZ | 29.7 | 15.51 | 11.78 | - |
| YUV | 87.2 | 131.28 | 217.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 22 | 93 | 0 | 0.90 | 0.56 | 0.16 | 337.7 | 0.81 | 0.46 |
| Hex | D5 | 16 | 5D | 0 | 5A | 38 | 10 | 152 | 51 | 2E |
| Octal | 325 | 26 | 135 | 0 | 132 | 70 | 20 | 522 | 121 | 56 |
| Binary | 11010101 | 10110 | 1011101 | 0 | 1011010 | 111000 | 10000 | 101010010 | 1010001 | 101110 |
Color Harmonies of #D5165D
Complementary color
Monochromatic Colors of #D5165D
Black with #D5165D
Text Example
Text Example
White with #D5165D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5165D; }
p { color: rgb(213,22,93); }
H1.HeaderClassName
{
color: #D5165D;
}
.AnyTagClassName
{
color: #D5165D;
}
</style>
background-color css
<style>
a { background-color: #D5165D; }
a { background-color: rgb(213,22,93); }
div.DivClassName
{
background-color: #D5165D;
}
.BgClassName
{
background-color: #D5165D;
}
</style>
border-color css
<style>
span { border-color: #D5165D; }
span { border-color: rgb(213,22,93); }
td.TdClassName
{
border-color: #D5165D;
}
.TagClassName
{
border-color: #D5165D;
}
</style>