Shades of Ruby #D61260
Tints of Ruby #D61260
RGB
CMYK
RGB Variations
Color information
#D61260 (or 0xD61260) is known color: Ruby. HEX triplet: D6, 12 and 60. RGB value is (214,18,96). Sum of RGB (Red+Green+Blue) = 214+18+96=328 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.24% from 328); Green value is 18 (7.42% from 255 or 5.49% from 328); Blue value is 96 (37.89% from 255 or 29.27% from 328); Max value from RGB is 214 - color contains mainly: red. Hex color #D61260 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D61260 is #29ED9F. Grayscale: #555555. Windows color (decimal): -2747808 or 6296278. OLE color: 6296278.
HSL color Cylindrical-coordinate representation of color #D61260: hue angle of 336.12º 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 #D61260 is Cyan = 0, Magento = 0.92, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 18 | 96 | - |
| CMYK | 0 | 0.92 | 0.55 | 0.16 |
| HSL | 336.12º | 0.84% | 0.45% | - |
| HSV(B) | 336.12º | 0.92% | 0.84% | - |
| XYZ | 30.06 | 15.57 | 12.49 | - |
| YUV | 85.5 | 133.93 | 219.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 18 | 96 | 0 | 0.92 | 0.55 | 0.16 | 336.12 | 0.84 | 0.45 |
| Hex | D6 | 12 | 60 | 0 | 5C | 37 | 10 | 150 | 54 | 2D |
| Octal | 326 | 22 | 140 | 0 | 134 | 67 | 20 | 520 | 124 | 55 |
| Binary | 11010110 | 10010 | 1100000 | 0 | 1011100 | 110111 | 10000 | 101010000 | 1010100 | 101101 |
Color Harmonies of #D61260
Complementary color
Monochromatic Colors of #D61260
Black with #D61260
Text Example
Text Example
White with #D61260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61260; }
p { color: rgb(214,18,96); }
H1.HeaderClassName
{
color: #D61260;
}
.AnyTagClassName
{
color: #D61260;
}
</style>
background-color css
<style>
a { background-color: #D61260; }
a { background-color: rgb(214,18,96); }
div.DivClassName
{
background-color: #D61260;
}
.BgClassName
{
background-color: #D61260;
}
</style>
border-color css
<style>
span { border-color: #D61260; }
span { border-color: rgb(214,18,96); }
td.TdClassName
{
border-color: #D61260;
}
.TagClassName
{
border-color: #D61260;
}
</style>