Shades of Ruby #D51767
Tints of Ruby #D51767
RGB
CMYK
RGB Variations
Color information
#D51767 (or 0xD51767) is known color: Ruby. HEX triplet: D5, 17 and 67. RGB value is (213,23,103). Sum of RGB (Red+Green+Blue) = 213+23+103=339 (44% of max value = 765). Red value is 213 (83.59% from 255 or 62.83% from 339); Green value is 23 (9.38% from 255 or 6.78% from 339); Blue value is 103 (40.62% from 255 or 30.38% from 339); Max value from RGB is 213 - color contains mainly: red. Hex color #D51767 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D51767 is #2AE898. Grayscale: #585858. Windows color (decimal): -2812057 or 6756309. OLE color: 6756309.
HSL color Cylindrical-coordinate representation of color #D51767: hue angle of 334.74º 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 #D51767 is Cyan = 0, Magento = 0.89, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 23 | 103 | - |
| CMYK | 0 | 0.89 | 0.52 | 0.16 |
| HSL | 334.74º | 0.81% | 0.46% | - |
| HSV(B) | 334.74º | 0.89% | 0.84% | - |
| XYZ | 30.2 | 15.74 | 14.28 | - |
| YUV | 88.93 | 135.95 | 216.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 23 | 103 | 0 | 0.89 | 0.52 | 0.16 | 334.74 | 0.81 | 0.46 |
| Hex | D5 | 17 | 67 | 0 | 59 | 34 | 10 | 14F | 51 | 2E |
| Octal | 325 | 27 | 147 | 0 | 131 | 64 | 20 | 517 | 121 | 56 |
| Binary | 11010101 | 10111 | 1100111 | 0 | 1011001 | 110100 | 10000 | 101001111 | 1010001 | 101110 |
Color Harmonies of #D51767
Complementary color
Monochromatic Colors of #D51767
Black with #D51767
Text Example
Text Example
White with #D51767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51767; }
p { color: rgb(213,23,103); }
H1.HeaderClassName
{
color: #D51767;
}
.AnyTagClassName
{
color: #D51767;
}
</style>
background-color css
<style>
a { background-color: #D51767; }
a { background-color: rgb(213,23,103); }
div.DivClassName
{
background-color: #D51767;
}
.BgClassName
{
background-color: #D51767;
}
</style>
border-color css
<style>
span { border-color: #D51767; }
span { border-color: rgb(213,23,103); }
td.TdClassName
{
border-color: #D51767;
}
.TagClassName
{
border-color: #D51767;
}
</style>