Shades of Ruby #D31669
Tints of Ruby #D31669
RGB
CMYK
RGB Variations
Color information
#D31669 (or 0xD31669) is known color: Ruby. HEX triplet: D3, 16 and 69. RGB value is (211,22,105). Sum of RGB (Red+Green+Blue) = 211+22+105=338 (44% of max value = 765). Red value is 211 (82.81% from 255 or 62.43% from 338); Green value is 22 (8.98% from 255 or 6.51% from 338); Blue value is 105 (41.41% from 255 or 31.07% from 338); Max value from RGB is 211 - color contains mainly: red. Hex color #D31669 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D31669 is #2CE996. Grayscale: #575757. Windows color (decimal): -2943383 or 6887123. OLE color: 6887123.
HSL color Cylindrical-coordinate representation of color #D31669: hue angle of 333.65º 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 #D31669 is Cyan = 0, Magento = 0.90, Yellow = 0.50 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 22 | 105 | - |
| CMYK | 0 | 0.90 | 0.50 | 0.17 |
| HSL | 333.65º | 0.81% | 0.46% | - |
| HSV(B) | 333.65º | 0.9% | 0.83% | - |
| XYZ | 29.7 | 15.44 | 14.78 | - |
| YUV | 87.97 | 137.62 | 215.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 22 | 105 | 0 | 0.90 | 0.50 | 0.17 | 333.65 | 0.81 | 0.46 |
| Hex | D3 | 16 | 69 | 0 | 5A | 32 | 11 | 14E | 51 | 2E |
| Octal | 323 | 26 | 151 | 0 | 132 | 62 | 21 | 516 | 121 | 56 |
| Binary | 11010011 | 10110 | 1101001 | 0 | 1011010 | 110010 | 10001 | 101001110 | 1010001 | 101110 |
Color Harmonies of #D31669
Complementary color
Monochromatic Colors of #D31669
Black with #D31669
Text Example
Text Example
White with #D31669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31669; }
p { color: rgb(211,22,105); }
H1.HeaderClassName
{
color: #D31669;
}
.AnyTagClassName
{
color: #D31669;
}
</style>
background-color css
<style>
a { background-color: #D31669; }
a { background-color: rgb(211,22,105); }
div.DivClassName
{
background-color: #D31669;
}
.BgClassName
{
background-color: #D31669;
}
</style>
border-color css
<style>
span { border-color: #D31669; }
span { border-color: rgb(211,22,105); }
td.TdClassName
{
border-color: #D31669;
}
.TagClassName
{
border-color: #D31669;
}
</style>