Shades of Ruby #D81955
Tints of Ruby #D81955
RGB
CMYK
RGB Variations
Color information
#D81955 (or 0xD81955) is known color: Ruby. HEX triplet: D8, 19 and 55. RGB value is (216,25,85). Sum of RGB (Red+Green+Blue) = 216+25+85=326 (43% of max value = 765). Red value is 216 (84.77% from 255 or 66.26% from 326); Green value is 25 (10.16% from 255 or 7.67% from 326); Blue value is 85 (33.59% from 255 or 26.07% from 326); Max value from RGB is 216 - color contains mainly: red. Hex color #D81955 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D81955 is #27E6AA. Grayscale: #585858. Windows color (decimal): -2614955 or 5577176. OLE color: 5577176.
HSL color Cylindrical-coordinate representation of color #D81955: hue angle of 341.15º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D81955 is Cyan = 0, Magento = 0.88, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 25 | 85 | - |
| CMYK | 0 | 0.88 | 0.61 | 0.15 |
| HSL | 341.15º | 0.79% | 0.47% | - |
| HSV(B) | 341.15º | 0.88% | 0.85% | - |
| XYZ | 30.31 | 15.95 | 10.08 | - |
| YUV | 88.95 | 125.78 | 218.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 25 | 85 | 0 | 0.88 | 0.61 | 0.15 | 341.15 | 0.79 | 0.47 |
| Hex | D8 | 19 | 55 | 0 | 58 | 3D | F | 155 | 4F | 2F |
| Octal | 330 | 31 | 125 | 0 | 130 | 75 | 17 | 525 | 117 | 57 |
| Binary | 11011000 | 11001 | 1010101 | 0 | 1011000 | 111101 | 1111 | 101010101 | 1001111 | 101111 |
Color Harmonies of #D81955
Complementary color
Monochromatic Colors of #D81955
Black with #D81955
Text Example
Text Example
White with #D81955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81955; }
p { color: rgb(216,25,85); }
H1.HeaderClassName
{
color: #D81955;
}
.AnyTagClassName
{
color: #D81955;
}
</style>
background-color css
<style>
a { background-color: #D81955; }
a { background-color: rgb(216,25,85); }
div.DivClassName
{
background-color: #D81955;
}
.BgClassName
{
background-color: #D81955;
}
</style>
border-color css
<style>
span { border-color: #D81955; }
span { border-color: rgb(216,25,85); }
td.TdClassName
{
border-color: #D81955;
}
.TagClassName
{
border-color: #D81955;
}
</style>