Shades of Ruby #D61261
Tints of Ruby #D61261
RGB
CMYK
RGB Variations
Color information
#D61261 (or 0xD61261) is known color: Ruby. HEX triplet: D6, 12 and 61. RGB value is (214,18,97). Sum of RGB (Red+Green+Blue) = 214+18+97=329 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.05% from 329); Green value is 18 (7.42% from 255 or 5.47% from 329); Blue value is 97 (38.28% from 255 or 29.48% from 329); Max value from RGB is 214 - color contains mainly: red. Hex color #D61261 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D61261 is #29ED9E. Grayscale: #555555. Windows color (decimal): -2747807 or 6361814. OLE color: 6361814.
HSL color Cylindrical-coordinate representation of color #D61261: hue angle of 335.82º 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 #D61261 is Cyan = 0, Magento = 0.92, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 18 | 97 | - |
| CMYK | 0 | 0.92 | 0.55 | 0.16 |
| HSL | 335.82º | 0.84% | 0.45% | - |
| HSV(B) | 335.82º | 0.92% | 0.84% | - |
| XYZ | 30.11 | 15.59 | 12.73 | - |
| YUV | 85.61 | 134.43 | 219.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 18 | 97 | 0 | 0.92 | 0.55 | 0.16 | 335.82 | 0.84 | 0.45 |
| Hex | D6 | 12 | 61 | 0 | 5C | 37 | 10 | 150 | 54 | 2D |
| Octal | 326 | 22 | 141 | 0 | 134 | 67 | 20 | 520 | 124 | 55 |
| Binary | 11010110 | 10010 | 1100001 | 0 | 1011100 | 110111 | 10000 | 101010000 | 1010100 | 101101 |
Color Harmonies of #D61261
Complementary color
Monochromatic Colors of #D61261
Black with #D61261
Text Example
Text Example
White with #D61261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61261; }
p { color: rgb(214,18,97); }
H1.HeaderClassName
{
color: #D61261;
}
.AnyTagClassName
{
color: #D61261;
}
</style>
background-color css
<style>
a { background-color: #D61261; }
a { background-color: rgb(214,18,97); }
div.DivClassName
{
background-color: #D61261;
}
.BgClassName
{
background-color: #D61261;
}
</style>
border-color css
<style>
span { border-color: #D61261; }
span { border-color: rgb(214,18,97); }
td.TdClassName
{
border-color: #D61261;
}
.TagClassName
{
border-color: #D61261;
}
</style>