Shades of Ruby #D71669
Tints of Ruby #D71669
RGB
CMYK
RGB Variations
Color information
#D71669 (or 0xD71669) is known color: Ruby. HEX triplet: D7, 16 and 69. RGB value is (215,22,105). Sum of RGB (Red+Green+Blue) = 215+22+105=342 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.87% from 342); Green value is 22 (8.98% from 255 or 6.43% from 342); Blue value is 105 (41.41% from 255 or 30.70% from 342); Max value from RGB is 215 - color contains mainly: red. Hex color #D71669 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D71669 is #28E996. Grayscale: #595959. Windows color (decimal): -2681239 or 6887127. OLE color: 6887127.
HSL color Cylindrical-coordinate representation of color #D71669: hue angle of 334.2º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D71669 is Cyan = 0, Magento = 0.90, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 22 | 105 | - |
| CMYK | 0 | 0.90 | 0.51 | 0.16 |
| HSL | 334.2º | 0.81% | 0.46% | - |
| HSV(B) | 334.2º | 0.9% | 0.84% | - |
| XYZ | 30.86 | 16.04 | 14.83 | - |
| YUV | 89.17 | 136.94 | 217.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 22 | 105 | 0 | 0.90 | 0.51 | 0.16 | 334.2 | 0.81 | 0.46 |
| Hex | D7 | 16 | 69 | 0 | 5A | 33 | 10 | 14E | 51 | 2E |
| Octal | 327 | 26 | 151 | 0 | 132 | 63 | 20 | 516 | 121 | 56 |
| Binary | 11010111 | 10110 | 1101001 | 0 | 1011010 | 110011 | 10000 | 101001110 | 1010001 | 101110 |
Color Harmonies of #D71669
Complementary color
Monochromatic Colors of #D71669
Black with #D71669
Text Example
Text Example
White with #D71669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71669; }
p { color: rgb(215,22,105); }
H1.HeaderClassName
{
color: #D71669;
}
.AnyTagClassName
{
color: #D71669;
}
</style>
background-color css
<style>
a { background-color: #D71669; }
a { background-color: rgb(215,22,105); }
div.DivClassName
{
background-color: #D71669;
}
.BgClassName
{
background-color: #D71669;
}
</style>
border-color css
<style>
span { border-color: #D71669; }
span { border-color: rgb(215,22,105); }
td.TdClassName
{
border-color: #D71669;
}
.TagClassName
{
border-color: #D71669;
}
</style>