Shades of Ruby #DB076D
Tints of Ruby #DB076D
RGB
CMYK
RGB Variations
Color information
#DB076D (or 0xDB076D) is known color: Ruby. HEX triplet: DB, 07 and 6D. RGB value is (219,7,109). Sum of RGB (Red+Green+Blue) = 219+7+109=335 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.37% from 335); Green value is 7 (3.12% from 255 or 2.09% from 335); Blue value is 109 (42.97% from 255 or 32.54% from 335); Max value from RGB is 219 - color contains mainly: red. Hex color #DB076D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB076D is #24F892. Grayscale: #515151. Windows color (decimal): -2422931 or 7145435. OLE color: 7145435.
HSL color Cylindrical-coordinate representation of color #DB076D: hue angle of 331.13º 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 #DB076D is Cyan = 0, Magento = 0.97, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 7 | 109 | - |
| CMYK | 0 | 0.97 | 0.50 | 0.14 |
| HSL | 331.13º | 0.94% | 0.44% | - |
| HSV(B) | 331.13º | 0.97% | 0.86% | - |
| XYZ | 32.05 | 16.32 | 15.93 | - |
| YUV | 82.02 | 143.24 | 225.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 7 | 109 | 0 | 0.97 | 0.50 | 0.14 | 331.13 | 0.94 | 0.44 |
| Hex | DB | 7 | 6D | 0 | 61 | 32 | E | 14B | 5E | 2C |
| Octal | 333 | 7 | 155 | 0 | 141 | 62 | 16 | 513 | 136 | 54 |
| Binary | 11011011 | 111 | 1101101 | 0 | 1100001 | 110010 | 1110 | 101001011 | 1011110 | 101100 |
Color Harmonies of #DB076D
Complementary color
Monochromatic Colors of #DB076D
Black with #DB076D
Text Example
Text Example
White with #DB076D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB076D; }
p { color: rgb(219,7,109); }
H1.HeaderClassName
{
color: #DB076D;
}
.AnyTagClassName
{
color: #DB076D;
}
</style>
background-color css
<style>
a { background-color: #DB076D; }
a { background-color: rgb(219,7,109); }
div.DivClassName
{
background-color: #DB076D;
}
.BgClassName
{
background-color: #DB076D;
}
</style>
border-color css
<style>
span { border-color: #DB076D; }
span { border-color: rgb(219,7,109); }
td.TdClassName
{
border-color: #DB076D;
}
.TagClassName
{
border-color: #DB076D;
}
</style>