Shades of Ruby #D61565
Tints of Ruby #D61565
RGB
CMYK
RGB Variations
Color information
#D61565 (or 0xD61565) is known color: Ruby. HEX triplet: D6, 15 and 65. RGB value is (214,21,101). Sum of RGB (Red+Green+Blue) = 214+21+101=336 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.69% from 336); Green value is 21 (8.59% from 255 or 6.25% from 336); Blue value is 101 (39.84% from 255 or 30.06% from 336); Max value from RGB is 214 - color contains mainly: red. Hex color #D61565 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D61565 is #29EA9A. Grayscale: #575757. Windows color (decimal): -2747035 or 6624726. OLE color: 6624726.
HSL color Cylindrical-coordinate representation of color #D61565: hue angle of 335.13º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D61565 is Cyan = 0, Magento = 0.90, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 21 | 101 | - |
| CMYK | 0 | 0.90 | 0.53 | 0.16 |
| HSL | 335.13º | 0.82% | 0.46% | - |
| HSV(B) | 335.13º | 0.9% | 0.84% | - |
| XYZ | 30.35 | 15.77 | 13.76 | - |
| YUV | 87.83 | 135.44 | 218 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 21 | 101 | 0 | 0.90 | 0.53 | 0.16 | 335.13 | 0.82 | 0.46 |
| Hex | D6 | 15 | 65 | 0 | 5A | 35 | 10 | 14F | 52 | 2E |
| Octal | 326 | 25 | 145 | 0 | 132 | 65 | 20 | 517 | 122 | 56 |
| Binary | 11010110 | 10101 | 1100101 | 0 | 1011010 | 110101 | 10000 | 101001111 | 1010010 | 101110 |
Color Harmonies of #D61565
Complementary color
Monochromatic Colors of #D61565
Black with #D61565
Text Example
Text Example
White with #D61565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61565; }
p { color: rgb(214,21,101); }
H1.HeaderClassName
{
color: #D61565;
}
.AnyTagClassName
{
color: #D61565;
}
</style>
background-color css
<style>
a { background-color: #D61565; }
a { background-color: rgb(214,21,101); }
div.DivClassName
{
background-color: #D61565;
}
.BgClassName
{
background-color: #D61565;
}
</style>
border-color css
<style>
span { border-color: #D61565; }
span { border-color: rgb(214,21,101); }
td.TdClassName
{
border-color: #D61565;
}
.TagClassName
{
border-color: #D61565;
}
</style>