Shades of Ruby #DB1752
Tints of Ruby #DB1752
RGB
CMYK
RGB Variations
Color information
#DB1752 (or 0xDB1752) is known color: Ruby. HEX triplet: DB, 17 and 52. RGB value is (219,23,82). Sum of RGB (Red+Green+Blue) = 219+23+82=324 (42% of max value = 765). Red value is 219 (85.94% from 255 or 67.59% from 324); Green value is 23 (9.38% from 255 or 7.10% from 324); Blue value is 82 (32.42% from 255 or 25.31% from 324); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1752 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB1752 is #24E8AD. Grayscale: #585858. Windows color (decimal): -2418862 or 5380059. OLE color: 5380059.
HSL color Cylindrical-coordinate representation of color #DB1752: hue angle of 341.94º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DB1752 is Cyan = 0, Magento = 0.89, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 23 | 82 | - |
| CMYK | 0 | 0.89 | 0.63 | 0.14 |
| HSL | 341.94º | 0.81% | 0.47% | - |
| HSV(B) | 341.94º | 0.89% | 0.86% | - |
| XYZ | 31.04 | 16.28 | 9.49 | - |
| YUV | 88.33 | 124.43 | 221.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 23 | 82 | 0 | 0.89 | 0.63 | 0.14 | 341.94 | 0.81 | 0.47 |
| Hex | DB | 17 | 52 | 0 | 59 | 3F | E | 156 | 51 | 2F |
| Octal | 333 | 27 | 122 | 0 | 131 | 77 | 16 | 526 | 121 | 57 |
| Binary | 11011011 | 10111 | 1010010 | 0 | 1011001 | 111111 | 1110 | 101010110 | 1010001 | 101111 |
Color Harmonies of #DB1752
Complementary color
Monochromatic Colors of #DB1752
Black with #DB1752
Text Example
Text Example
White with #DB1752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1752; }
p { color: rgb(219,23,82); }
H1.HeaderClassName
{
color: #DB1752;
}
.AnyTagClassName
{
color: #DB1752;
}
</style>
background-color css
<style>
a { background-color: #DB1752; }
a { background-color: rgb(219,23,82); }
div.DivClassName
{
background-color: #DB1752;
}
.BgClassName
{
background-color: #DB1752;
}
</style>
border-color css
<style>
span { border-color: #DB1752; }
span { border-color: rgb(219,23,82); }
td.TdClassName
{
border-color: #DB1752;
}
.TagClassName
{
border-color: #DB1752;
}
</style>