Shades of Ruby #DB1C65
Tints of Ruby #DB1C65
RGB
CMYK
RGB Variations
Color information
#DB1C65 (or 0xDB1C65) is known color: Ruby. HEX triplet: DB, 1C and 65. RGB value is (219,28,101). Sum of RGB (Red+Green+Blue) = 219+28+101=348 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.93% from 348); Green value is 28 (11.33% from 255 or 8.05% from 348); Blue value is 101 (39.84% from 255 or 29.02% from 348); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1C65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB1C65 is #24E39A. Grayscale: #5D5D5D. Windows color (decimal): -2417563 or 6626523. OLE color: 6626523.
HSL color Cylindrical-coordinate representation of color #DB1C65: hue angle of 337.07º 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 #DB1C65 is Cyan = 0, Magento = 0.87, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 28 | 101 | - |
| CMYK | 0 | 0.87 | 0.54 | 0.14 |
| HSL | 337.07º | 0.77% | 0.48% | - |
| HSV(B) | 337.07º | 0.87% | 0.86% | - |
| XYZ | 31.98 | 16.83 | 13.88 | - |
| YUV | 93.43 | 132.28 | 217.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 28 | 101 | 0 | 0.87 | 0.54 | 0.14 | 337.07 | 0.77 | 0.48 |
| Hex | DB | 1C | 65 | 0 | 57 | 36 | E | 151 | 4D | 30 |
| Octal | 333 | 34 | 145 | 0 | 127 | 66 | 16 | 521 | 115 | 60 |
| Binary | 11011011 | 11100 | 1100101 | 0 | 1010111 | 110110 | 1110 | 101010001 | 1001101 | 110000 |
Color Harmonies of #DB1C65
Complementary color
Monochromatic Colors of #DB1C65
Black with #DB1C65
Text Example
Text Example
White with #DB1C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1C65; }
p { color: rgb(219,28,101); }
H1.HeaderClassName
{
color: #DB1C65;
}
.AnyTagClassName
{
color: #DB1C65;
}
</style>
background-color css
<style>
a { background-color: #DB1C65; }
a { background-color: rgb(219,28,101); }
div.DivClassName
{
background-color: #DB1C65;
}
.BgClassName
{
background-color: #DB1C65;
}
</style>
border-color css
<style>
span { border-color: #DB1C65; }
span { border-color: rgb(219,28,101); }
td.TdClassName
{
border-color: #DB1C65;
}
.TagClassName
{
border-color: #DB1C65;
}
</style>