Shades of Ruby #DB205D
Tints of Ruby #DB205D
RGB
CMYK
RGB Variations
Color information
#DB205D (or 0xDB205D) is known color: Ruby. HEX triplet: DB, 20 and 5D. RGB value is (219,32,93). Sum of RGB (Red+Green+Blue) = 219+32+93=344 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.66% from 344); Green value is 32 (12.89% from 255 or 9.30% from 344); Blue value is 93 (36.72% from 255 or 27.03% from 344); Max value from RGB is 219 - color contains mainly: red. Hex color #DB205D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB205D is #24DFA2. Grayscale: #5E5E5E. Windows color (decimal): -2416547 or 6103259. OLE color: 6103259.
HSL color Cylindrical-coordinate representation of color #DB205D: hue angle of 340.43º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DB205D is Cyan = 0, Magento = 0.85, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 32 | 93 | - |
| CMYK | 0 | 0.85 | 0.58 | 0.14 |
| HSL | 340.43º | 0.75% | 0.49% | - |
| HSV(B) | 340.43º | 0.85% | 0.86% | - |
| XYZ | 31.71 | 16.88 | 11.94 | - |
| YUV | 94.87 | 126.95 | 216.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 32 | 93 | 0 | 0.85 | 0.58 | 0.14 | 340.43 | 0.75 | 0.49 |
| Hex | DB | 20 | 5D | 0 | 55 | 3A | E | 154 | 4B | 31 |
| Octal | 333 | 40 | 135 | 0 | 125 | 72 | 16 | 524 | 113 | 61 |
| Binary | 11011011 | 100000 | 1011101 | 0 | 1010101 | 111010 | 1110 | 101010100 | 1001011 | 110001 |
Color Harmonies of #DB205D
Complementary color
Monochromatic Colors of #DB205D
Black with #DB205D
Text Example
Text Example
White with #DB205D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB205D; }
p { color: rgb(219,32,93); }
H1.HeaderClassName
{
color: #DB205D;
}
.AnyTagClassName
{
color: #DB205D;
}
</style>
background-color css
<style>
a { background-color: #DB205D; }
a { background-color: rgb(219,32,93); }
div.DivClassName
{
background-color: #DB205D;
}
.BgClassName
{
background-color: #DB205D;
}
</style>
border-color css
<style>
span { border-color: #DB205D; }
span { border-color: rgb(219,32,93); }
td.TdClassName
{
border-color: #DB205D;
}
.TagClassName
{
border-color: #DB205D;
}
</style>