Shades of Ruby #DB165A
Tints of Ruby #DB165A
RGB
CMYK
RGB Variations
Color information
#DB165A (or 0xDB165A) is known color: Ruby. HEX triplet: DB, 16 and 5A. RGB value is (219,22,90). Sum of RGB (Red+Green+Blue) = 219+22+90=331 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.16% from 331); Green value is 22 (8.98% from 255 or 6.65% from 331); Blue value is 90 (35.55% from 255 or 27.19% from 331); Max value from RGB is 219 - color contains mainly: red. Hex color #DB165A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB165A is #24E9A5. Grayscale: #585858. Windows color (decimal): -2419110 or 5904091. OLE color: 5904091.
HSL color Cylindrical-coordinate representation of color #DB165A: hue angle of 339.29º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DB165A is Cyan = 0, Magento = 0.90, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 22 | 90 | - |
| CMYK | 0 | 0.90 | 0.59 | 0.14 |
| HSL | 339.29º | 0.82% | 0.47% | - |
| HSV(B) | 339.29º | 0.9% | 0.86% | - |
| XYZ | 31.35 | 16.37 | 11.18 | - |
| YUV | 88.66 | 128.77 | 220.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 22 | 90 | 0 | 0.90 | 0.59 | 0.14 | 339.29 | 0.82 | 0.47 |
| Hex | DB | 16 | 5A | 0 | 5A | 3B | E | 153 | 52 | 2F |
| Octal | 333 | 26 | 132 | 0 | 132 | 73 | 16 | 523 | 122 | 57 |
| Binary | 11011011 | 10110 | 1011010 | 0 | 1011010 | 111011 | 1110 | 101010011 | 1010010 | 101111 |
Color Harmonies of #DB165A
Complementary color
Monochromatic Colors of #DB165A
Black with #DB165A
Text Example
Text Example
White with #DB165A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB165A; }
p { color: rgb(219,22,90); }
H1.HeaderClassName
{
color: #DB165A;
}
.AnyTagClassName
{
color: #DB165A;
}
</style>
background-color css
<style>
a { background-color: #DB165A; }
a { background-color: rgb(219,22,90); }
div.DivClassName
{
background-color: #DB165A;
}
.BgClassName
{
background-color: #DB165A;
}
</style>
border-color css
<style>
span { border-color: #DB165A; }
span { border-color: rgb(219,22,90); }
td.TdClassName
{
border-color: #DB165A;
}
.TagClassName
{
border-color: #DB165A;
}
</style>