Shades of Ruby #DB145D
Tints of Ruby #DB145D
RGB
CMYK
RGB Variations
Color information
#DB145D (or 0xDB145D) is known color: Ruby. HEX triplet: DB, 14 and 5D. RGB value is (219,20,93). Sum of RGB (Red+Green+Blue) = 219+20+93=332 (43% of max value = 765). Red value is 219 (85.94% from 255 or 65.96% from 332); Green value is 20 (8.20% from 255 or 6.02% from 332); Blue value is 93 (36.72% from 255 or 28.01% from 332); Max value from RGB is 219 - color contains mainly: red. Hex color #DB145D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB145D is #24EBA2. Grayscale: #575757. Windows color (decimal): -2419619 or 6100187. OLE color: 6100187.
HSL color Cylindrical-coordinate representation of color #DB145D: hue angle of 337.99º degrees, saturation: 0.83, 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 #DB145D is Cyan = 0, Magento = 0.91, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 20 | 93 | - |
| CMYK | 0 | 0.91 | 0.58 | 0.14 |
| HSL | 337.99º | 0.83% | 0.47% | - |
| HSV(B) | 337.99º | 0.91% | 0.86% | - |
| XYZ | 31.44 | 16.35 | 11.85 | - |
| YUV | 87.82 | 130.93 | 221.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 20 | 93 | 0 | 0.91 | 0.58 | 0.14 | 337.99 | 0.83 | 0.47 |
| Hex | DB | 14 | 5D | 0 | 5B | 3A | E | 152 | 53 | 2F |
| Octal | 333 | 24 | 135 | 0 | 133 | 72 | 16 | 522 | 123 | 57 |
| Binary | 11011011 | 10100 | 1011101 | 0 | 1011011 | 111010 | 1110 | 101010010 | 1010011 | 101111 |
Color Harmonies of #DB145D
Complementary color
Monochromatic Colors of #DB145D
Black with #DB145D
Text Example
Text Example
White with #DB145D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB145D; }
p { color: rgb(219,20,93); }
H1.HeaderClassName
{
color: #DB145D;
}
.AnyTagClassName
{
color: #DB145D;
}
</style>
background-color css
<style>
a { background-color: #DB145D; }
a { background-color: rgb(219,20,93); }
div.DivClassName
{
background-color: #DB145D;
}
.BgClassName
{
background-color: #DB145D;
}
</style>
border-color css
<style>
span { border-color: #DB145D; }
span { border-color: rgb(219,20,93); }
td.TdClassName
{
border-color: #DB145D;
}
.TagClassName
{
border-color: #DB145D;
}
</style>