Shades of Ruby #D81455
Tints of Ruby #D81455
RGB
CMYK
RGB Variations
Color information
#D81455 (or 0xD81455) is known color: Ruby. HEX triplet: D8, 14 and 55. RGB value is (216,20,85). Sum of RGB (Red+Green+Blue) = 216+20+85=321 (42% of max value = 765). Red value is 216 (84.77% from 255 or 67.29% from 321); Green value is 20 (8.20% from 255 or 6.23% from 321); Blue value is 85 (33.59% from 255 or 26.48% from 321); Max value from RGB is 216 - color contains mainly: red. Hex color #D81455 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D81455 is #27EBAA. Grayscale: #555555. Windows color (decimal): -2616235 or 5575896. OLE color: 5575896.
HSL color Cylindrical-coordinate representation of color #D81455: hue angle of 340.1º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D81455 is Cyan = 0, Magento = 0.91, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 20 | 85 | - |
| CMYK | 0 | 0.91 | 0.61 | 0.15 |
| HSL | 340.1º | 0.83% | 0.46% | - |
| HSV(B) | 340.1º | 0.91% | 0.85% | - |
| XYZ | 30.21 | 15.76 | 10.04 | - |
| YUV | 86.01 | 127.43 | 220.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 20 | 85 | 0 | 0.91 | 0.61 | 0.15 | 340.1 | 0.83 | 0.46 |
| Hex | D8 | 14 | 55 | 0 | 5B | 3D | F | 154 | 53 | 2E |
| Octal | 330 | 24 | 125 | 0 | 133 | 75 | 17 | 524 | 123 | 56 |
| Binary | 11011000 | 10100 | 1010101 | 0 | 1011011 | 111101 | 1111 | 101010100 | 1010011 | 101110 |
Color Harmonies of #D81455
Complementary color
Monochromatic Colors of #D81455
Black with #D81455
Text Example
Text Example
White with #D81455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81455; }
p { color: rgb(216,20,85); }
H1.HeaderClassName
{
color: #D81455;
}
.AnyTagClassName
{
color: #D81455;
}
</style>
background-color css
<style>
a { background-color: #D81455; }
a { background-color: rgb(216,20,85); }
div.DivClassName
{
background-color: #D81455;
}
.BgClassName
{
background-color: #D81455;
}
</style>
border-color css
<style>
span { border-color: #D81455; }
span { border-color: rgb(216,20,85); }
td.TdClassName
{
border-color: #D81455;
}
.TagClassName
{
border-color: #D81455;
}
</style>