Shades of Ruby #D81067
Tints of Ruby #D81067
RGB
CMYK
RGB Variations
Color information
#D81067 (or 0xD81067) is known color: Ruby. HEX triplet: D8, 10 and 67. RGB value is (216,16,103). Sum of RGB (Red+Green+Blue) = 216+16+103=335 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.48% from 335); Green value is 16 (6.64% from 255 or 4.78% from 335); Blue value is 103 (40.62% from 255 or 30.75% from 335); Max value from RGB is 216 - color contains mainly: red. Hex color #D81067 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D81067 is #27EF98. Grayscale: #555555. Windows color (decimal): -2617241 or 6754520. OLE color: 6754520.
HSL color Cylindrical-coordinate representation of color #D81067: hue angle of 333.9º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D81067 is Cyan = 0, Magento = 0.93, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 16 | 103 | - |
| CMYK | 0 | 0.93 | 0.52 | 0.15 |
| HSL | 333.9º | 0.86% | 0.45% | - |
| HSV(B) | 333.9º | 0.93% | 0.85% | - |
| XYZ | 30.95 | 15.95 | 14.28 | - |
| YUV | 85.72 | 137.76 | 220.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 16 | 103 | 0 | 0.93 | 0.52 | 0.15 | 333.9 | 0.86 | 0.45 |
| Hex | D8 | 10 | 67 | 0 | 5D | 34 | F | 14E | 56 | 2D |
| Octal | 330 | 20 | 147 | 0 | 135 | 64 | 17 | 516 | 126 | 55 |
| Binary | 11011000 | 10000 | 1100111 | 0 | 1011101 | 110100 | 1111 | 101001110 | 1010110 | 101101 |
Color Harmonies of #D81067
Complementary color
Monochromatic Colors of #D81067
Black with #D81067
Text Example
Text Example
White with #D81067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81067; }
p { color: rgb(216,16,103); }
H1.HeaderClassName
{
color: #D81067;
}
.AnyTagClassName
{
color: #D81067;
}
</style>
background-color css
<style>
a { background-color: #D81067; }
a { background-color: rgb(216,16,103); }
div.DivClassName
{
background-color: #D81067;
}
.BgClassName
{
background-color: #D81067;
}
</style>
border-color css
<style>
span { border-color: #D81067; }
span { border-color: rgb(216,16,103); }
td.TdClassName
{
border-color: #D81067;
}
.TagClassName
{
border-color: #D81067;
}
</style>