Shades of Ruby #DB1A65
Tints of Ruby #DB1A65
RGB
CMYK
RGB Variations
Color information
#DB1A65 (or 0xDB1A65) is known color: Ruby. HEX triplet: DB, 1A and 65. RGB value is (219,26,101). Sum of RGB (Red+Green+Blue) = 219+26+101=346 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.29% from 346); Green value is 26 (10.55% from 255 or 7.51% from 346); Blue value is 101 (39.84% from 255 or 29.19% from 346); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1A65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB1A65 is #24E59A. Grayscale: #5C5C5C. Windows color (decimal): -2418075 or 6626011. OLE color: 6626011.
HSL color Cylindrical-coordinate representation of color #DB1A65: hue angle of 336.68º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DB1A65 is Cyan = 0, Magento = 0.88, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 26 | 101 | - |
| CMYK | 0 | 0.88 | 0.54 | 0.14 |
| HSL | 336.68º | 0.79% | 0.48% | - |
| HSV(B) | 336.68º | 0.88% | 0.86% | - |
| XYZ | 31.93 | 16.74 | 13.86 | - |
| YUV | 92.26 | 132.94 | 218.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 26 | 101 | 0 | 0.88 | 0.54 | 0.14 | 336.68 | 0.79 | 0.48 |
| Hex | DB | 1A | 65 | 0 | 58 | 36 | E | 151 | 4F | 30 |
| Octal | 333 | 32 | 145 | 0 | 130 | 66 | 16 | 521 | 117 | 60 |
| Binary | 11011011 | 11010 | 1100101 | 0 | 1011000 | 110110 | 1110 | 101010001 | 1001111 | 110000 |
Color Harmonies of #DB1A65
Complementary color
Monochromatic Colors of #DB1A65
Black with #DB1A65
Text Example
Text Example
White with #DB1A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1A65; }
p { color: rgb(219,26,101); }
H1.HeaderClassName
{
color: #DB1A65;
}
.AnyTagClassName
{
color: #DB1A65;
}
</style>
background-color css
<style>
a { background-color: #DB1A65; }
a { background-color: rgb(219,26,101); }
div.DivClassName
{
background-color: #DB1A65;
}
.BgClassName
{
background-color: #DB1A65;
}
</style>
border-color css
<style>
span { border-color: #DB1A65; }
span { border-color: rgb(219,26,101); }
td.TdClassName
{
border-color: #DB1A65;
}
.TagClassName
{
border-color: #DB1A65;
}
</style>