Shades of Ruby #DB1952
Tints of Ruby #DB1952
RGB
CMYK
RGB Variations
Color information
#DB1952 (or 0xDB1952) is known color: Ruby. HEX triplet: DB, 19 and 52. RGB value is (219,25,82). Sum of RGB (Red+Green+Blue) = 219+25+82=326 (43% of max value = 765). Red value is 219 (85.94% from 255 or 67.18% from 326); Green value is 25 (10.16% from 255 or 7.67% from 326); Blue value is 82 (32.42% from 255 or 25.15% from 326); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1952 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB1952 is #24E6AD. Grayscale: #595959. Windows color (decimal): -2418350 or 5380571. OLE color: 5380571.
HSL color Cylindrical-coordinate representation of color #DB1952: hue angle of 342.37º 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 #DB1952 is Cyan = 0, Magento = 0.89, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 25 | 82 | - |
| CMYK | 0 | 0.89 | 0.63 | 0.14 |
| HSL | 342.37º | 0.8% | 0.48% | - |
| HSV(B) | 342.37º | 0.89% | 0.86% | - |
| XYZ | 31.08 | 16.36 | 9.5 | - |
| YUV | 89.5 | 123.77 | 220.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 25 | 82 | 0 | 0.89 | 0.63 | 0.14 | 342.37 | 0.8 | 0.48 |
| Hex | DB | 19 | 52 | 0 | 59 | 3F | E | 156 | 50 | 30 |
| Octal | 333 | 31 | 122 | 0 | 131 | 77 | 16 | 526 | 120 | 60 |
| Binary | 11011011 | 11001 | 1010010 | 0 | 1011001 | 111111 | 1110 | 101010110 | 1010000 | 110000 |
Color Harmonies of #DB1952
Complementary color
Monochromatic Colors of #DB1952
Black with #DB1952
Text Example
Text Example
White with #DB1952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1952; }
p { color: rgb(219,25,82); }
H1.HeaderClassName
{
color: #DB1952;
}
.AnyTagClassName
{
color: #DB1952;
}
</style>
background-color css
<style>
a { background-color: #DB1952; }
a { background-color: rgb(219,25,82); }
div.DivClassName
{
background-color: #DB1952;
}
.BgClassName
{
background-color: #DB1952;
}
</style>
border-color css
<style>
span { border-color: #DB1952; }
span { border-color: rgb(219,25,82); }
td.TdClassName
{
border-color: #DB1952;
}
.TagClassName
{
border-color: #DB1952;
}
</style>