Shades of Ruby #D31868
Tints of Ruby #D31868
RGB
CMYK
RGB Variations
Color information
#D31868 (or 0xD31868) is known color: Ruby. HEX triplet: D3, 18 and 68. RGB value is (211,24,104). Sum of RGB (Red+Green+Blue) = 211+24+104=339 (44% of max value = 765). Red value is 211 (82.81% from 255 or 62.24% from 339); Green value is 24 (9.77% from 255 or 7.08% from 339); Blue value is 104 (41.02% from 255 or 30.68% from 339); Max value from RGB is 211 - color contains mainly: red. Hex color #D31868 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D31868 is #2CE797. Grayscale: #585858. Windows color (decimal): -2942872 or 6822099. OLE color: 6822099.
HSL color Cylindrical-coordinate representation of color #D31868: hue angle of 334.33º 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 #D31868 is Cyan = 0, Magento = 0.89, Yellow = 0.51 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 24 | 104 | - |
| CMYK | 0 | 0.89 | 0.51 | 0.17 |
| HSL | 334.33º | 0.8% | 0.46% | - |
| HSV(B) | 334.33º | 0.89% | 0.83% | - |
| XYZ | 29.69 | 15.5 | 14.52 | - |
| YUV | 89.03 | 136.45 | 215 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 24 | 104 | 0 | 0.89 | 0.51 | 0.17 | 334.33 | 0.8 | 0.46 |
| Hex | D3 | 18 | 68 | 0 | 59 | 33 | 11 | 14E | 50 | 2E |
| Octal | 323 | 30 | 150 | 0 | 131 | 63 | 21 | 516 | 120 | 56 |
| Binary | 11010011 | 11000 | 1101000 | 0 | 1011001 | 110011 | 10001 | 101001110 | 1010000 | 101110 |
Color Harmonies of #D31868
Complementary color
Monochromatic Colors of #D31868
Black with #D31868
Text Example
Text Example
White with #D31868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31868; }
p { color: rgb(211,24,104); }
H1.HeaderClassName
{
color: #D31868;
}
.AnyTagClassName
{
color: #D31868;
}
</style>
background-color css
<style>
a { background-color: #D31868; }
a { background-color: rgb(211,24,104); }
div.DivClassName
{
background-color: #D31868;
}
.BgClassName
{
background-color: #D31868;
}
</style>
border-color css
<style>
span { border-color: #D31868; }
span { border-color: rgb(211,24,104); }
td.TdClassName
{
border-color: #D31868;
}
.TagClassName
{
border-color: #D31868;
}
</style>