Shades of Ruby #D81768
Tints of Ruby #D81768
RGB
CMYK
RGB Variations
Color information
#D81768 (or 0xD81768) is known color: Ruby. HEX triplet: D8, 17 and 68. RGB value is (216,23,104). Sum of RGB (Red+Green+Blue) = 216+23+104=343 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.97% from 343); Green value is 23 (9.38% from 255 or 6.71% from 343); Blue value is 104 (41.02% from 255 or 30.32% from 343); Max value from RGB is 216 - color contains mainly: red. Hex color #D81768 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D81768 is #27E897. Grayscale: #595959. Windows color (decimal): -2615448 or 6821848. OLE color: 6821848.
HSL color Cylindrical-coordinate representation of color #D81768: hue angle of 334.82º 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 #D81768 is Cyan = 0, Magento = 0.89, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 23 | 104 | - |
| CMYK | 0 | 0.89 | 0.52 | 0.15 |
| HSL | 334.82º | 0.81% | 0.47% | - |
| HSV(B) | 334.82º | 0.89% | 0.85% | - |
| XYZ | 31.12 | 16.21 | 14.59 | - |
| YUV | 89.94 | 135.94 | 217.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 23 | 104 | 0 | 0.89 | 0.52 | 0.15 | 334.82 | 0.81 | 0.47 |
| Hex | D8 | 17 | 68 | 0 | 59 | 34 | F | 14F | 51 | 2F |
| Octal | 330 | 27 | 150 | 0 | 131 | 64 | 17 | 517 | 121 | 57 |
| Binary | 11011000 | 10111 | 1101000 | 0 | 1011001 | 110100 | 1111 | 101001111 | 1010001 | 101111 |
Color Harmonies of #D81768
Complementary color
Monochromatic Colors of #D81768
Black with #D81768
Text Example
Text Example
White with #D81768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81768; }
p { color: rgb(216,23,104); }
H1.HeaderClassName
{
color: #D81768;
}
.AnyTagClassName
{
color: #D81768;
}
</style>
background-color css
<style>
a { background-color: #D81768; }
a { background-color: rgb(216,23,104); }
div.DivClassName
{
background-color: #D81768;
}
.BgClassName
{
background-color: #D81768;
}
</style>
border-color css
<style>
span { border-color: #D81768; }
span { border-color: rgb(216,23,104); }
td.TdClassName
{
border-color: #D81768;
}
.TagClassName
{
border-color: #D81768;
}
</style>