Shades of Ruby #D81B6E
Tints of Ruby #D81B6E
RGB
CMYK
RGB Variations
Color information
#D81B6E (or 0xD81B6E) is known color: Ruby. HEX triplet: D8, 1B and 6E. RGB value is (216,27,110). Sum of RGB (Red+Green+Blue) = 216+27+110=353 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.19% from 353); Green value is 27 (10.94% from 255 or 7.65% from 353); Blue value is 110 (43.36% from 255 or 31.16% from 353); Max value from RGB is 216 - color contains mainly: red. Hex color #D81B6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D81B6E is #27E491. Grayscale: #5C5C5C. Windows color (decimal): -2614418 or 7216088. OLE color: 7216088.
HSL color Cylindrical-coordinate representation of color #D81B6E: hue angle of 333.65º 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 #D81B6E is Cyan = 0, Magento = 0.88, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 27 | 110 | - |
| CMYK | 0 | 0.88 | 0.49 | 0.15 |
| HSL | 333.65º | 0.78% | 0.48% | - |
| HSV(B) | 333.65º | 0.88% | 0.85% | - |
| XYZ | 31.53 | 16.51 | 16.28 | - |
| YUV | 92.97 | 137.62 | 215.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 27 | 110 | 0 | 0.88 | 0.49 | 0.15 | 333.65 | 0.78 | 0.48 |
| Hex | D8 | 1B | 6E | 0 | 58 | 31 | F | 14E | 4E | 30 |
| Octal | 330 | 33 | 156 | 0 | 130 | 61 | 17 | 516 | 116 | 60 |
| Binary | 11011000 | 11011 | 1101110 | 0 | 1011000 | 110001 | 1111 | 101001110 | 1001110 | 110000 |
Color Harmonies of #D81B6E
Complementary color
Monochromatic Colors of #D81B6E
Black with #D81B6E
Text Example
Text Example
White with #D81B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81B6E; }
p { color: rgb(216,27,110); }
H1.HeaderClassName
{
color: #D81B6E;
}
.AnyTagClassName
{
color: #D81B6E;
}
</style>
background-color css
<style>
a { background-color: #D81B6E; }
a { background-color: rgb(216,27,110); }
div.DivClassName
{
background-color: #D81B6E;
}
.BgClassName
{
background-color: #D81B6E;
}
</style>
border-color css
<style>
span { border-color: #D81B6E; }
span { border-color: rgb(216,27,110); }
td.TdClassName
{
border-color: #D81B6E;
}
.TagClassName
{
border-color: #D81B6E;
}
</style>