Shades of Ruby #D31963
Tints of Ruby #D31963
RGB
CMYK
RGB Variations
Color information
#D31963 (or 0xD31963) is known color: Ruby. HEX triplet: D3, 19 and 63. RGB value is (211,25,99). Sum of RGB (Red+Green+Blue) = 211+25+99=335 (44% of max value = 765). Red value is 211 (82.81% from 255 or 62.99% from 335); Green value is 25 (10.16% from 255 or 7.46% from 335); Blue value is 99 (39.06% from 255 or 29.55% from 335); Max value from RGB is 211 - color contains mainly: red. Hex color #D31963 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D31963 is #2CE69C. Grayscale: #585858. Windows color (decimal): -2942621 or 6494675. OLE color: 6494675.
HSL color Cylindrical-coordinate representation of color #D31963: hue angle of 336.13º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D31963 is Cyan = 0, Magento = 0.88, Yellow = 0.53 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 25 | 99 | - |
| CMYK | 0 | 0.88 | 0.53 | 0.17 |
| HSL | 336.13º | 0.79% | 0.46% | - |
| HSV(B) | 336.13º | 0.88% | 0.83% | - |
| XYZ | 29.46 | 15.45 | 13.23 | - |
| YUV | 89.05 | 133.62 | 214.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 25 | 99 | 0 | 0.88 | 0.53 | 0.17 | 336.13 | 0.79 | 0.46 |
| Hex | D3 | 19 | 63 | 0 | 58 | 35 | 11 | 150 | 4F | 2E |
| Octal | 323 | 31 | 143 | 0 | 130 | 65 | 21 | 520 | 117 | 56 |
| Binary | 11010011 | 11001 | 1100011 | 0 | 1011000 | 110101 | 10001 | 101010000 | 1001111 | 101110 |
Color Harmonies of #D31963
Complementary color
Monochromatic Colors of #D31963
Black with #D31963
Text Example
Text Example
White with #D31963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31963; }
p { color: rgb(211,25,99); }
H1.HeaderClassName
{
color: #D31963;
}
.AnyTagClassName
{
color: #D31963;
}
</style>
background-color css
<style>
a { background-color: #D31963; }
a { background-color: rgb(211,25,99); }
div.DivClassName
{
background-color: #D31963;
}
.BgClassName
{
background-color: #D31963;
}
</style>
border-color css
<style>
span { border-color: #D31963; }
span { border-color: rgb(211,25,99); }
td.TdClassName
{
border-color: #D31963;
}
.TagClassName
{
border-color: #D31963;
}
</style>