Shades of Ruby #D80B68
Tints of Ruby #D80B68
RGB
CMYK
RGB Variations
Color information
#D80B68 (or 0xD80B68) is known color: Ruby. HEX triplet: D8, 0B and 68. RGB value is (216,11,104). Sum of RGB (Red+Green+Blue) = 216+11+104=331 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.26% from 331); Green value is 11 (4.69% from 255 or 3.32% from 331); Blue value is 104 (41.02% from 255 or 31.42% from 331); Max value from RGB is 216 - color contains mainly: red. Hex color #D80B68 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80B68 is #27F497. Grayscale: #525252. Windows color (decimal): -2618520 or 6818776. OLE color: 6818776.
HSL color Cylindrical-coordinate representation of color #D80B68: hue angle of 332.78º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D80B68 is Cyan = 0, Magento = 0.95, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 11 | 104 | - |
| CMYK | 0 | 0.95 | 0.52 | 0.15 |
| HSL | 332.78º | 0.9% | 0.45% | - |
| HSV(B) | 332.78º | 0.95% | 0.85% | - |
| XYZ | 30.94 | 15.84 | 14.52 | - |
| YUV | 82.9 | 139.92 | 222.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 11 | 104 | 0 | 0.95 | 0.52 | 0.15 | 332.78 | 0.9 | 0.45 |
| Hex | D8 | B | 68 | 0 | 5F | 34 | F | 14D | 5A | 2D |
| Octal | 330 | 13 | 150 | 0 | 137 | 64 | 17 | 515 | 132 | 55 |
| Binary | 11011000 | 1011 | 1101000 | 0 | 1011111 | 110100 | 1111 | 101001101 | 1011010 | 101101 |
Color Harmonies of #D80B68
Complementary color
Monochromatic Colors of #D80B68
Black with #D80B68
Text Example
Text Example
White with #D80B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80B68; }
p { color: rgb(216,11,104); }
H1.HeaderClassName
{
color: #D80B68;
}
.AnyTagClassName
{
color: #D80B68;
}
</style>
background-color css
<style>
a { background-color: #D80B68; }
a { background-color: rgb(216,11,104); }
div.DivClassName
{
background-color: #D80B68;
}
.BgClassName
{
background-color: #D80B68;
}
</style>
border-color css
<style>
span { border-color: #D80B68; }
span { border-color: rgb(216,11,104); }
td.TdClassName
{
border-color: #D80B68;
}
.TagClassName
{
border-color: #D80B68;
}
</style>