Shades of Ruby #DB1250
Tints of Ruby #DB1250
RGB
CMYK
RGB Variations
Color information
#DB1250 (or 0xDB1250) is known color: Ruby. HEX triplet: DB, 12 and 50. RGB value is (219,18,80). Sum of RGB (Red+Green+Blue) = 219+18+80=317 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.09% from 317); Green value is 18 (7.42% from 255 or 5.68% from 317); Blue value is 80 (31.64% from 255 or 25.24% from 317); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1250 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB1250 is #24EDAF. Grayscale: #555555. Windows color (decimal): -2420144 or 5247707. OLE color: 5247707.
HSL color Cylindrical-coordinate representation of color #DB1250: hue angle of 341.49º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DB1250 is Cyan = 0, Magento = 0.92, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 18 | 80 | - |
| CMYK | 0 | 0.92 | 0.63 | 0.14 |
| HSL | 341.49º | 0.85% | 0.46% | - |
| HSV(B) | 341.49º | 0.92% | 0.86% | - |
| XYZ | 30.88 | 16.07 | 9.06 | - |
| YUV | 85.17 | 125.09 | 223.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 18 | 80 | 0 | 0.92 | 0.63 | 0.14 | 341.49 | 0.85 | 0.46 |
| Hex | DB | 12 | 50 | 0 | 5C | 3F | E | 155 | 55 | 2E |
| Octal | 333 | 22 | 120 | 0 | 134 | 77 | 16 | 525 | 125 | 56 |
| Binary | 11011011 | 10010 | 1010000 | 0 | 1011100 | 111111 | 1110 | 101010101 | 1010101 | 101110 |
Color Harmonies of #DB1250
Complementary color
Monochromatic Colors of #DB1250
Black with #DB1250
Text Example
Text Example
White with #DB1250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1250; }
p { color: rgb(219,18,80); }
H1.HeaderClassName
{
color: #DB1250;
}
.AnyTagClassName
{
color: #DB1250;
}
</style>
background-color css
<style>
a { background-color: #DB1250; }
a { background-color: rgb(219,18,80); }
div.DivClassName
{
background-color: #DB1250;
}
.BgClassName
{
background-color: #DB1250;
}
</style>
border-color css
<style>
span { border-color: #DB1250; }
span { border-color: rgb(219,18,80); }
td.TdClassName
{
border-color: #DB1250;
}
.TagClassName
{
border-color: #DB1250;
}
</style>