Shades of Ruby #D81867
Tints of Ruby #D81867
RGB
CMYK
RGB Variations
Color information
#D81867 (or 0xD81867) is known color: Ruby. HEX triplet: D8, 18 and 67. RGB value is (216,24,103). Sum of RGB (Red+Green+Blue) = 216+24+103=343 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.97% from 343); Green value is 24 (9.77% from 255 or 7.00% from 343); Blue value is 103 (40.62% from 255 or 30.03% from 343); Max value from RGB is 216 - color contains mainly: red. Hex color #D81867 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D81867 is #27E798. Grayscale: #5A5A5A. Windows color (decimal): -2615193 or 6756568. OLE color: 6756568.
HSL color Cylindrical-coordinate representation of color #D81867: hue angle of 335.31º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D81867 is Cyan = 0, Magento = 0.89, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 24 | 103 | - |
| CMYK | 0 | 0.89 | 0.52 | 0.15 |
| HSL | 335.31º | 0.8% | 0.47% | - |
| HSV(B) | 335.31º | 0.89% | 0.85% | - |
| XYZ | 31.09 | 16.23 | 14.33 | - |
| YUV | 90.41 | 135.11 | 217.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 24 | 103 | 0 | 0.89 | 0.52 | 0.15 | 335.31 | 0.8 | 0.47 |
| Hex | D8 | 18 | 67 | 0 | 59 | 34 | F | 14F | 50 | 2F |
| Octal | 330 | 30 | 147 | 0 | 131 | 64 | 17 | 517 | 120 | 57 |
| Binary | 11011000 | 11000 | 1100111 | 0 | 1011001 | 110100 | 1111 | 101001111 | 1010000 | 101111 |
Color Harmonies of #D81867
Complementary color
Monochromatic Colors of #D81867
Black with #D81867
Text Example
Text Example
White with #D81867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81867; }
p { color: rgb(216,24,103); }
H1.HeaderClassName
{
color: #D81867;
}
.AnyTagClassName
{
color: #D81867;
}
</style>
background-color css
<style>
a { background-color: #D81867; }
a { background-color: rgb(216,24,103); }
div.DivClassName
{
background-color: #D81867;
}
.BgClassName
{
background-color: #D81867;
}
</style>
border-color css
<style>
span { border-color: #D81867; }
span { border-color: rgb(216,24,103); }
td.TdClassName
{
border-color: #D81867;
}
.TagClassName
{
border-color: #D81867;
}
</style>