Shades of Ruby #DB145F
Tints of Ruby #DB145F
RGB
CMYK
RGB Variations
Color information
#DB145F (or 0xDB145F) is known color: Ruby. HEX triplet: DB, 14 and 5F. RGB value is (219,20,95). Sum of RGB (Red+Green+Blue) = 219+20+95=334 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.57% from 334); Green value is 20 (8.20% from 255 or 5.99% from 334); Blue value is 95 (37.5% from 255 or 28.44% from 334); Max value from RGB is 219 - color contains mainly: red. Hex color #DB145F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB145F is #24EBA0. Grayscale: #575757. Windows color (decimal): -2419617 or 6231259. OLE color: 6231259.
HSL color Cylindrical-coordinate representation of color #DB145F: hue angle of 337.39º 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 #DB145F is Cyan = 0, Magento = 0.91, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 20 | 95 | - |
| CMYK | 0 | 0.91 | 0.57 | 0.14 |
| HSL | 337.39º | 0.83% | 0.47% | - |
| HSV(B) | 337.39º | 0.91% | 0.86% | - |
| XYZ | 31.53 | 16.39 | 12.33 | - |
| YUV | 88.05 | 131.93 | 221.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 20 | 95 | 0 | 0.91 | 0.57 | 0.14 | 337.39 | 0.83 | 0.47 |
| Hex | DB | 14 | 5F | 0 | 5B | 39 | E | 151 | 53 | 2F |
| Octal | 333 | 24 | 137 | 0 | 133 | 71 | 16 | 521 | 123 | 57 |
| Binary | 11011011 | 10100 | 1011111 | 0 | 1011011 | 111001 | 1110 | 101010001 | 1010011 | 101111 |
Color Harmonies of #DB145F
Complementary color
Monochromatic Colors of #DB145F
Black with #DB145F
Text Example
Text Example
White with #DB145F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB145F; }
p { color: rgb(219,20,95); }
H1.HeaderClassName
{
color: #DB145F;
}
.AnyTagClassName
{
color: #DB145F;
}
</style>
background-color css
<style>
a { background-color: #DB145F; }
a { background-color: rgb(219,20,95); }
div.DivClassName
{
background-color: #DB145F;
}
.BgClassName
{
background-color: #DB145F;
}
</style>
border-color css
<style>
span { border-color: #DB145F; }
span { border-color: rgb(219,20,95); }
td.TdClassName
{
border-color: #DB145F;
}
.TagClassName
{
border-color: #DB145F;
}
</style>