Shades of Ruby #D81055
Tints of Ruby #D81055
RGB
CMYK
RGB Variations
Color information
#D81055 (or 0xD81055) is known color: Ruby. HEX triplet: D8, 10 and 55. RGB value is (216,16,85). Sum of RGB (Red+Green+Blue) = 216+16+85=317 (41% of max value = 765). Red value is 216 (84.77% from 255 or 68.14% from 317); Green value is 16 (6.64% from 255 or 5.05% from 317); Blue value is 85 (33.59% from 255 or 26.81% from 317); Max value from RGB is 216 - color contains mainly: red. Hex color #D81055 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D81055 is #27EFAA. Grayscale: #535353. Windows color (decimal): -2617259 or 5574872. OLE color: 5574872.
HSL color Cylindrical-coordinate representation of color #D81055: hue angle of 339.3º 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 #D81055 is Cyan = 0, Magento = 0.93, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 16 | 85 | - |
| CMYK | 0 | 0.93 | 0.61 | 0.15 |
| HSL | 339.3º | 0.86% | 0.45% | - |
| HSV(B) | 339.3º | 0.93% | 0.85% | - |
| XYZ | 30.14 | 15.63 | 10.02 | - |
| YUV | 83.67 | 128.76 | 222.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 16 | 85 | 0 | 0.93 | 0.61 | 0.15 | 339.3 | 0.86 | 0.45 |
| Hex | D8 | 10 | 55 | 0 | 5D | 3D | F | 153 | 56 | 2D |
| Octal | 330 | 20 | 125 | 0 | 135 | 75 | 17 | 523 | 126 | 55 |
| Binary | 11011000 | 10000 | 1010101 | 0 | 1011101 | 111101 | 1111 | 101010011 | 1010110 | 101101 |
Color Harmonies of #D81055
Complementary color
Monochromatic Colors of #D81055
Black with #D81055
Text Example
Text Example
White with #D81055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81055; }
p { color: rgb(216,16,85); }
H1.HeaderClassName
{
color: #D81055;
}
.AnyTagClassName
{
color: #D81055;
}
</style>
background-color css
<style>
a { background-color: #D81055; }
a { background-color: rgb(216,16,85); }
div.DivClassName
{
background-color: #D81055;
}
.BgClassName
{
background-color: #D81055;
}
</style>
border-color css
<style>
span { border-color: #D81055; }
span { border-color: rgb(216,16,85); }
td.TdClassName
{
border-color: #D81055;
}
.TagClassName
{
border-color: #D81055;
}
</style>