Shades of Ruby #D81052
Tints of Ruby #D81052
RGB
CMYK
RGB Variations
Color information
#D81052 (or 0xD81052) is known color: Ruby. HEX triplet: D8, 10 and 52. RGB value is (216,16,82). Sum of RGB (Red+Green+Blue) = 216+16+82=314 (41% of max value = 765). Red value is 216 (84.77% from 255 or 68.79% from 314); Green value is 16 (6.64% from 255 or 5.10% from 314); Blue value is 82 (32.42% from 255 or 26.11% from 314); Max value from RGB is 216 - color contains mainly: red. Hex color #D81052 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D81052 is #27EFAD. Grayscale: #535353. Windows color (decimal): -2617262 or 5378264. OLE color: 5378264.
HSL color Cylindrical-coordinate representation of color #D81052: hue angle of 340.2º 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 #D81052 is Cyan = 0, Magento = 0.93, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 16 | 82 | - |
| CMYK | 0 | 0.93 | 0.62 | 0.15 |
| HSL | 340.2º | 0.86% | 0.45% | - |
| HSV(B) | 340.2º | 0.93% | 0.85% | - |
| XYZ | 30.03 | 15.58 | 9.41 | - |
| YUV | 83.32 | 127.26 | 222.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 16 | 82 | 0 | 0.93 | 0.62 | 0.15 | 340.2 | 0.86 | 0.45 |
| Hex | D8 | 10 | 52 | 0 | 5D | 3E | F | 154 | 56 | 2D |
| Octal | 330 | 20 | 122 | 0 | 135 | 76 | 17 | 524 | 126 | 55 |
| Binary | 11011000 | 10000 | 1010010 | 0 | 1011101 | 111110 | 1111 | 101010100 | 1010110 | 101101 |
Color Harmonies of #D81052
Complementary color
Monochromatic Colors of #D81052
Black with #D81052
Text Example
Text Example
White with #D81052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81052; }
p { color: rgb(216,16,82); }
H1.HeaderClassName
{
color: #D81052;
}
.AnyTagClassName
{
color: #D81052;
}
</style>
background-color css
<style>
a { background-color: #D81052; }
a { background-color: rgb(216,16,82); }
div.DivClassName
{
background-color: #D81052;
}
.BgClassName
{
background-color: #D81052;
}
</style>
border-color css
<style>
span { border-color: #D81052; }
span { border-color: rgb(216,16,82); }
td.TdClassName
{
border-color: #D81052;
}
.TagClassName
{
border-color: #D81052;
}
</style>