Shades of Ruby #DB076B
Tints of Ruby #DB076B
RGB
CMYK
RGB Variations
Color information
#DB076B (or 0xDB076B) is known color: Ruby. HEX triplet: DB, 07 and 6B. RGB value is (219,7,107). Sum of RGB (Red+Green+Blue) = 219+7+107=333 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.77% from 333); Green value is 7 (3.12% from 255 or 2.10% from 333); Blue value is 107 (42.19% from 255 or 32.13% from 333); Max value from RGB is 219 - color contains mainly: red. Hex color #DB076B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB076B is #24F894. Grayscale: #515151. Windows color (decimal): -2422933 or 7014363. OLE color: 7014363.
HSL color Cylindrical-coordinate representation of color #DB076B: hue angle of 331.7º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DB076B is Cyan = 0, Magento = 0.97, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 7 | 107 | - |
| CMYK | 0 | 0.97 | 0.51 | 0.14 |
| HSL | 331.7º | 0.94% | 0.44% | - |
| HSV(B) | 331.7º | 0.97% | 0.86% | - |
| XYZ | 31.94 | 16.27 | 15.37 | - |
| YUV | 81.79 | 142.24 | 225.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 7 | 107 | 0 | 0.97 | 0.51 | 0.14 | 331.7 | 0.94 | 0.44 |
| Hex | DB | 7 | 6B | 0 | 61 | 33 | E | 14C | 5E | 2C |
| Octal | 333 | 7 | 153 | 0 | 141 | 63 | 16 | 514 | 136 | 54 |
| Binary | 11011011 | 111 | 1101011 | 0 | 1100001 | 110011 | 1110 | 101001100 | 1011110 | 101100 |
Color Harmonies of #DB076B
Complementary color
Monochromatic Colors of #DB076B
Black with #DB076B
Text Example
Text Example
White with #DB076B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB076B; }
p { color: rgb(219,7,107); }
H1.HeaderClassName
{
color: #DB076B;
}
.AnyTagClassName
{
color: #DB076B;
}
</style>
background-color css
<style>
a { background-color: #DB076B; }
a { background-color: rgb(219,7,107); }
div.DivClassName
{
background-color: #DB076B;
}
.BgClassName
{
background-color: #DB076B;
}
</style>
border-color css
<style>
span { border-color: #DB076B; }
span { border-color: rgb(219,7,107); }
td.TdClassName
{
border-color: #DB076B;
}
.TagClassName
{
border-color: #DB076B;
}
</style>