Shades of Ruby #DB1C54
Tints of Ruby #DB1C54
RGB
CMYK
RGB Variations
Color information
#DB1C54 (or 0xDB1C54) is known color: Ruby. HEX triplet: DB, 1C and 54. RGB value is (219,28,84). Sum of RGB (Red+Green+Blue) = 219+28+84=331 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.16% from 331); Green value is 28 (11.33% from 255 or 8.46% from 331); Blue value is 84 (33.20% from 255 or 25.38% from 331); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1C54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB1C54 is #24E3AB. Grayscale: #5B5B5B. Windows color (decimal): -2417580 or 5512411. OLE color: 5512411.
HSL color Cylindrical-coordinate representation of color #DB1C54: hue angle of 342.41º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DB1C54 is Cyan = 0, Magento = 0.87, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 28 | 84 | - |
| CMYK | 0 | 0.87 | 0.62 | 0.14 |
| HSL | 342.41º | 0.77% | 0.48% | - |
| HSV(B) | 342.41º | 0.87% | 0.86% | - |
| XYZ | 31.23 | 16.53 | 9.93 | - |
| YUV | 91.49 | 123.78 | 218.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 28 | 84 | 0 | 0.87 | 0.62 | 0.14 | 342.41 | 0.77 | 0.48 |
| Hex | DB | 1C | 54 | 0 | 57 | 3E | E | 156 | 4D | 30 |
| Octal | 333 | 34 | 124 | 0 | 127 | 76 | 16 | 526 | 115 | 60 |
| Binary | 11011011 | 11100 | 1010100 | 0 | 1010111 | 111110 | 1110 | 101010110 | 1001101 | 110000 |
Color Harmonies of #DB1C54
Complementary color
Monochromatic Colors of #DB1C54
Black with #DB1C54
Text Example
Text Example
White with #DB1C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1C54; }
p { color: rgb(219,28,84); }
H1.HeaderClassName
{
color: #DB1C54;
}
.AnyTagClassName
{
color: #DB1C54;
}
</style>
background-color css
<style>
a { background-color: #DB1C54; }
a { background-color: rgb(219,28,84); }
div.DivClassName
{
background-color: #DB1C54;
}
.BgClassName
{
background-color: #DB1C54;
}
</style>
border-color css
<style>
span { border-color: #DB1C54; }
span { border-color: rgb(219,28,84); }
td.TdClassName
{
border-color: #DB1C54;
}
.TagClassName
{
border-color: #DB1C54;
}
</style>