Shades of Ruby #D61863
Tints of Ruby #D61863
RGB
CMYK
RGB Variations
Color information
#D61863 (or 0xD61863) is known color: Ruby. HEX triplet: D6, 18 and 63. RGB value is (214,24,99). Sum of RGB (Red+Green+Blue) = 214+24+99=337 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.50% from 337); Green value is 24 (9.77% from 255 or 7.12% from 337); Blue value is 99 (39.06% from 255 or 29.38% from 337); Max value from RGB is 214 - color contains mainly: red. Hex color #D61863 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D61863 is #29E79C. Grayscale: #595959. Windows color (decimal): -2746269 or 6494422. OLE color: 6494422.
HSL color Cylindrical-coordinate representation of color #D61863: hue angle of 336.32º 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 #D61863 is Cyan = 0, Magento = 0.89, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 24 | 99 | - |
| CMYK | 0 | 0.89 | 0.54 | 0.16 |
| HSL | 336.32º | 0.8% | 0.47% | - |
| HSV(B) | 336.32º | 0.89% | 0.84% | - |
| XYZ | 30.31 | 15.85 | 13.27 | - |
| YUV | 89.36 | 133.45 | 216.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 24 | 99 | 0 | 0.89 | 0.54 | 0.16 | 336.32 | 0.8 | 0.47 |
| Hex | D6 | 18 | 63 | 0 | 59 | 36 | 10 | 150 | 50 | 2F |
| Octal | 326 | 30 | 143 | 0 | 131 | 66 | 20 | 520 | 120 | 57 |
| Binary | 11010110 | 11000 | 1100011 | 0 | 1011001 | 110110 | 10000 | 101010000 | 1010000 | 101111 |
Color Harmonies of #D61863
Complementary color
Monochromatic Colors of #D61863
Black with #D61863
Text Example
Text Example
White with #D61863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61863; }
p { color: rgb(214,24,99); }
H1.HeaderClassName
{
color: #D61863;
}
.AnyTagClassName
{
color: #D61863;
}
</style>
background-color css
<style>
a { background-color: #D61863; }
a { background-color: rgb(214,24,99); }
div.DivClassName
{
background-color: #D61863;
}
.BgClassName
{
background-color: #D61863;
}
</style>
border-color css
<style>
span { border-color: #D61863; }
span { border-color: rgb(214,24,99); }
td.TdClassName
{
border-color: #D61863;
}
.TagClassName
{
border-color: #D61863;
}
</style>