Shades of Ruby #D31665
Tints of Ruby #D31665
RGB
CMYK
RGB Variations
Color information
#D31665 (or 0xD31665) is known color: Ruby. HEX triplet: D3, 16 and 65. RGB value is (211,22,101). Sum of RGB (Red+Green+Blue) = 211+22+101=334 (44% of max value = 765). Red value is 211 (82.81% from 255 or 63.17% from 334); Green value is 22 (8.98% from 255 or 6.59% from 334); Blue value is 101 (39.84% from 255 or 30.24% from 334); Max value from RGB is 211 - color contains mainly: red. Hex color #D31665 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D31665 is #2CE99A. Grayscale: #575757. Windows color (decimal): -2943387 or 6624979. OLE color: 6624979.
HSL color Cylindrical-coordinate representation of color #D31665: hue angle of 334.92º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D31665 is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 22 | 101 | - |
| CMYK | 0 | 0.90 | 0.52 | 0.17 |
| HSL | 334.92º | 0.81% | 0.46% | - |
| HSV(B) | 334.92º | 0.9% | 0.83% | - |
| XYZ | 29.5 | 15.36 | 13.72 | - |
| YUV | 87.52 | 135.62 | 216.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 22 | 101 | 0 | 0.90 | 0.52 | 0.17 | 334.92 | 0.81 | 0.46 |
| Hex | D3 | 16 | 65 | 0 | 5A | 34 | 11 | 14F | 51 | 2E |
| Octal | 323 | 26 | 145 | 0 | 132 | 64 | 21 | 517 | 121 | 56 |
| Binary | 11010011 | 10110 | 1100101 | 0 | 1011010 | 110100 | 10001 | 101001111 | 1010001 | 101110 |
Color Harmonies of #D31665
Complementary color
Monochromatic Colors of #D31665
Black with #D31665
Text Example
Text Example
White with #D31665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31665; }
p { color: rgb(211,22,101); }
H1.HeaderClassName
{
color: #D31665;
}
.AnyTagClassName
{
color: #D31665;
}
</style>
background-color css
<style>
a { background-color: #D31665; }
a { background-color: rgb(211,22,101); }
div.DivClassName
{
background-color: #D31665;
}
.BgClassName
{
background-color: #D31665;
}
</style>
border-color css
<style>
span { border-color: #D31665; }
span { border-color: rgb(211,22,101); }
td.TdClassName
{
border-color: #D31665;
}
.TagClassName
{
border-color: #D31665;
}
</style>