Shades of Ruby #D81354
Tints of Ruby #D81354
RGB
CMYK
RGB Variations
Color information
#D81354 (or 0xD81354) is known color: Ruby. HEX triplet: D8, 13 and 54. RGB value is (216,19,84). Sum of RGB (Red+Green+Blue) = 216+19+84=319 (42% of max value = 765). Red value is 216 (84.77% from 255 or 67.71% from 319); Green value is 19 (7.81% from 255 or 5.96% from 319); Blue value is 84 (33.20% from 255 or 26.33% from 319); Max value from RGB is 216 - color contains mainly: red. Hex color #D81354 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D81354 is #27ECAB. Grayscale: #555555. Windows color (decimal): -2616492 or 5510104. OLE color: 5510104.
HSL color Cylindrical-coordinate representation of color #D81354: hue angle of 340.2º degrees, saturation: 0.84, 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 #D81354 is Cyan = 0, Magento = 0.91, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 19 | 84 | - |
| CMYK | 0 | 0.91 | 0.61 | 0.15 |
| HSL | 340.2º | 0.84% | 0.46% | - |
| HSV(B) | 340.2º | 0.91% | 0.85% | - |
| XYZ | 30.15 | 15.7 | 9.83 | - |
| YUV | 85.31 | 127.27 | 221.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 19 | 84 | 0 | 0.91 | 0.61 | 0.15 | 340.2 | 0.84 | 0.46 |
| Hex | D8 | 13 | 54 | 0 | 5B | 3D | F | 154 | 54 | 2E |
| Octal | 330 | 23 | 124 | 0 | 133 | 75 | 17 | 524 | 124 | 56 |
| Binary | 11011000 | 10011 | 1010100 | 0 | 1011011 | 111101 | 1111 | 101010100 | 1010100 | 101110 |
Color Harmonies of #D81354
Complementary color
Monochromatic Colors of #D81354
Black with #D81354
Text Example
Text Example
White with #D81354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81354; }
p { color: rgb(216,19,84); }
H1.HeaderClassName
{
color: #D81354;
}
.AnyTagClassName
{
color: #D81354;
}
</style>
background-color css
<style>
a { background-color: #D81354; }
a { background-color: rgb(216,19,84); }
div.DivClassName
{
background-color: #D81354;
}
.BgClassName
{
background-color: #D81354;
}
</style>
border-color css
<style>
span { border-color: #D81354; }
span { border-color: rgb(216,19,84); }
td.TdClassName
{
border-color: #D81354;
}
.TagClassName
{
border-color: #D81354;
}
</style>