Shades of Ruby #D31765
Tints of Ruby #D31765
RGB
CMYK
RGB Variations
Color information
#D31765 (or 0xD31765) is known color: Ruby. HEX triplet: D3, 17 and 65. RGB value is (211,23,101). Sum of RGB (Red+Green+Blue) = 211+23+101=335 (44% of max value = 765). Red value is 211 (82.81% from 255 or 62.99% from 335); Green value is 23 (9.38% from 255 or 6.87% from 335); Blue value is 101 (39.84% from 255 or 30.15% from 335); Max value from RGB is 211 - color contains mainly: red. Hex color #D31765 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D31765 is #2CE89A. Grayscale: #575757. Windows color (decimal): -2943131 or 6625235. OLE color: 6625235.
HSL color Cylindrical-coordinate representation of color #D31765: hue angle of 335.11º 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 #D31765 is Cyan = 0, Magento = 0.89, Yellow = 0.52 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 23 | 101 | - |
| CMYK | 0 | 0.89 | 0.52 | 0.17 |
| HSL | 335.11º | 0.8% | 0.46% | - |
| HSV(B) | 335.11º | 0.89% | 0.83% | - |
| XYZ | 29.52 | 15.4 | 13.73 | - |
| YUV | 88.1 | 135.28 | 215.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 23 | 101 | 0 | 0.89 | 0.52 | 0.17 | 335.11 | 0.8 | 0.46 |
| Hex | D3 | 17 | 65 | 0 | 59 | 34 | 11 | 14F | 50 | 2E |
| Octal | 323 | 27 | 145 | 0 | 131 | 64 | 21 | 517 | 120 | 56 |
| Binary | 11010011 | 10111 | 1100101 | 0 | 1011001 | 110100 | 10001 | 101001111 | 1010000 | 101110 |
Color Harmonies of #D31765
Complementary color
Monochromatic Colors of #D31765
Black with #D31765
Text Example
Text Example
White with #D31765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31765; }
p { color: rgb(211,23,101); }
H1.HeaderClassName
{
color: #D31765;
}
.AnyTagClassName
{
color: #D31765;
}
</style>
background-color css
<style>
a { background-color: #D31765; }
a { background-color: rgb(211,23,101); }
div.DivClassName
{
background-color: #D31765;
}
.BgClassName
{
background-color: #D31765;
}
</style>
border-color css
<style>
span { border-color: #D31765; }
span { border-color: rgb(211,23,101); }
td.TdClassName
{
border-color: #D31765;
}
.TagClassName
{
border-color: #D31765;
}
</style>