Shades of Ruby #D51765
Tints of Ruby #D51765
RGB
CMYK
RGB Variations
Color information
#D51765 (or 0xD51765) is known color: Ruby. HEX triplet: D5, 17 and 65. RGB value is (213,23,101). Sum of RGB (Red+Green+Blue) = 213+23+101=337 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.20% from 337); Green value is 23 (9.38% from 255 or 6.82% from 337); Blue value is 101 (39.84% from 255 or 29.97% from 337); Max value from RGB is 213 - color contains mainly: red. Hex color #D51765 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D51765 is #2AE89A. Grayscale: #585858. Windows color (decimal): -2812059 or 6625237. OLE color: 6625237.
HSL color Cylindrical-coordinate representation of color #D51765: hue angle of 335.37º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D51765 is Cyan = 0, Magento = 0.89, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 23 | 101 | - |
| CMYK | 0 | 0.89 | 0.53 | 0.16 |
| HSL | 335.37º | 0.81% | 0.46% | - |
| HSV(B) | 335.37º | 0.89% | 0.84% | - |
| XYZ | 30.1 | 15.7 | 13.76 | - |
| YUV | 88.7 | 134.95 | 216.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 23 | 101 | 0 | 0.89 | 0.53 | 0.16 | 335.37 | 0.81 | 0.46 |
| Hex | D5 | 17 | 65 | 0 | 59 | 35 | 10 | 14F | 51 | 2E |
| Octal | 325 | 27 | 145 | 0 | 131 | 65 | 20 | 517 | 121 | 56 |
| Binary | 11010101 | 10111 | 1100101 | 0 | 1011001 | 110101 | 10000 | 101001111 | 1010001 | 101110 |
Color Harmonies of #D51765
Complementary color
Monochromatic Colors of #D51765
Black with #D51765
Text Example
Text Example
White with #D51765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51765; }
p { color: rgb(213,23,101); }
H1.HeaderClassName
{
color: #D51765;
}
.AnyTagClassName
{
color: #D51765;
}
</style>
background-color css
<style>
a { background-color: #D51765; }
a { background-color: rgb(213,23,101); }
div.DivClassName
{
background-color: #D51765;
}
.BgClassName
{
background-color: #D51765;
}
</style>
border-color css
<style>
span { border-color: #D51765; }
span { border-color: rgb(213,23,101); }
td.TdClassName
{
border-color: #D51765;
}
.TagClassName
{
border-color: #D51765;
}
</style>