Shades of Ruby #D51261
Tints of Ruby #D51261
RGB
CMYK
RGB Variations
Color information
#D51261 (or 0xD51261) is known color: Ruby. HEX triplet: D5, 12 and 61. RGB value is (213,18,97). Sum of RGB (Red+Green+Blue) = 213+18+97=328 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.94% from 328); Green value is 18 (7.42% from 255 or 5.49% from 328); Blue value is 97 (38.28% from 255 or 29.57% from 328); Max value from RGB is 213 - color contains mainly: red. Hex color #D51261 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D51261 is #2AED9E. Grayscale: #555555. Windows color (decimal): -2813343 or 6361813. OLE color: 6361813.
HSL color Cylindrical-coordinate representation of color #D51261: hue angle of 335.69º degrees, saturation: 0.84, 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 #D51261 is Cyan = 0, Magento = 0.92, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 18 | 97 | - |
| CMYK | 0 | 0.92 | 0.54 | 0.16 |
| HSL | 335.69º | 0.84% | 0.45% | - |
| HSV(B) | 335.69º | 0.92% | 0.84% | - |
| XYZ | 29.81 | 15.44 | 12.72 | - |
| YUV | 85.31 | 134.6 | 219.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 18 | 97 | 0 | 0.92 | 0.54 | 0.16 | 335.69 | 0.84 | 0.45 |
| Hex | D5 | 12 | 61 | 0 | 5C | 36 | 10 | 150 | 54 | 2D |
| Octal | 325 | 22 | 141 | 0 | 134 | 66 | 20 | 520 | 124 | 55 |
| Binary | 11010101 | 10010 | 1100001 | 0 | 1011100 | 110110 | 10000 | 101010000 | 1010100 | 101101 |
Color Harmonies of #D51261
Complementary color
Monochromatic Colors of #D51261
Black with #D51261
Text Example
Text Example
White with #D51261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51261; }
p { color: rgb(213,18,97); }
H1.HeaderClassName
{
color: #D51261;
}
.AnyTagClassName
{
color: #D51261;
}
</style>
background-color css
<style>
a { background-color: #D51261; }
a { background-color: rgb(213,18,97); }
div.DivClassName
{
background-color: #D51261;
}
.BgClassName
{
background-color: #D51261;
}
</style>
border-color css
<style>
span { border-color: #D51261; }
span { border-color: rgb(213,18,97); }
td.TdClassName
{
border-color: #D51261;
}
.TagClassName
{
border-color: #D51261;
}
</style>