Shades of Ruby #D31565
Tints of Ruby #D31565
RGB
CMYK
RGB Variations
Color information
#D31565 (or 0xD31565) is known color: Ruby. HEX triplet: D3, 15 and 65. RGB value is (211,21,101). Sum of RGB (Red+Green+Blue) = 211+21+101=333 (44% of max value = 765). Red value is 211 (82.81% from 255 or 63.36% from 333); Green value is 21 (8.59% from 255 or 6.31% from 333); Blue value is 101 (39.84% from 255 or 30.33% from 333); Max value from RGB is 211 - color contains mainly: red. Hex color #D31565 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D31565 is #2CEA9A. Grayscale: #565656. Windows color (decimal): -2943643 or 6624723. OLE color: 6624723.
HSL color Cylindrical-coordinate representation of color #D31565: hue angle of 334.74º 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 #D31565 is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 21 | 101 | - |
| CMYK | 0 | 0.90 | 0.52 | 0.17 |
| HSL | 334.74º | 0.82% | 0.45% | - |
| HSV(B) | 334.74º | 0.9% | 0.83% | - |
| XYZ | 29.48 | 15.32 | 13.72 | - |
| YUV | 86.93 | 135.95 | 216.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 21 | 101 | 0 | 0.90 | 0.52 | 0.17 | 334.74 | 0.82 | 0.45 |
| Hex | D3 | 15 | 65 | 0 | 5A | 34 | 11 | 14F | 52 | 2D |
| Octal | 323 | 25 | 145 | 0 | 132 | 64 | 21 | 517 | 122 | 55 |
| Binary | 11010011 | 10101 | 1100101 | 0 | 1011010 | 110100 | 10001 | 101001111 | 1010010 | 101101 |
Color Harmonies of #D31565
Complementary color
Monochromatic Colors of #D31565
Black with #D31565
Text Example
Text Example
White with #D31565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31565; }
p { color: rgb(211,21,101); }
H1.HeaderClassName
{
color: #D31565;
}
.AnyTagClassName
{
color: #D31565;
}
</style>
background-color css
<style>
a { background-color: #D31565; }
a { background-color: rgb(211,21,101); }
div.DivClassName
{
background-color: #D31565;
}
.BgClassName
{
background-color: #D31565;
}
</style>
border-color css
<style>
span { border-color: #D31565; }
span { border-color: rgb(211,21,101); }
td.TdClassName
{
border-color: #D31565;
}
.TagClassName
{
border-color: #D31565;
}
</style>