Shades of Ruby #D61550
Tints of Ruby #D61550
RGB
CMYK
RGB Variations
Color information
#D61550 (or 0xD61550) is known color: Ruby. HEX triplet: D6, 15 and 50. RGB value is (214,21,80). Sum of RGB (Red+Green+Blue) = 214+21+80=315 (41% of max value = 765). Red value is 214 (83.98% from 255 or 67.94% from 315); Green value is 21 (8.59% from 255 or 6.67% from 315); Blue value is 80 (31.64% from 255 or 25.40% from 315); Max value from RGB is 214 - color contains mainly: red. Hex color #D61550 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D61550 is #29EAAF. Grayscale: #555555. Windows color (decimal): -2747056 or 5248470. OLE color: 5248470.
HSL color Cylindrical-coordinate representation of color #D61550: hue angle of 341.66º 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 #D61550 is Cyan = 0, Magento = 0.90, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 21 | 80 | - |
| CMYK | 0 | 0.90 | 0.63 | 0.16 |
| HSL | 341.66º | 0.82% | 0.46% | - |
| HSV(B) | 341.66º | 0.9% | 0.84% | - |
| XYZ | 29.45 | 15.41 | 9.01 | - |
| YUV | 85.43 | 124.94 | 219.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 21 | 80 | 0 | 0.90 | 0.63 | 0.16 | 341.66 | 0.82 | 0.46 |
| Hex | D6 | 15 | 50 | 0 | 5A | 3F | 10 | 156 | 52 | 2E |
| Octal | 326 | 25 | 120 | 0 | 132 | 77 | 20 | 526 | 122 | 56 |
| Binary | 11010110 | 10101 | 1010000 | 0 | 1011010 | 111111 | 10000 | 101010110 | 1010010 | 101110 |
Color Harmonies of #D61550
Complementary color
Monochromatic Colors of #D61550
Black with #D61550
Text Example
Text Example
White with #D61550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61550; }
p { color: rgb(214,21,80); }
H1.HeaderClassName
{
color: #D61550;
}
.AnyTagClassName
{
color: #D61550;
}
</style>
background-color css
<style>
a { background-color: #D61550; }
a { background-color: rgb(214,21,80); }
div.DivClassName
{
background-color: #D61550;
}
.BgClassName
{
background-color: #D61550;
}
</style>
border-color css
<style>
span { border-color: #D61550; }
span { border-color: rgb(214,21,80); }
td.TdClassName
{
border-color: #D61550;
}
.TagClassName
{
border-color: #D61550;
}
</style>