Shades of Ruby #D5105B
Tints of Ruby #D5105B
RGB
CMYK
RGB Variations
Color information
#D5105B (or 0xD5105B) is known color: Ruby. HEX triplet: D5, 10 and 5B. RGB value is (213,16,91). Sum of RGB (Red+Green+Blue) = 213+16+91=320 (42% of max value = 765). Red value is 213 (83.59% from 255 or 66.56% from 320); Green value is 16 (6.64% from 255 or 5% from 320); Blue value is 91 (35.94% from 255 or 28.44% from 320); Max value from RGB is 213 - color contains mainly: red. Hex color #D5105B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5105B is #2AEFA4. Grayscale: #535353. Windows color (decimal): -2813861 or 5968085. OLE color: 5968085.
HSL color Cylindrical-coordinate representation of color #D5105B: hue angle of 337.16º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D5105B is Cyan = 0, Magento = 0.92, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 16 | 91 | - |
| CMYK | 0 | 0.92 | 0.57 | 0.16 |
| HSL | 337.16º | 0.86% | 0.45% | - |
| HSV(B) | 337.16º | 0.92% | 0.84% | - |
| XYZ | 29.51 | 15.27 | 11.29 | - |
| YUV | 83.45 | 132.27 | 220.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 16 | 91 | 0 | 0.92 | 0.57 | 0.16 | 337.16 | 0.86 | 0.45 |
| Hex | D5 | 10 | 5B | 0 | 5C | 39 | 10 | 151 | 56 | 2D |
| Octal | 325 | 20 | 133 | 0 | 134 | 71 | 20 | 521 | 126 | 55 |
| Binary | 11010101 | 10000 | 1011011 | 0 | 1011100 | 111001 | 10000 | 101010001 | 1010110 | 101101 |
Color Harmonies of #D5105B
Complementary color
Monochromatic Colors of #D5105B
Black with #D5105B
Text Example
Text Example
White with #D5105B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5105B; }
p { color: rgb(213,16,91); }
H1.HeaderClassName
{
color: #D5105B;
}
.AnyTagClassName
{
color: #D5105B;
}
</style>
background-color css
<style>
a { background-color: #D5105B; }
a { background-color: rgb(213,16,91); }
div.DivClassName
{
background-color: #D5105B;
}
.BgClassName
{
background-color: #D5105B;
}
</style>
border-color css
<style>
span { border-color: #D5105B; }
span { border-color: rgb(213,16,91); }
td.TdClassName
{
border-color: #D5105B;
}
.TagClassName
{
border-color: #D5105B;
}
</style>