Shades of Ruby #D60865
Tints of Ruby #D60865
RGB
CMYK
RGB Variations
Color information
#D60865 (or 0xD60865) is known color: Ruby. HEX triplet: D6, 08 and 65. RGB value is (214,8,101). Sum of RGB (Red+Green+Blue) = 214+8+101=323 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.25% from 323); Green value is 8 (3.52% from 255 or 2.48% from 323); Blue value is 101 (39.84% from 255 or 31.27% from 323); Max value from RGB is 214 - color contains mainly: red. Hex color #D60865 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60865 is #29F79A. Grayscale: #505050. Windows color (decimal): -2750363 or 6621398. OLE color: 6621398.
HSL color Cylindrical-coordinate representation of color #D60865: hue angle of 332.91º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D60865 is Cyan = 0, Magento = 0.96, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 8 | 101 | - |
| CMYK | 0 | 0.96 | 0.53 | 0.16 |
| HSL | 332.91º | 0.93% | 0.44% | - |
| HSV(B) | 332.91º | 0.96% | 0.84% | - |
| XYZ | 30.17 | 15.41 | 13.7 | - |
| YUV | 80.2 | 139.75 | 223.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 8 | 101 | 0 | 0.96 | 0.53 | 0.16 | 332.91 | 0.93 | 0.44 |
| Hex | D6 | 8 | 65 | 0 | 60 | 35 | 10 | 14D | 5D | 2C |
| Octal | 326 | 10 | 145 | 0 | 140 | 65 | 20 | 515 | 135 | 54 |
| Binary | 11010110 | 1000 | 1100101 | 0 | 1100000 | 110101 | 10000 | 101001101 | 1011101 | 101100 |
Color Harmonies of #D60865
Complementary color
Monochromatic Colors of #D60865
Black with #D60865
Text Example
Text Example
White with #D60865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60865; }
p { color: rgb(214,8,101); }
H1.HeaderClassName
{
color: #D60865;
}
.AnyTagClassName
{
color: #D60865;
}
</style>
background-color css
<style>
a { background-color: #D60865; }
a { background-color: rgb(214,8,101); }
div.DivClassName
{
background-color: #D60865;
}
.BgClassName
{
background-color: #D60865;
}
</style>
border-color css
<style>
span { border-color: #D60865; }
span { border-color: rgb(214,8,101); }
td.TdClassName
{
border-color: #D60865;
}
.TagClassName
{
border-color: #D60865;
}
</style>