Shades of Ruby #DB205E
Tints of Ruby #DB205E
RGB
CMYK
RGB Variations
Color information
#DB205E (or 0xDB205E) is known color: Ruby. HEX triplet: DB, 20 and 5E. RGB value is (219,32,94). Sum of RGB (Red+Green+Blue) = 219+32+94=345 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.48% from 345); Green value is 32 (12.89% from 255 or 9.28% from 345); Blue value is 94 (37.11% from 255 or 27.25% from 345); Max value from RGB is 219 - color contains mainly: red. Hex color #DB205E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB205E is #24DFA1. Grayscale: #5E5E5E. Windows color (decimal): -2416546 or 6168795. OLE color: 6168795.
HSL color Cylindrical-coordinate representation of color #DB205E: hue angle of 340.11º 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 #DB205E is Cyan = 0, Magento = 0.85, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 32 | 94 | - |
| CMYK | 0 | 0.85 | 0.57 | 0.14 |
| HSL | 340.11º | 0.75% | 0.49% | - |
| HSV(B) | 340.11º | 0.85% | 0.86% | - |
| XYZ | 31.75 | 16.9 | 12.18 | - |
| YUV | 94.98 | 127.45 | 216.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 32 | 94 | 0 | 0.85 | 0.57 | 0.14 | 340.11 | 0.75 | 0.49 |
| Hex | DB | 20 | 5E | 0 | 55 | 39 | E | 154 | 4B | 31 |
| Octal | 333 | 40 | 136 | 0 | 125 | 71 | 16 | 524 | 113 | 61 |
| Binary | 11011011 | 100000 | 1011110 | 0 | 1010101 | 111001 | 1110 | 101010100 | 1001011 | 110001 |
Color Harmonies of #DB205E
Complementary color
Monochromatic Colors of #DB205E
Black with #DB205E
Text Example
Text Example
White with #DB205E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB205E; }
p { color: rgb(219,32,94); }
H1.HeaderClassName
{
color: #DB205E;
}
.AnyTagClassName
{
color: #DB205E;
}
</style>
background-color css
<style>
a { background-color: #DB205E; }
a { background-color: rgb(219,32,94); }
div.DivClassName
{
background-color: #DB205E;
}
.BgClassName
{
background-color: #DB205E;
}
</style>
border-color css
<style>
span { border-color: #DB205E; }
span { border-color: rgb(219,32,94); }
td.TdClassName
{
border-color: #DB205E;
}
.TagClassName
{
border-color: #DB205E;
}
</style>