Shades of Ruby #DB1A62
Tints of Ruby #DB1A62
RGB
CMYK
RGB Variations
Color information
#DB1A62 (or 0xDB1A62) is known color: Ruby. HEX triplet: DB, 1A and 62. RGB value is (219,26,98). Sum of RGB (Red+Green+Blue) = 219+26+98=343 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.85% from 343); Green value is 26 (10.55% from 255 or 7.58% from 343); Blue value is 98 (38.67% from 255 or 28.57% from 343); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1A62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB1A62 is #24E59D. Grayscale: #5B5B5B. Windows color (decimal): -2418078 or 6429403. OLE color: 6429403.
HSL color Cylindrical-coordinate representation of color #DB1A62: hue angle of 337.62º 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 #DB1A62 is Cyan = 0, Magento = 0.88, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 26 | 98 | - |
| CMYK | 0 | 0.88 | 0.55 | 0.14 |
| HSL | 337.62º | 0.79% | 0.48% | - |
| HSV(B) | 337.62º | 0.88% | 0.86% | - |
| XYZ | 31.79 | 16.68 | 13.1 | - |
| YUV | 91.92 | 131.44 | 218.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 26 | 98 | 0 | 0.88 | 0.55 | 0.14 | 337.62 | 0.79 | 0.48 |
| Hex | DB | 1A | 62 | 0 | 58 | 37 | E | 152 | 4F | 30 |
| Octal | 333 | 32 | 142 | 0 | 130 | 67 | 16 | 522 | 117 | 60 |
| Binary | 11011011 | 11010 | 1100010 | 0 | 1011000 | 110111 | 1110 | 101010010 | 1001111 | 110000 |
Color Harmonies of #DB1A62
Complementary color
Monochromatic Colors of #DB1A62
Black with #DB1A62
Text Example
Text Example
White with #DB1A62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1A62; }
p { color: rgb(219,26,98); }
H1.HeaderClassName
{
color: #DB1A62;
}
.AnyTagClassName
{
color: #DB1A62;
}
</style>
background-color css
<style>
a { background-color: #DB1A62; }
a { background-color: rgb(219,26,98); }
div.DivClassName
{
background-color: #DB1A62;
}
.BgClassName
{
background-color: #DB1A62;
}
</style>
border-color css
<style>
span { border-color: #DB1A62; }
span { border-color: rgb(219,26,98); }
td.TdClassName
{
border-color: #DB1A62;
}
.TagClassName
{
border-color: #DB1A62;
}
</style>