Shades of Ruby #D31560
Tints of Ruby #D31560
RGB
CMYK
RGB Variations
Color information
#D31560 (or 0xD31560) is known color: Ruby. HEX triplet: D3, 15 and 60. RGB value is (211,21,96). Sum of RGB (Red+Green+Blue) = 211+21+96=328 (43% of max value = 765). Red value is 211 (82.81% from 255 or 64.33% from 328); Green value is 21 (8.59% from 255 or 6.40% from 328); Blue value is 96 (37.89% from 255 or 29.27% from 328); Max value from RGB is 211 - color contains mainly: red. Hex color #D31560 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D31560 is #2CEA9F. Grayscale: #565656. Windows color (decimal): -2943648 or 6297043. OLE color: 6297043.
HSL color Cylindrical-coordinate representation of color #D31560: hue angle of 336.32º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D31560 is Cyan = 0, Magento = 0.90, Yellow = 0.55 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 21 | 96 | - |
| CMYK | 0 | 0.90 | 0.55 | 0.17 |
| HSL | 336.32º | 0.82% | 0.45% | - |
| HSV(B) | 336.32º | 0.9% | 0.83% | - |
| XYZ | 29.24 | 15.23 | 12.46 | - |
| YUV | 86.36 | 133.45 | 216.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 21 | 96 | 0 | 0.90 | 0.55 | 0.17 | 336.32 | 0.82 | 0.45 |
| Hex | D3 | 15 | 60 | 0 | 5A | 37 | 11 | 150 | 52 | 2D |
| Octal | 323 | 25 | 140 | 0 | 132 | 67 | 21 | 520 | 122 | 55 |
| Binary | 11010011 | 10101 | 1100000 | 0 | 1011010 | 110111 | 10001 | 101010000 | 1010010 | 101101 |
Color Harmonies of #D31560
Complementary color
Monochromatic Colors of #D31560
Black with #D31560
Text Example
Text Example
White with #D31560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31560; }
p { color: rgb(211,21,96); }
H1.HeaderClassName
{
color: #D31560;
}
.AnyTagClassName
{
color: #D31560;
}
</style>
background-color css
<style>
a { background-color: #D31560; }
a { background-color: rgb(211,21,96); }
div.DivClassName
{
background-color: #D31560;
}
.BgClassName
{
background-color: #D31560;
}
</style>
border-color css
<style>
span { border-color: #D31560; }
span { border-color: rgb(211,21,96); }
td.TdClassName
{
border-color: #D31560;
}
.TagClassName
{
border-color: #D31560;
}
</style>