Shades of Ruby #D31865
Tints of Ruby #D31865
RGB
CMYK
RGB Variations
Color information
#D31865 (or 0xD31865) is known color: Ruby. HEX triplet: D3, 18 and 65. RGB value is (211,24,101). Sum of RGB (Red+Green+Blue) = 211+24+101=336 (44% of max value = 765). Red value is 211 (82.81% from 255 or 62.80% from 336); Green value is 24 (9.77% from 255 or 7.14% from 336); Blue value is 101 (39.84% from 255 or 30.06% from 336); Max value from RGB is 211 - color contains mainly: red. Hex color #D31865 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D31865 is #2CE79A. Grayscale: #585858. Windows color (decimal): -2942875 or 6625491. OLE color: 6625491.
HSL color Cylindrical-coordinate representation of color #D31865: hue angle of 335.29º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D31865 is Cyan = 0, Magento = 0.89, Yellow = 0.52 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 24 | 101 | - |
| CMYK | 0 | 0.89 | 0.52 | 0.17 |
| HSL | 335.29º | 0.8% | 0.46% | - |
| HSV(B) | 335.29º | 0.89% | 0.83% | - |
| XYZ | 29.54 | 15.44 | 13.74 | - |
| YUV | 88.69 | 134.95 | 215.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 24 | 101 | 0 | 0.89 | 0.52 | 0.17 | 335.29 | 0.8 | 0.46 |
| Hex | D3 | 18 | 65 | 0 | 59 | 34 | 11 | 14F | 50 | 2E |
| Octal | 323 | 30 | 145 | 0 | 131 | 64 | 21 | 517 | 120 | 56 |
| Binary | 11010011 | 11000 | 1100101 | 0 | 1011001 | 110100 | 10001 | 101001111 | 1010000 | 101110 |
Color Harmonies of #D31865
Complementary color
Monochromatic Colors of #D31865
Black with #D31865
Text Example
Text Example
White with #D31865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31865; }
p { color: rgb(211,24,101); }
H1.HeaderClassName
{
color: #D31865;
}
.AnyTagClassName
{
color: #D31865;
}
</style>
background-color css
<style>
a { background-color: #D31865; }
a { background-color: rgb(211,24,101); }
div.DivClassName
{
background-color: #D31865;
}
.BgClassName
{
background-color: #D31865;
}
</style>
border-color css
<style>
span { border-color: #D31865; }
span { border-color: rgb(211,24,101); }
td.TdClassName
{
border-color: #D31865;
}
.TagClassName
{
border-color: #D31865;
}
</style>