Shades of Ruby #D81769
Tints of Ruby #D81769
RGB
CMYK
RGB Variations
Color information
#D81769 (or 0xD81769) is known color: Ruby. HEX triplet: D8, 17 and 69. RGB value is (216,23,105). Sum of RGB (Red+Green+Blue) = 216+23+105=344 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.79% from 344); Green value is 23 (9.38% from 255 or 6.69% from 344); Blue value is 105 (41.41% from 255 or 30.52% from 344); Max value from RGB is 216 - color contains mainly: red. Hex color #D81769 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D81769 is #27E896. Grayscale: #595959. Windows color (decimal): -2615447 or 6887384. OLE color: 6887384.
HSL color Cylindrical-coordinate representation of color #D81769: hue angle of 334.51º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D81769 is Cyan = 0, Magento = 0.89, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 23 | 105 | - |
| CMYK | 0 | 0.89 | 0.51 | 0.15 |
| HSL | 334.51º | 0.81% | 0.47% | - |
| HSV(B) | 334.51º | 0.89% | 0.85% | - |
| XYZ | 31.18 | 16.23 | 14.85 | - |
| YUV | 90.06 | 136.44 | 217.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 23 | 105 | 0 | 0.89 | 0.51 | 0.15 | 334.51 | 0.81 | 0.47 |
| Hex | D8 | 17 | 69 | 0 | 59 | 33 | F | 14F | 51 | 2F |
| Octal | 330 | 27 | 151 | 0 | 131 | 63 | 17 | 517 | 121 | 57 |
| Binary | 11011000 | 10111 | 1101001 | 0 | 1011001 | 110011 | 1111 | 101001111 | 1010001 | 101111 |
Color Harmonies of #D81769
Complementary color
Monochromatic Colors of #D81769
Black with #D81769
Text Example
Text Example
White with #D81769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81769; }
p { color: rgb(216,23,105); }
H1.HeaderClassName
{
color: #D81769;
}
.AnyTagClassName
{
color: #D81769;
}
</style>
background-color css
<style>
a { background-color: #D81769; }
a { background-color: rgb(216,23,105); }
div.DivClassName
{
background-color: #D81769;
}
.BgClassName
{
background-color: #D81769;
}
</style>
border-color css
<style>
span { border-color: #D81769; }
span { border-color: rgb(216,23,105); }
td.TdClassName
{
border-color: #D81769;
}
.TagClassName
{
border-color: #D81769;
}
</style>