Shades of Ruby #D50865
Tints of Ruby #D50865
RGB
CMYK
RGB Variations
Color information
#D50865 (or 0xD50865) is known color: Ruby. HEX triplet: D5, 08 and 65. RGB value is (213,8,101). Sum of RGB (Red+Green+Blue) = 213+8+101=322 (42% of max value = 765). Red value is 213 (83.59% from 255 or 66.15% from 322); Green value is 8 (3.52% from 255 or 2.48% from 322); Blue value is 101 (39.84% from 255 or 31.37% from 322); Max value from RGB is 213 - color contains mainly: red. Hex color #D50865 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D50865 is #2AF79A. Grayscale: #4F4F4F. Windows color (decimal): -2815899 or 6621397. OLE color: 6621397.
HSL color Cylindrical-coordinate representation of color #D50865: hue angle of 332.78º 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 #D50865 is Cyan = 0, Magento = 0.96, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 8 | 101 | - |
| CMYK | 0 | 0.96 | 0.53 | 0.16 |
| HSL | 332.78º | 0.93% | 0.43% | - |
| HSV(B) | 332.78º | 0.96% | 0.84% | - |
| XYZ | 29.88 | 15.26 | 13.68 | - |
| YUV | 79.9 | 139.92 | 222.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 8 | 101 | 0 | 0.96 | 0.53 | 0.16 | 332.78 | 0.93 | 0.43 |
| Hex | D5 | 8 | 65 | 0 | 60 | 35 | 10 | 14D | 5D | 2B |
| Octal | 325 | 10 | 145 | 0 | 140 | 65 | 20 | 515 | 135 | 53 |
| Binary | 11010101 | 1000 | 1100101 | 0 | 1100000 | 110101 | 10000 | 101001101 | 1011101 | 101011 |
Color Harmonies of #D50865
Complementary color
Monochromatic Colors of #D50865
Black with #D50865
Text Example
Text Example
White with #D50865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50865; }
p { color: rgb(213,8,101); }
H1.HeaderClassName
{
color: #D50865;
}
.AnyTagClassName
{
color: #D50865;
}
</style>
background-color css
<style>
a { background-color: #D50865; }
a { background-color: rgb(213,8,101); }
div.DivClassName
{
background-color: #D50865;
}
.BgClassName
{
background-color: #D50865;
}
</style>
border-color css
<style>
span { border-color: #D50865; }
span { border-color: rgb(213,8,101); }
td.TdClassName
{
border-color: #D50865;
}
.TagClassName
{
border-color: #D50865;
}
</style>