Shades of Ruby #D51B63
Tints of Ruby #D51B63
RGB
CMYK
RGB Variations
Color information
#D51B63 (or 0xD51B63) is known color: Ruby. HEX triplet: D5, 1B and 63. RGB value is (213,27,99). Sum of RGB (Red+Green+Blue) = 213+27+99=339 (44% of max value = 765). Red value is 213 (83.59% from 255 or 62.83% from 339); Green value is 27 (10.94% from 255 or 7.96% from 339); Blue value is 99 (39.06% from 255 or 29.20% from 339); Max value from RGB is 213 - color contains mainly: red. Hex color #D51B63 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D51B63 is #2AE49C. Grayscale: #5A5A5A. Windows color (decimal): -2811037 or 6495189. OLE color: 6495189.
HSL color Cylindrical-coordinate representation of color #D51B63: hue angle of 336.77º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D51B63 is Cyan = 0, Magento = 0.87, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 27 | 99 | - |
| CMYK | 0 | 0.87 | 0.54 | 0.16 |
| HSL | 336.77º | 0.78% | 0.47% | - |
| HSV(B) | 336.77º | 0.87% | 0.84% | - |
| XYZ | 30.08 | 15.83 | 13.27 | - |
| YUV | 90.82 | 132.62 | 215.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 27 | 99 | 0 | 0.87 | 0.54 | 0.16 | 336.77 | 0.78 | 0.47 |
| Hex | D5 | 1B | 63 | 0 | 57 | 36 | 10 | 151 | 4E | 2F |
| Octal | 325 | 33 | 143 | 0 | 127 | 66 | 20 | 521 | 116 | 57 |
| Binary | 11010101 | 11011 | 1100011 | 0 | 1010111 | 110110 | 10000 | 101010001 | 1001110 | 101111 |
Color Harmonies of #D51B63
Complementary color
Monochromatic Colors of #D51B63
Black with #D51B63
Text Example
Text Example
White with #D51B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51B63; }
p { color: rgb(213,27,99); }
H1.HeaderClassName
{
color: #D51B63;
}
.AnyTagClassName
{
color: #D51B63;
}
</style>
background-color css
<style>
a { background-color: #D51B63; }
a { background-color: rgb(213,27,99); }
div.DivClassName
{
background-color: #D51B63;
}
.BgClassName
{
background-color: #D51B63;
}
</style>
border-color css
<style>
span { border-color: #D51B63; }
span { border-color: rgb(213,27,99); }
td.TdClassName
{
border-color: #D51B63;
}
.TagClassName
{
border-color: #D51B63;
}
</style>