Shades of Ruby #D61357
Tints of Ruby #D61357
RGB
CMYK
RGB Variations
Color information
#D61357 (or 0xD61357) is known color: Ruby. HEX triplet: D6, 13 and 57. RGB value is (214,19,87). Sum of RGB (Red+Green+Blue) = 214+19+87=320 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.88% from 320); Green value is 19 (7.81% from 255 or 5.94% from 320); Blue value is 87 (34.38% from 255 or 27.19% from 320); Max value from RGB is 214 - color contains mainly: red. Hex color #D61357 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D61357 is #29ECA8. Grayscale: #545454. Windows color (decimal): -2747561 or 5706710. OLE color: 5706710.
HSL color Cylindrical-coordinate representation of color #D61357: hue angle of 339.08º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D61357 is Cyan = 0, Magento = 0.91, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 19 | 87 | - |
| CMYK | 0 | 0.91 | 0.59 | 0.16 |
| HSL | 339.08º | 0.84% | 0.46% | - |
| HSV(B) | 339.08º | 0.91% | 0.84% | - |
| XYZ | 29.68 | 15.45 | 10.43 | - |
| YUV | 85.06 | 129.1 | 219.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 19 | 87 | 0 | 0.91 | 0.59 | 0.16 | 339.08 | 0.84 | 0.46 |
| Hex | D6 | 13 | 57 | 0 | 5B | 3B | 10 | 153 | 54 | 2E |
| Octal | 326 | 23 | 127 | 0 | 133 | 73 | 20 | 523 | 124 | 56 |
| Binary | 11010110 | 10011 | 1010111 | 0 | 1011011 | 111011 | 10000 | 101010011 | 1010100 | 101110 |
Color Harmonies of #D61357
Complementary color
Monochromatic Colors of #D61357
Black with #D61357
Text Example
Text Example
White with #D61357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61357; }
p { color: rgb(214,19,87); }
H1.HeaderClassName
{
color: #D61357;
}
.AnyTagClassName
{
color: #D61357;
}
</style>
background-color css
<style>
a { background-color: #D61357; }
a { background-color: rgb(214,19,87); }
div.DivClassName
{
background-color: #D61357;
}
.BgClassName
{
background-color: #D61357;
}
</style>
border-color css
<style>
span { border-color: #D61357; }
span { border-color: rgb(214,19,87); }
td.TdClassName
{
border-color: #D61357;
}
.TagClassName
{
border-color: #D61357;
}
</style>