Shades of Ruby #D61858
Tints of Ruby #D61858
RGB
CMYK
RGB Variations
Color information
#D61858 (or 0xD61858) is known color: Ruby. HEX triplet: D6, 18 and 58. RGB value is (214,24,88). Sum of RGB (Red+Green+Blue) = 214+24+88=326 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.64% from 326); Green value is 24 (9.77% from 255 or 7.36% from 326); Blue value is 88 (34.77% from 255 or 26.99% from 326); Max value from RGB is 214 - color contains mainly: red. Hex color #D61858 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D61858 is #29E7A7. Grayscale: #585858. Windows color (decimal): -2746280 or 5773526. OLE color: 5773526.
HSL color Cylindrical-coordinate representation of color #D61858: hue angle of 339.79º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D61858 is Cyan = 0, Magento = 0.89, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 24 | 88 | - |
| CMYK | 0 | 0.89 | 0.59 | 0.16 |
| HSL | 339.79º | 0.8% | 0.47% | - |
| HSV(B) | 339.79º | 0.89% | 0.84% | - |
| XYZ | 29.82 | 15.65 | 10.68 | - |
| YUV | 88.11 | 127.95 | 217.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 24 | 88 | 0 | 0.89 | 0.59 | 0.16 | 339.79 | 0.8 | 0.47 |
| Hex | D6 | 18 | 58 | 0 | 59 | 3B | 10 | 154 | 50 | 2F |
| Octal | 326 | 30 | 130 | 0 | 131 | 73 | 20 | 524 | 120 | 57 |
| Binary | 11010110 | 11000 | 1011000 | 0 | 1011001 | 111011 | 10000 | 101010100 | 1010000 | 101111 |
Color Harmonies of #D61858
Complementary color
Monochromatic Colors of #D61858
Black with #D61858
Text Example
Text Example
White with #D61858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61858; }
p { color: rgb(214,24,88); }
H1.HeaderClassName
{
color: #D61858;
}
.AnyTagClassName
{
color: #D61858;
}
</style>
background-color css
<style>
a { background-color: #D61858; }
a { background-color: rgb(214,24,88); }
div.DivClassName
{
background-color: #D61858;
}
.BgClassName
{
background-color: #D61858;
}
</style>
border-color css
<style>
span { border-color: #D61858; }
span { border-color: rgb(214,24,88); }
td.TdClassName
{
border-color: #D61858;
}
.TagClassName
{
border-color: #D61858;
}
</style>