Shades of Ruby #DB1275
Tints of Ruby #DB1275
RGB
CMYK
RGB Variations
Color information
#DB1275 (or 0xDB1275) is known color: Ruby. HEX triplet: DB, 12 and 75. RGB value is (219,18,117). Sum of RGB (Red+Green+Blue) = 219+18+117=354 (46% of max value = 765). Red value is 219 (85.94% from 255 or 61.86% from 354); Green value is 18 (7.42% from 255 or 5.08% from 354); Blue value is 117 (46.09% from 255 or 33.05% from 354); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1275 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB1275 is #24ED8A. Grayscale: #595959. Windows color (decimal): -2420107 or 7672539. OLE color: 7672539.
HSL color Cylindrical-coordinate representation of color #DB1275: hue angle of 330.45º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DB1275 is Cyan = 0, Magento = 0.92, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 18 | 117 | - |
| CMYK | 0 | 0.92 | 0.47 | 0.14 |
| HSL | 330.45º | 0.85% | 0.46% | - |
| HSV(B) | 330.45º | 0.92% | 0.86% | - |
| XYZ | 32.64 | 16.78 | 18.35 | - |
| YUV | 89.39 | 143.59 | 220.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 18 | 117 | 0 | 0.92 | 0.47 | 0.14 | 330.45 | 0.85 | 0.46 |
| Hex | DB | 12 | 75 | 0 | 5C | 2F | E | 14A | 55 | 2E |
| Octal | 333 | 22 | 165 | 0 | 134 | 57 | 16 | 512 | 125 | 56 |
| Binary | 11011011 | 10010 | 1110101 | 0 | 1011100 | 101111 | 1110 | 101001010 | 1010101 | 101110 |
Color Harmonies of #DB1275
Complementary color
Monochromatic Colors of #DB1275
Black with #DB1275
Text Example
Text Example
White with #DB1275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1275; }
p { color: rgb(219,18,117); }
H1.HeaderClassName
{
color: #DB1275;
}
.AnyTagClassName
{
color: #DB1275;
}
</style>
background-color css
<style>
a { background-color: #DB1275; }
a { background-color: rgb(219,18,117); }
div.DivClassName
{
background-color: #DB1275;
}
.BgClassName
{
background-color: #DB1275;
}
</style>
border-color css
<style>
span { border-color: #DB1275; }
span { border-color: rgb(219,18,117); }
td.TdClassName
{
border-color: #DB1275;
}
.TagClassName
{
border-color: #DB1275;
}
</style>