Shades of Ruby #DB096D
Tints of Ruby #DB096D
RGB
CMYK
RGB Variations
Color information
#DB096D (or 0xDB096D) is known color: Ruby. HEX triplet: DB, 09 and 6D. RGB value is (219,9,109). Sum of RGB (Red+Green+Blue) = 219+9+109=337 (44% of max value = 765). Red value is 219 (85.94% from 255 or 64.99% from 337); Green value is 9 (3.91% from 255 or 2.67% from 337); Blue value is 109 (42.97% from 255 or 32.34% from 337); Max value from RGB is 219 - color contains mainly: red. Hex color #DB096D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB096D is #24F692. Grayscale: #535353. Windows color (decimal): -2422419 or 7145947. OLE color: 7145947.
HSL color Cylindrical-coordinate representation of color #DB096D: hue angle of 331.43º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DB096D is Cyan = 0, Magento = 0.96, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 9 | 109 | - |
| CMYK | 0 | 0.96 | 0.50 | 0.14 |
| HSL | 331.43º | 0.92% | 0.45% | - |
| HSV(B) | 331.43º | 0.96% | 0.86% | - |
| XYZ | 32.07 | 16.36 | 15.94 | - |
| YUV | 83.19 | 142.57 | 224.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 9 | 109 | 0 | 0.96 | 0.50 | 0.14 | 331.43 | 0.92 | 0.45 |
| Hex | DB | 9 | 6D | 0 | 60 | 32 | E | 14B | 5C | 2D |
| Octal | 333 | 11 | 155 | 0 | 140 | 62 | 16 | 513 | 134 | 55 |
| Binary | 11011011 | 1001 | 1101101 | 0 | 1100000 | 110010 | 1110 | 101001011 | 1011100 | 101101 |
Color Harmonies of #DB096D
Complementary color
Monochromatic Colors of #DB096D
Black with #DB096D
Text Example
Text Example
White with #DB096D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB096D; }
p { color: rgb(219,9,109); }
H1.HeaderClassName
{
color: #DB096D;
}
.AnyTagClassName
{
color: #DB096D;
}
</style>
background-color css
<style>
a { background-color: #DB096D; }
a { background-color: rgb(219,9,109); }
div.DivClassName
{
background-color: #DB096D;
}
.BgClassName
{
background-color: #DB096D;
}
</style>
border-color css
<style>
span { border-color: #DB096D; }
span { border-color: rgb(219,9,109); }
td.TdClassName
{
border-color: #DB096D;
}
.TagClassName
{
border-color: #DB096D;
}
</style>