Shades of Ruby #DB0574
Tints of Ruby #DB0574
RGB
CMYK
RGB Variations
Color information
#DB0574 (or 0xDB0574) is known color: Ruby. HEX triplet: DB, 05 and 74. RGB value is (219,5,116). Sum of RGB (Red+Green+Blue) = 219+5+116=340 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.41% from 340); Green value is 5 (2.34% from 255 or 1.47% from 340); Blue value is 116 (45.70% from 255 or 34.12% from 340); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0574 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0574 is #24FA8B. Grayscale: #515151. Windows color (decimal): -2423436 or 7603675. OLE color: 7603675.
HSL color Cylindrical-coordinate representation of color #DB0574: hue angle of 328.88º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DB0574 is Cyan = 0, Magento = 0.98, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 5 | 116 | - |
| CMYK | 0 | 0.98 | 0.47 | 0.14 |
| HSL | 328.88º | 0.96% | 0.44% | - |
| HSV(B) | 328.88º | 0.98% | 0.86% | - |
| XYZ | 32.42 | 16.43 | 17.99 | - |
| YUV | 81.64 | 147.4 | 225.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 5 | 116 | 0 | 0.98 | 0.47 | 0.14 | 328.88 | 0.96 | 0.44 |
| Hex | DB | 5 | 74 | 0 | 62 | 2F | E | 149 | 60 | 2C |
| Octal | 333 | 5 | 164 | 0 | 142 | 57 | 16 | 511 | 140 | 54 |
| Binary | 11011011 | 101 | 1110100 | 0 | 1100010 | 101111 | 1110 | 101001001 | 1100000 | 101100 |
Color Harmonies of #DB0574
Complementary color
Monochromatic Colors of #DB0574
Black with #DB0574
Text Example
Text Example
White with #DB0574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0574; }
p { color: rgb(219,5,116); }
H1.HeaderClassName
{
color: #DB0574;
}
.AnyTagClassName
{
color: #DB0574;
}
</style>
background-color css
<style>
a { background-color: #DB0574; }
a { background-color: rgb(219,5,116); }
div.DivClassName
{
background-color: #DB0574;
}
.BgClassName
{
background-color: #DB0574;
}
</style>
border-color css
<style>
span { border-color: #DB0574; }
span { border-color: rgb(219,5,116); }
td.TdClassName
{
border-color: #DB0574;
}
.TagClassName
{
border-color: #DB0574;
}
</style>