Shades of Ruby #D81B67
Tints of Ruby #D81B67
RGB
CMYK
RGB Variations
Color information
#D81B67 (or 0xD81B67) is known color: Ruby. HEX triplet: D8, 1B and 67. RGB value is (216,27,103). Sum of RGB (Red+Green+Blue) = 216+27+103=346 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.43% from 346); Green value is 27 (10.94% from 255 or 7.80% from 346); Blue value is 103 (40.62% from 255 or 29.77% from 346); Max value from RGB is 216 - color contains mainly: red. Hex color #D81B67 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D81B67 is #27E498. Grayscale: #5C5C5C. Windows color (decimal): -2614425 or 6757336. OLE color: 6757336.
HSL color Cylindrical-coordinate representation of color #D81B67: hue angle of 335.87º 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 #D81B67 is Cyan = 0, Magento = 0.88, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 27 | 103 | - |
| CMYK | 0 | 0.88 | 0.52 | 0.15 |
| HSL | 335.87º | 0.78% | 0.48% | - |
| HSV(B) | 335.87º | 0.88% | 0.85% | - |
| XYZ | 31.16 | 16.36 | 14.35 | - |
| YUV | 92.18 | 134.12 | 216.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 27 | 103 | 0 | 0.88 | 0.52 | 0.15 | 335.87 | 0.78 | 0.48 |
| Hex | D8 | 1B | 67 | 0 | 58 | 34 | F | 150 | 4E | 30 |
| Octal | 330 | 33 | 147 | 0 | 130 | 64 | 17 | 520 | 116 | 60 |
| Binary | 11011000 | 11011 | 1100111 | 0 | 1011000 | 110100 | 1111 | 101010000 | 1001110 | 110000 |
Color Harmonies of #D81B67
Complementary color
Monochromatic Colors of #D81B67
Black with #D81B67
Text Example
Text Example
White with #D81B67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81B67; }
p { color: rgb(216,27,103); }
H1.HeaderClassName
{
color: #D81B67;
}
.AnyTagClassName
{
color: #D81B67;
}
</style>
background-color css
<style>
a { background-color: #D81B67; }
a { background-color: rgb(216,27,103); }
div.DivClassName
{
background-color: #D81B67;
}
.BgClassName
{
background-color: #D81B67;
}
</style>
border-color css
<style>
span { border-color: #D81B67; }
span { border-color: rgb(216,27,103); }
td.TdClassName
{
border-color: #D81B67;
}
.TagClassName
{
border-color: #D81B67;
}
</style>