Shades of Ruby #D81454
Tints of Ruby #D81454
RGB
CMYK
RGB Variations
Color information
#D81454 (or 0xD81454) is known color: Ruby. HEX triplet: D8, 14 and 54. RGB value is (216,20,84). Sum of RGB (Red+Green+Blue) = 216+20+84=320 (42% of max value = 765). Red value is 216 (84.77% from 255 or 67.5% from 320); Green value is 20 (8.20% from 255 or 6.25% from 320); Blue value is 84 (33.20% from 255 or 26.25% from 320); Max value from RGB is 216 - color contains mainly: red. Hex color #D81454 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D81454 is #27EBAB. Grayscale: #555555. Windows color (decimal): -2616236 or 5510360. OLE color: 5510360.
HSL color Cylindrical-coordinate representation of color #D81454: hue angle of 340.41º 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 #D81454 is Cyan = 0, Magento = 0.91, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 20 | 84 | - |
| CMYK | 0 | 0.91 | 0.61 | 0.15 |
| HSL | 340.41º | 0.83% | 0.46% | - |
| HSV(B) | 340.41º | 0.91% | 0.85% | - |
| XYZ | 30.17 | 15.74 | 9.84 | - |
| YUV | 85.9 | 126.93 | 220.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 20 | 84 | 0 | 0.91 | 0.61 | 0.15 | 340.41 | 0.83 | 0.46 |
| Hex | D8 | 14 | 54 | 0 | 5B | 3D | F | 154 | 53 | 2E |
| Octal | 330 | 24 | 124 | 0 | 133 | 75 | 17 | 524 | 123 | 56 |
| Binary | 11011000 | 10100 | 1010100 | 0 | 1011011 | 111101 | 1111 | 101010100 | 1010011 | 101110 |
Color Harmonies of #D81454
Complementary color
Monochromatic Colors of #D81454
Black with #D81454
Text Example
Text Example
White with #D81454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81454; }
p { color: rgb(216,20,84); }
H1.HeaderClassName
{
color: #D81454;
}
.AnyTagClassName
{
color: #D81454;
}
</style>
background-color css
<style>
a { background-color: #D81454; }
a { background-color: rgb(216,20,84); }
div.DivClassName
{
background-color: #D81454;
}
.BgClassName
{
background-color: #D81454;
}
</style>
border-color css
<style>
span { border-color: #D81454; }
span { border-color: rgb(216,20,84); }
td.TdClassName
{
border-color: #D81454;
}
.TagClassName
{
border-color: #D81454;
}
</style>