Shades of Ruby #DB1575
Tints of Ruby #DB1575
RGB
CMYK
RGB Variations
Color information
#DB1575 (or 0xDB1575) is known color: Ruby. HEX triplet: DB, 15 and 75. RGB value is (219,21,117). Sum of RGB (Red+Green+Blue) = 219+21+117=357 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.34% from 357); Green value is 21 (8.59% from 255 or 5.88% from 357); Blue value is 117 (46.09% from 255 or 32.77% from 357); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1575 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB1575 is #24EA8A. Grayscale: #5A5A5A. Windows color (decimal): -2419339 or 7673307. OLE color: 7673307.
HSL color Cylindrical-coordinate representation of color #DB1575: hue angle of 330.91º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DB1575 is Cyan = 0, Magento = 0.90, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 21 | 117 | - |
| CMYK | 0 | 0.90 | 0.47 | 0.14 |
| HSL | 330.91º | 0.83% | 0.47% | - |
| HSV(B) | 330.91º | 0.9% | 0.86% | - |
| XYZ | 32.69 | 16.88 | 18.36 | - |
| YUV | 91.15 | 142.6 | 219.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 21 | 117 | 0 | 0.90 | 0.47 | 0.14 | 330.91 | 0.83 | 0.47 |
| Hex | DB | 15 | 75 | 0 | 5A | 2F | E | 14B | 52 | 2F |
| Octal | 333 | 25 | 165 | 0 | 132 | 57 | 16 | 513 | 122 | 57 |
| Binary | 11011011 | 10101 | 1110101 | 0 | 1011010 | 101111 | 1110 | 101001011 | 1010010 | 101111 |
Color Harmonies of #DB1575
Complementary color
Monochromatic Colors of #DB1575
Black with #DB1575
Text Example
Text Example
White with #DB1575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1575; }
p { color: rgb(219,21,117); }
H1.HeaderClassName
{
color: #DB1575;
}
.AnyTagClassName
{
color: #DB1575;
}
</style>
background-color css
<style>
a { background-color: #DB1575; }
a { background-color: rgb(219,21,117); }
div.DivClassName
{
background-color: #DB1575;
}
.BgClassName
{
background-color: #DB1575;
}
</style>
border-color css
<style>
span { border-color: #DB1575; }
span { border-color: rgb(219,21,117); }
td.TdClassName
{
border-color: #DB1575;
}
.TagClassName
{
border-color: #DB1575;
}
</style>