Shades of Ruby #D81B54
Tints of Ruby #D81B54
RGB
CMYK
RGB Variations
Color information
#D81B54 (or 0xD81B54) is known color: Ruby. HEX triplet: D8, 1B and 54. RGB value is (216,27,84). Sum of RGB (Red+Green+Blue) = 216+27+84=327 (43% of max value = 765). Red value is 216 (84.77% from 255 or 66.06% from 327); Green value is 27 (10.94% from 255 or 8.26% from 327); Blue value is 84 (33.20% from 255 or 25.69% from 327); Max value from RGB is 216 - color contains mainly: red. Hex color #D81B54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D81B54 is #27E4AB. Grayscale: #595959. Windows color (decimal): -2614444 or 5512152. OLE color: 5512152.
HSL color Cylindrical-coordinate representation of color #D81B54: hue angle of 341.9º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D81B54 is Cyan = 0, Magento = 0.88, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 27 | 84 | - |
| CMYK | 0 | 0.88 | 0.61 | 0.15 |
| HSL | 341.9º | 0.78% | 0.48% | - |
| HSV(B) | 341.9º | 0.88% | 0.85% | - |
| XYZ | 30.31 | 16.02 | 9.88 | - |
| YUV | 90.01 | 124.62 | 217.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 27 | 84 | 0 | 0.88 | 0.61 | 0.15 | 341.9 | 0.78 | 0.48 |
| Hex | D8 | 1B | 54 | 0 | 58 | 3D | F | 156 | 4E | 30 |
| Octal | 330 | 33 | 124 | 0 | 130 | 75 | 17 | 526 | 116 | 60 |
| Binary | 11011000 | 11011 | 1010100 | 0 | 1011000 | 111101 | 1111 | 101010110 | 1001110 | 110000 |
Color Harmonies of #D81B54
Complementary color
Monochromatic Colors of #D81B54
Black with #D81B54
Text Example
Text Example
White with #D81B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81B54; }
p { color: rgb(216,27,84); }
H1.HeaderClassName
{
color: #D81B54;
}
.AnyTagClassName
{
color: #D81B54;
}
</style>
background-color css
<style>
a { background-color: #D81B54; }
a { background-color: rgb(216,27,84); }
div.DivClassName
{
background-color: #D81B54;
}
.BgClassName
{
background-color: #D81B54;
}
</style>
border-color css
<style>
span { border-color: #D81B54; }
span { border-color: rgb(216,27,84); }
td.TdClassName
{
border-color: #D81B54;
}
.TagClassName
{
border-color: #D81B54;
}
</style>