Shades of Ruby #DB1B61
Tints of Ruby #DB1B61
RGB
CMYK
RGB Variations
Color information
#DB1B61 (or 0xDB1B61) is known color: Ruby. HEX triplet: DB, 1B and 61. RGB value is (219,27,97). Sum of RGB (Red+Green+Blue) = 219+27+97=343 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.85% from 343); Green value is 27 (10.94% from 255 or 7.87% from 343); Blue value is 97 (38.28% from 255 or 28.28% from 343); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1B61 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB1B61 is #24E49E. Grayscale: #5C5C5C. Windows color (decimal): -2417823 or 6364123. OLE color: 6364123.
HSL color Cylindrical-coordinate representation of color #DB1B61: hue angle of 338.12º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DB1B61 is Cyan = 0, Magento = 0.88, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 27 | 97 | - |
| CMYK | 0 | 0.88 | 0.56 | 0.14 |
| HSL | 338.13º | 0.78% | 0.48% | - |
| HSV(B) | 338.13º | 0.88% | 0.86% | - |
| XYZ | 31.76 | 16.71 | 12.86 | - |
| YUV | 92.39 | 130.61 | 218.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 27 | 97 | 0 | 0.88 | 0.56 | 0.14 | 338.13 | 0.78 | 0.48 |
| Hex | DB | 1B | 61 | 0 | 58 | 38 | E | 152 | 4E | 30 |
| Octal | 333 | 33 | 141 | 0 | 130 | 70 | 16 | 522 | 116 | 60 |
| Binary | 11011011 | 11011 | 1100001 | 0 | 1011000 | 111000 | 1110 | 101010010 | 1001110 | 110000 |
Color Harmonies of #DB1B61
Complementary color
Monochromatic Colors of #DB1B61
Black with #DB1B61
Text Example
Text Example
White with #DB1B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1B61; }
p { color: rgb(219,27,97); }
H1.HeaderClassName
{
color: #DB1B61;
}
.AnyTagClassName
{
color: #DB1B61;
}
</style>
background-color css
<style>
a { background-color: #DB1B61; }
a { background-color: rgb(219,27,97); }
div.DivClassName
{
background-color: #DB1B61;
}
.BgClassName
{
background-color: #DB1B61;
}
</style>
border-color css
<style>
span { border-color: #DB1B61; }
span { border-color: rgb(219,27,97); }
td.TdClassName
{
border-color: #DB1B61;
}
.TagClassName
{
border-color: #DB1B61;
}
</style>