Shades of Ruby #D81053
Tints of Ruby #D81053
RGB
CMYK
RGB Variations
Color information
#D81053 (or 0xD81053) is known color: Ruby. HEX triplet: D8, 10 and 53. RGB value is (216,16,83). Sum of RGB (Red+Green+Blue) = 216+16+83=315 (41% of max value = 765). Red value is 216 (84.77% from 255 or 68.57% from 315); Green value is 16 (6.64% from 255 or 5.08% from 315); Blue value is 83 (32.81% from 255 or 26.35% from 315); Max value from RGB is 216 - color contains mainly: red. Hex color #D81053 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D81053 is #27EFAC. Grayscale: #535353. Windows color (decimal): -2617261 or 5443800. OLE color: 5443800.
HSL color Cylindrical-coordinate representation of color #D81053: hue angle of 339.9º 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 #D81053 is Cyan = 0, Magento = 0.93, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 16 | 83 | - |
| CMYK | 0 | 0.93 | 0.62 | 0.15 |
| HSL | 339.9º | 0.86% | 0.45% | - |
| HSV(B) | 339.9º | 0.93% | 0.85% | - |
| XYZ | 30.07 | 15.59 | 9.61 | - |
| YUV | 83.44 | 127.76 | 222.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 16 | 83 | 0 | 0.93 | 0.62 | 0.15 | 339.9 | 0.86 | 0.45 |
| Hex | D8 | 10 | 53 | 0 | 5D | 3E | F | 154 | 56 | 2D |
| Octal | 330 | 20 | 123 | 0 | 135 | 76 | 17 | 524 | 126 | 55 |
| Binary | 11011000 | 10000 | 1010011 | 0 | 1011101 | 111110 | 1111 | 101010100 | 1010110 | 101101 |
Color Harmonies of #D81053
Complementary color
Monochromatic Colors of #D81053
Black with #D81053
Text Example
Text Example
White with #D81053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81053; }
p { color: rgb(216,16,83); }
H1.HeaderClassName
{
color: #D81053;
}
.AnyTagClassName
{
color: #D81053;
}
</style>
background-color css
<style>
a { background-color: #D81053; }
a { background-color: rgb(216,16,83); }
div.DivClassName
{
background-color: #D81053;
}
.BgClassName
{
background-color: #D81053;
}
</style>
border-color css
<style>
span { border-color: #D81053; }
span { border-color: rgb(216,16,83); }
td.TdClassName
{
border-color: #D81053;
}
.TagClassName
{
border-color: #D81053;
}
</style>