Shades of Ruby #DB1B77
Tints of Ruby #DB1B77
RGB
CMYK
RGB Variations
Color information
#DB1B77 (or 0xDB1B77) is known color: Ruby. HEX triplet: DB, 1B and 77. RGB value is (219,27,119). Sum of RGB (Red+Green+Blue) = 219+27+119=365 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60% from 365); Green value is 27 (10.94% from 255 or 7.40% from 365); Blue value is 119 (46.88% from 255 or 32.60% from 365); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1B77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB1B77 is #24E488. Grayscale: #5E5E5E. Windows color (decimal): -2417801 or 7805915. OLE color: 7805915.
HSL color Cylindrical-coordinate representation of color #DB1B77: hue angle of 331.25º 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 #DB1B77 is Cyan = 0, Magento = 0.88, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 27 | 119 | - |
| CMYK | 0 | 0.88 | 0.46 | 0.14 |
| HSL | 331.25º | 0.78% | 0.48% | - |
| HSV(B) | 331.25º | 0.88% | 0.86% | - |
| XYZ | 32.94 | 17.18 | 19.03 | - |
| YUV | 94.9 | 141.61 | 216.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 27 | 119 | 0 | 0.88 | 0.46 | 0.14 | 331.25 | 0.78 | 0.48 |
| Hex | DB | 1B | 77 | 0 | 58 | 2E | E | 14B | 4E | 30 |
| Octal | 333 | 33 | 167 | 0 | 130 | 56 | 16 | 513 | 116 | 60 |
| Binary | 11011011 | 11011 | 1110111 | 0 | 1011000 | 101110 | 1110 | 101001011 | 1001110 | 110000 |
Color Harmonies of #DB1B77
Complementary color
Monochromatic Colors of #DB1B77
Black with #DB1B77
Text Example
Text Example
White with #DB1B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1B77; }
p { color: rgb(219,27,119); }
H1.HeaderClassName
{
color: #DB1B77;
}
.AnyTagClassName
{
color: #DB1B77;
}
</style>
background-color css
<style>
a { background-color: #DB1B77; }
a { background-color: rgb(219,27,119); }
div.DivClassName
{
background-color: #DB1B77;
}
.BgClassName
{
background-color: #DB1B77;
}
</style>
border-color css
<style>
span { border-color: #DB1B77; }
span { border-color: rgb(219,27,119); }
td.TdClassName
{
border-color: #DB1B77;
}
.TagClassName
{
border-color: #DB1B77;
}
</style>