Shades of Ruby #D81255
Tints of Ruby #D81255
RGB
CMYK
RGB Variations
Color information
#D81255 (or 0xD81255) is known color: Ruby. HEX triplet: D8, 12 and 55. RGB value is (216,18,85). Sum of RGB (Red+Green+Blue) = 216+18+85=319 (42% of max value = 765). Red value is 216 (84.77% from 255 or 67.71% from 319); Green value is 18 (7.42% from 255 or 5.64% from 319); Blue value is 85 (33.59% from 255 or 26.65% from 319); Max value from RGB is 216 - color contains mainly: red. Hex color #D81255 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D81255 is #27EDAA. Grayscale: #545454. Windows color (decimal): -2616747 or 5575384. OLE color: 5575384.
HSL color Cylindrical-coordinate representation of color #D81255: hue angle of 339.7º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D81255 is Cyan = 0, Magento = 0.92, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 18 | 85 | - |
| CMYK | 0 | 0.92 | 0.61 | 0.15 |
| HSL | 339.7º | 0.85% | 0.46% | - |
| HSV(B) | 339.7º | 0.92% | 0.85% | - |
| XYZ | 30.17 | 15.69 | 10.03 | - |
| YUV | 84.84 | 128.1 | 221.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 18 | 85 | 0 | 0.92 | 0.61 | 0.15 | 339.7 | 0.85 | 0.46 |
| Hex | D8 | 12 | 55 | 0 | 5C | 3D | F | 154 | 55 | 2E |
| Octal | 330 | 22 | 125 | 0 | 134 | 75 | 17 | 524 | 125 | 56 |
| Binary | 11011000 | 10010 | 1010101 | 0 | 1011100 | 111101 | 1111 | 101010100 | 1010101 | 101110 |
Color Harmonies of #D81255
Complementary color
Monochromatic Colors of #D81255
Black with #D81255
Text Example
Text Example
White with #D81255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81255; }
p { color: rgb(216,18,85); }
H1.HeaderClassName
{
color: #D81255;
}
.AnyTagClassName
{
color: #D81255;
}
</style>
background-color css
<style>
a { background-color: #D81255; }
a { background-color: rgb(216,18,85); }
div.DivClassName
{
background-color: #D81255;
}
.BgClassName
{
background-color: #D81255;
}
</style>
border-color css
<style>
span { border-color: #D81255; }
span { border-color: rgb(216,18,85); }
td.TdClassName
{
border-color: #D81255;
}
.TagClassName
{
border-color: #D81255;
}
</style>