Shades of Ruby #D81451
Tints of Ruby #D81451
RGB
CMYK
RGB Variations
Color information
#D81451 (or 0xD81451) is known color: Ruby. HEX triplet: D8, 14 and 51. RGB value is (216,20,81). Sum of RGB (Red+Green+Blue) = 216+20+81=317 (41% of max value = 765). Red value is 216 (84.77% from 255 or 68.14% from 317); Green value is 20 (8.20% from 255 or 6.31% from 317); Blue value is 81 (32.03% from 255 or 25.55% from 317); Max value from RGB is 216 - color contains mainly: red. Hex color #D81451 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D81451 is #27EBAE. Grayscale: #555555. Windows color (decimal): -2616239 or 5313752. OLE color: 5313752.
HSL color Cylindrical-coordinate representation of color #D81451: hue angle of 341.33º 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 #D81451 is Cyan = 0, Magento = 0.91, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 20 | 81 | - |
| CMYK | 0 | 0.91 | 0.62 | 0.15 |
| HSL | 341.33º | 0.83% | 0.46% | - |
| HSV(B) | 341.33º | 0.91% | 0.85% | - |
| XYZ | 30.05 | 15.69 | 9.23 | - |
| YUV | 85.56 | 125.43 | 221.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 20 | 81 | 0 | 0.91 | 0.62 | 0.15 | 341.33 | 0.83 | 0.46 |
| Hex | D8 | 14 | 51 | 0 | 5B | 3E | F | 155 | 53 | 2E |
| Octal | 330 | 24 | 121 | 0 | 133 | 76 | 17 | 525 | 123 | 56 |
| Binary | 11011000 | 10100 | 1010001 | 0 | 1011011 | 111110 | 1111 | 101010101 | 1010011 | 101110 |
Color Harmonies of #D81451
Complementary color
Monochromatic Colors of #D81451
Black with #D81451
Text Example
Text Example
White with #D81451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81451; }
p { color: rgb(216,20,81); }
H1.HeaderClassName
{
color: #D81451;
}
.AnyTagClassName
{
color: #D81451;
}
</style>
background-color css
<style>
a { background-color: #D81451; }
a { background-color: rgb(216,20,81); }
div.DivClassName
{
background-color: #D81451;
}
.BgClassName
{
background-color: #D81451;
}
</style>
border-color css
<style>
span { border-color: #D81451; }
span { border-color: rgb(216,20,81); }
td.TdClassName
{
border-color: #D81451;
}
.TagClassName
{
border-color: #D81451;
}
</style>