Shades of Ruby #DB1358
Tints of Ruby #DB1358
RGB
CMYK
RGB Variations
Color information
#DB1358 (or 0xDB1358) is known color: Ruby. HEX triplet: DB, 13 and 58. RGB value is (219,19,88). Sum of RGB (Red+Green+Blue) = 219+19+88=326 (43% of max value = 765). Red value is 219 (85.94% from 255 or 67.18% from 326); Green value is 19 (7.81% from 255 or 5.83% from 326); Blue value is 88 (34.77% from 255 or 26.99% from 326); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1358 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB1358 is #24ECA7. Grayscale: #565656. Windows color (decimal): -2419880 or 5772251. OLE color: 5772251.
HSL color Cylindrical-coordinate representation of color #DB1358: hue angle of 339.3º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DB1358 is Cyan = 0, Magento = 0.91, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 19 | 88 | - |
| CMYK | 0 | 0.91 | 0.60 | 0.14 |
| HSL | 339.3º | 0.84% | 0.47% | - |
| HSV(B) | 339.3º | 0.91% | 0.86% | - |
| XYZ | 31.21 | 16.23 | 10.72 | - |
| YUV | 86.67 | 128.76 | 222.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 19 | 88 | 0 | 0.91 | 0.60 | 0.14 | 339.3 | 0.84 | 0.47 |
| Hex | DB | 13 | 58 | 0 | 5B | 3C | E | 153 | 54 | 2F |
| Octal | 333 | 23 | 130 | 0 | 133 | 74 | 16 | 523 | 124 | 57 |
| Binary | 11011011 | 10011 | 1011000 | 0 | 1011011 | 111100 | 1110 | 101010011 | 1010100 | 101111 |
Color Harmonies of #DB1358
Complementary color
Monochromatic Colors of #DB1358
Black with #DB1358
Text Example
Text Example
White with #DB1358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1358; }
p { color: rgb(219,19,88); }
H1.HeaderClassName
{
color: #DB1358;
}
.AnyTagClassName
{
color: #DB1358;
}
</style>
background-color css
<style>
a { background-color: #DB1358; }
a { background-color: rgb(219,19,88); }
div.DivClassName
{
background-color: #DB1358;
}
.BgClassName
{
background-color: #DB1358;
}
</style>
border-color css
<style>
span { border-color: #DB1358; }
span { border-color: rgb(219,19,88); }
td.TdClassName
{
border-color: #DB1358;
}
.TagClassName
{
border-color: #DB1358;
}
</style>