Shades of Ruby #DB1950
Tints of Ruby #DB1950
RGB
CMYK
RGB Variations
Color information
#DB1950 (or 0xDB1950) is known color: Ruby. HEX triplet: DB, 19 and 50. RGB value is (219,25,80). Sum of RGB (Red+Green+Blue) = 219+25+80=324 (42% of max value = 765). Red value is 219 (85.94% from 255 or 67.59% from 324); Green value is 25 (10.16% from 255 or 7.72% from 324); Blue value is 80 (31.64% from 255 or 24.69% from 324); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1950 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB1950 is #24E6AF. Grayscale: #595959. Windows color (decimal): -2418352 or 5249499. OLE color: 5249499.
HSL color Cylindrical-coordinate representation of color #DB1950: hue angle of 342.99º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DB1950 is Cyan = 0, Magento = 0.89, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 25 | 80 | - |
| CMYK | 0 | 0.89 | 0.63 | 0.14 |
| HSL | 342.99º | 0.8% | 0.48% | - |
| HSV(B) | 342.99º | 0.89% | 0.86% | - |
| XYZ | 31.01 | 16.33 | 9.11 | - |
| YUV | 89.28 | 122.77 | 220.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 25 | 80 | 0 | 0.89 | 0.63 | 0.14 | 342.99 | 0.8 | 0.48 |
| Hex | DB | 19 | 50 | 0 | 59 | 3F | E | 157 | 50 | 30 |
| Octal | 333 | 31 | 120 | 0 | 131 | 77 | 16 | 527 | 120 | 60 |
| Binary | 11011011 | 11001 | 1010000 | 0 | 1011001 | 111111 | 1110 | 101010111 | 1010000 | 110000 |
Color Harmonies of #DB1950
Complementary color
Monochromatic Colors of #DB1950
Black with #DB1950
Text Example
Text Example
White with #DB1950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1950; }
p { color: rgb(219,25,80); }
H1.HeaderClassName
{
color: #DB1950;
}
.AnyTagClassName
{
color: #DB1950;
}
</style>
background-color css
<style>
a { background-color: #DB1950; }
a { background-color: rgb(219,25,80); }
div.DivClassName
{
background-color: #DB1950;
}
.BgClassName
{
background-color: #DB1950;
}
</style>
border-color css
<style>
span { border-color: #DB1950; }
span { border-color: rgb(219,25,80); }
td.TdClassName
{
border-color: #DB1950;
}
.TagClassName
{
border-color: #DB1950;
}
</style>