Shades of Ruby #D50861
Tints of Ruby #D50861
RGB
CMYK
RGB Variations
Color information
#D50861 (or 0xD50861) is known color: Ruby. HEX triplet: D5, 08 and 61. RGB value is (213,8,97). Sum of RGB (Red+Green+Blue) = 213+8+97=318 (42% of max value = 765). Red value is 213 (83.59% from 255 or 66.98% from 318); Green value is 8 (3.52% from 255 or 2.52% from 318); Blue value is 97 (38.28% from 255 or 30.50% from 318); Max value from RGB is 213 - color contains mainly: red. Hex color #D50861 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D50861 is #2AF79E. Grayscale: #4F4F4F. Windows color (decimal): -2815903 or 6359253. OLE color: 6359253.
HSL color Cylindrical-coordinate representation of color #D50861: hue angle of 333.95º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D50861 is Cyan = 0, Magento = 0.96, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 8 | 97 | - |
| CMYK | 0 | 0.96 | 0.54 | 0.16 |
| HSL | 333.95º | 0.93% | 0.43% | - |
| HSV(B) | 333.95º | 0.96% | 0.84% | - |
| XYZ | 29.69 | 15.18 | 12.68 | - |
| YUV | 79.44 | 137.92 | 223.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 8 | 97 | 0 | 0.96 | 0.54 | 0.16 | 333.95 | 0.93 | 0.43 |
| Hex | D5 | 8 | 61 | 0 | 60 | 36 | 10 | 14E | 5D | 2B |
| Octal | 325 | 10 | 141 | 0 | 140 | 66 | 20 | 516 | 135 | 53 |
| Binary | 11010101 | 1000 | 1100001 | 0 | 1100000 | 110110 | 10000 | 101001110 | 1011101 | 101011 |
Color Harmonies of #D50861
Complementary color
Monochromatic Colors of #D50861
Black with #D50861
Text Example
Text Example
White with #D50861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50861; }
p { color: rgb(213,8,97); }
H1.HeaderClassName
{
color: #D50861;
}
.AnyTagClassName
{
color: #D50861;
}
</style>
background-color css
<style>
a { background-color: #D50861; }
a { background-color: rgb(213,8,97); }
div.DivClassName
{
background-color: #D50861;
}
.BgClassName
{
background-color: #D50861;
}
</style>
border-color css
<style>
span { border-color: #D50861; }
span { border-color: rgb(213,8,97); }
td.TdClassName
{
border-color: #D50861;
}
.TagClassName
{
border-color: #D50861;
}
</style>