Shades of Ruby #D81068
Tints of Ruby #D81068
RGB
CMYK
RGB Variations
Color information
#D81068 (or 0xD81068) is known color: Ruby. HEX triplet: D8, 10 and 68. RGB value is (216,16,104). Sum of RGB (Red+Green+Blue) = 216+16+104=336 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.29% from 336); Green value is 16 (6.64% from 255 or 4.76% from 336); Blue value is 104 (41.02% from 255 or 30.95% from 336); Max value from RGB is 216 - color contains mainly: red. Hex color #D81068 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D81068 is #27EF97. Grayscale: #555555. Windows color (decimal): -2617240 or 6820056. OLE color: 6820056.
HSL color Cylindrical-coordinate representation of color #D81068: hue angle of 333.6º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D81068 is Cyan = 0, Magento = 0.93, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 16 | 104 | - |
| CMYK | 0 | 0.93 | 0.52 | 0.15 |
| HSL | 333.6º | 0.86% | 0.45% | - |
| HSV(B) | 333.6º | 0.93% | 0.85% | - |
| XYZ | 31 | 15.97 | 14.54 | - |
| YUV | 85.83 | 138.26 | 220.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 16 | 104 | 0 | 0.93 | 0.52 | 0.15 | 333.6 | 0.86 | 0.45 |
| Hex | D8 | 10 | 68 | 0 | 5D | 34 | F | 14E | 56 | 2D |
| Octal | 330 | 20 | 150 | 0 | 135 | 64 | 17 | 516 | 126 | 55 |
| Binary | 11011000 | 10000 | 1101000 | 0 | 1011101 | 110100 | 1111 | 101001110 | 1010110 | 101101 |
Color Harmonies of #D81068
Complementary color
Monochromatic Colors of #D81068
Black with #D81068
Text Example
Text Example
White with #D81068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81068; }
p { color: rgb(216,16,104); }
H1.HeaderClassName
{
color: #D81068;
}
.AnyTagClassName
{
color: #D81068;
}
</style>
background-color css
<style>
a { background-color: #D81068; }
a { background-color: rgb(216,16,104); }
div.DivClassName
{
background-color: #D81068;
}
.BgClassName
{
background-color: #D81068;
}
</style>
border-color css
<style>
span { border-color: #D81068; }
span { border-color: rgb(216,16,104); }
td.TdClassName
{
border-color: #D81068;
}
.TagClassName
{
border-color: #D81068;
}
</style>