Shades of Ruby #D81B5A
Tints of Ruby #D81B5A
RGB
CMYK
RGB Variations
Color information
#D81B5A (or 0xD81B5A) is known color: Ruby. HEX triplet: D8, 1B and 5A. RGB value is (216,27,90). Sum of RGB (Red+Green+Blue) = 216+27+90=333 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.86% from 333); Green value is 27 (10.94% from 255 or 8.11% from 333); Blue value is 90 (35.55% from 255 or 27.03% from 333); Max value from RGB is 216 - color contains mainly: red. Hex color #D81B5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D81B5A is #27E4A5. Grayscale: #5A5A5A. Windows color (decimal): -2614438 or 5905368. OLE color: 5905368.
HSL color Cylindrical-coordinate representation of color #D81B5A: hue angle of 340º 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 #D81B5A is Cyan = 0, Magento = 0.88, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 27 | 90 | - |
| CMYK | 0 | 0.88 | 0.58 | 0.15 |
| HSL | 340º | 0.78% | 0.48% | - |
| HSV(B) | 340º | 0.88% | 0.85% | - |
| XYZ | 30.56 | 16.12 | 11.17 | - |
| YUV | 90.69 | 127.62 | 217.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 27 | 90 | 0 | 0.88 | 0.58 | 0.15 | 340 | 0.78 | 0.48 |
| Hex | D8 | 1B | 5A | 0 | 58 | 3A | F | 154 | 4E | 30 |
| Octal | 330 | 33 | 132 | 0 | 130 | 72 | 17 | 524 | 116 | 60 |
| Binary | 11011000 | 11011 | 1011010 | 0 | 1011000 | 111010 | 1111 | 101010100 | 1001110 | 110000 |
Color Harmonies of #D81B5A
Complementary color
Monochromatic Colors of #D81B5A
Black with #D81B5A
Text Example
Text Example
White with #D81B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81B5A; }
p { color: rgb(216,27,90); }
H1.HeaderClassName
{
color: #D81B5A;
}
.AnyTagClassName
{
color: #D81B5A;
}
</style>
background-color css
<style>
a { background-color: #D81B5A; }
a { background-color: rgb(216,27,90); }
div.DivClassName
{
background-color: #D81B5A;
}
.BgClassName
{
background-color: #D81B5A;
}
</style>
border-color css
<style>
span { border-color: #D81B5A; }
span { border-color: rgb(216,27,90); }
td.TdClassName
{
border-color: #D81B5A;
}
.TagClassName
{
border-color: #D81B5A;
}
</style>