Shades of Ruby #DB1C5C
Tints of Ruby #DB1C5C
RGB
CMYK
RGB Variations
Color information
#DB1C5C (or 0xDB1C5C) is known color: Ruby. HEX triplet: DB, 1C and 5C. RGB value is (219,28,92). Sum of RGB (Red+Green+Blue) = 219+28+92=339 (44% of max value = 765). Red value is 219 (85.94% from 255 or 64.60% from 339); Green value is 28 (11.33% from 255 or 8.26% from 339); Blue value is 92 (36.33% from 255 or 27.14% from 339); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1C5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB1C5C is #24E3A3. Grayscale: #5C5C5C. Windows color (decimal): -2417572 or 6036699. OLE color: 6036699.
HSL color Cylindrical-coordinate representation of color #DB1C5C: hue angle of 339.9º 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 #DB1C5C is Cyan = 0, Magento = 0.87, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 28 | 92 | - |
| CMYK | 0 | 0.87 | 0.58 | 0.14 |
| HSL | 339.9º | 0.77% | 0.48% | - |
| HSV(B) | 339.9º | 0.87% | 0.86% | - |
| XYZ | 31.56 | 16.66 | 11.68 | - |
| YUV | 92.41 | 127.78 | 218.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 28 | 92 | 0 | 0.87 | 0.58 | 0.14 | 339.9 | 0.77 | 0.48 |
| Hex | DB | 1C | 5C | 0 | 57 | 3A | E | 154 | 4D | 30 |
| Octal | 333 | 34 | 134 | 0 | 127 | 72 | 16 | 524 | 115 | 60 |
| Binary | 11011011 | 11100 | 1011100 | 0 | 1010111 | 111010 | 1110 | 101010100 | 1001101 | 110000 |
Color Harmonies of #DB1C5C
Complementary color
Monochromatic Colors of #DB1C5C
Black with #DB1C5C
Text Example
Text Example
White with #DB1C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1C5C; }
p { color: rgb(219,28,92); }
H1.HeaderClassName
{
color: #DB1C5C;
}
.AnyTagClassName
{
color: #DB1C5C;
}
</style>
background-color css
<style>
a { background-color: #DB1C5C; }
a { background-color: rgb(219,28,92); }
div.DivClassName
{
background-color: #DB1C5C;
}
.BgClassName
{
background-color: #DB1C5C;
}
</style>
border-color css
<style>
span { border-color: #DB1C5C; }
span { border-color: rgb(219,28,92); }
td.TdClassName
{
border-color: #DB1C5C;
}
.TagClassName
{
border-color: #DB1C5C;
}
</style>