Shades of Ruby #D81B65
Tints of Ruby #D81B65
RGB
CMYK
RGB Variations
Color information
#D81B65 (or 0xD81B65) is known color: Ruby. HEX triplet: D8, 1B and 65. RGB value is (216,27,101). Sum of RGB (Red+Green+Blue) = 216+27+101=344 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.79% from 344); Green value is 27 (10.94% from 255 or 7.85% from 344); Blue value is 101 (39.84% from 255 or 29.36% from 344); Max value from RGB is 216 - color contains mainly: red. Hex color #D81B65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D81B65 is #27E49A. Grayscale: #5B5B5B. Windows color (decimal): -2614427 or 6626264. OLE color: 6626264.
HSL color Cylindrical-coordinate representation of color #D81B65: hue angle of 336.51º 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 #D81B65 is Cyan = 0, Magento = 0.88, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 27 | 101 | - |
| CMYK | 0 | 0.88 | 0.53 | 0.15 |
| HSL | 336.51º | 0.78% | 0.48% | - |
| HSV(B) | 336.51º | 0.88% | 0.85% | - |
| XYZ | 31.06 | 16.32 | 13.83 | - |
| YUV | 91.95 | 133.12 | 216.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 27 | 101 | 0 | 0.88 | 0.53 | 0.15 | 336.51 | 0.78 | 0.48 |
| Hex | D8 | 1B | 65 | 0 | 58 | 35 | F | 151 | 4E | 30 |
| Octal | 330 | 33 | 145 | 0 | 130 | 65 | 17 | 521 | 116 | 60 |
| Binary | 11011000 | 11011 | 1100101 | 0 | 1011000 | 110101 | 1111 | 101010001 | 1001110 | 110000 |
Color Harmonies of #D81B65
Complementary color
Monochromatic Colors of #D81B65
Black with #D81B65
Text Example
Text Example
White with #D81B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81B65; }
p { color: rgb(216,27,101); }
H1.HeaderClassName
{
color: #D81B65;
}
.AnyTagClassName
{
color: #D81B65;
}
</style>
background-color css
<style>
a { background-color: #D81B65; }
a { background-color: rgb(216,27,101); }
div.DivClassName
{
background-color: #D81B65;
}
.BgClassName
{
background-color: #D81B65;
}
</style>
border-color css
<style>
span { border-color: #D81B65; }
span { border-color: rgb(216,27,101); }
td.TdClassName
{
border-color: #D81B65;
}
.TagClassName
{
border-color: #D81B65;
}
</style>