Shades of Ruby #DB1565
Tints of Ruby #DB1565
RGB
CMYK
RGB Variations
Color information
#DB1565 (or 0xDB1565) is known color: Ruby. HEX triplet: DB, 15 and 65. RGB value is (219,21,101). Sum of RGB (Red+Green+Blue) = 219+21+101=341 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.22% from 341); Green value is 21 (8.59% from 255 or 6.16% from 341); Blue value is 101 (39.84% from 255 or 29.62% from 341); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1565 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB1565 is #24EA9A. Grayscale: #595959. Windows color (decimal): -2419355 or 6624731. OLE color: 6624731.
HSL color Cylindrical-coordinate representation of color #DB1565: hue angle of 335.76º 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 #DB1565 is Cyan = 0, Magento = 0.90, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 21 | 101 | - |
| CMYK | 0 | 0.90 | 0.54 | 0.14 |
| HSL | 335.76º | 0.83% | 0.47% | - |
| HSV(B) | 335.76º | 0.9% | 0.86% | - |
| XYZ | 31.83 | 16.54 | 13.83 | - |
| YUV | 89.32 | 134.6 | 220.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 21 | 101 | 0 | 0.90 | 0.54 | 0.14 | 335.76 | 0.83 | 0.47 |
| Hex | DB | 15 | 65 | 0 | 5A | 36 | E | 150 | 52 | 2F |
| Octal | 333 | 25 | 145 | 0 | 132 | 66 | 16 | 520 | 122 | 57 |
| Binary | 11011011 | 10101 | 1100101 | 0 | 1011010 | 110110 | 1110 | 101010000 | 1010010 | 101111 |
Color Harmonies of #DB1565
Complementary color
Monochromatic Colors of #DB1565
Black with #DB1565
Text Example
Text Example
White with #DB1565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1565; }
p { color: rgb(219,21,101); }
H1.HeaderClassName
{
color: #DB1565;
}
.AnyTagClassName
{
color: #DB1565;
}
</style>
background-color css
<style>
a { background-color: #DB1565; }
a { background-color: rgb(219,21,101); }
div.DivClassName
{
background-color: #DB1565;
}
.BgClassName
{
background-color: #DB1565;
}
</style>
border-color css
<style>
span { border-color: #DB1565; }
span { border-color: rgb(219,21,101); }
td.TdClassName
{
border-color: #DB1565;
}
.TagClassName
{
border-color: #DB1565;
}
</style>