Shades of Ruby #D71769
Tints of Ruby #D71769
RGB
CMYK
RGB Variations
Color information
#D71769 (or 0xD71769) is known color: Ruby. HEX triplet: D7, 17 and 69. RGB value is (215,23,105). Sum of RGB (Red+Green+Blue) = 215+23+105=343 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.68% from 343); Green value is 23 (9.38% from 255 or 6.71% from 343); Blue value is 105 (41.41% from 255 or 30.61% from 343); Max value from RGB is 215 - color contains mainly: red. Hex color #D71769 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D71769 is #28E896. Grayscale: #595959. Windows color (decimal): -2680983 or 6887383. OLE color: 6887383.
HSL color Cylindrical-coordinate representation of color #D71769: hue angle of 334.38º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D71769 is Cyan = 0, Magento = 0.89, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 23 | 105 | - |
| CMYK | 0 | 0.89 | 0.51 | 0.16 |
| HSL | 334.38º | 0.81% | 0.47% | - |
| HSV(B) | 334.38º | 0.89% | 0.84% | - |
| XYZ | 30.88 | 16.08 | 14.84 | - |
| YUV | 89.76 | 136.61 | 217.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 23 | 105 | 0 | 0.89 | 0.51 | 0.16 | 334.38 | 0.81 | 0.47 |
| Hex | D7 | 17 | 69 | 0 | 59 | 33 | 10 | 14E | 51 | 2F |
| Octal | 327 | 27 | 151 | 0 | 131 | 63 | 20 | 516 | 121 | 57 |
| Binary | 11010111 | 10111 | 1101001 | 0 | 1011001 | 110011 | 10000 | 101001110 | 1010001 | 101111 |
Color Harmonies of #D71769
Complementary color
Monochromatic Colors of #D71769
Black with #D71769
Text Example
Text Example
White with #D71769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71769; }
p { color: rgb(215,23,105); }
H1.HeaderClassName
{
color: #D71769;
}
.AnyTagClassName
{
color: #D71769;
}
</style>
background-color css
<style>
a { background-color: #D71769; }
a { background-color: rgb(215,23,105); }
div.DivClassName
{
background-color: #D71769;
}
.BgClassName
{
background-color: #D71769;
}
</style>
border-color css
<style>
span { border-color: #D71769; }
span { border-color: rgb(215,23,105); }
td.TdClassName
{
border-color: #D71769;
}
.TagClassName
{
border-color: #D71769;
}
</style>