Shades of Ruby #DA125B
Tints of Ruby #DA125B
RGB
CMYK
RGB Variations
Color information
#DA125B (or 0xDA125B) is known color: Ruby. HEX triplet: DA, 12 and 5B. RGB value is (218,18,91). Sum of RGB (Red+Green+Blue) = 218+18+91=327 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.67% from 327); Green value is 18 (7.42% from 255 or 5.50% from 327); Blue value is 91 (35.94% from 255 or 27.83% from 327); Max value from RGB is 218 - color contains mainly: red. Hex color #DA125B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA125B is #25EDA4. Grayscale: #565656. Windows color (decimal): -2485669 or 5968602. OLE color: 5968602.
HSL color Cylindrical-coordinate representation of color #DA125B: hue angle of 338.1º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DA125B is Cyan = 0, Magento = 0.92, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 18 | 91 | - |
| CMYK | 0 | 0.92 | 0.58 | 0.15 |
| HSL | 338.1º | 0.85% | 0.46% | - |
| HSV(B) | 338.1º | 0.92% | 0.85% | - |
| XYZ | 31.02 | 16.09 | 11.37 | - |
| YUV | 86.12 | 130.76 | 222.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 18 | 91 | 0 | 0.92 | 0.58 | 0.15 | 338.1 | 0.85 | 0.46 |
| Hex | DA | 12 | 5B | 0 | 5C | 3A | F | 152 | 55 | 2E |
| Octal | 332 | 22 | 133 | 0 | 134 | 72 | 17 | 522 | 125 | 56 |
| Binary | 11011010 | 10010 | 1011011 | 0 | 1011100 | 111010 | 1111 | 101010010 | 1010101 | 101110 |
Color Harmonies of #DA125B
Complementary color
Monochromatic Colors of #DA125B
Black with #DA125B
Text Example
Text Example
White with #DA125B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA125B; }
p { color: rgb(218,18,91); }
H1.HeaderClassName
{
color: #DA125B;
}
.AnyTagClassName
{
color: #DA125B;
}
</style>
background-color css
<style>
a { background-color: #DA125B; }
a { background-color: rgb(218,18,91); }
div.DivClassName
{
background-color: #DA125B;
}
.BgClassName
{
background-color: #DA125B;
}
</style>
border-color css
<style>
span { border-color: #DA125B; }
span { border-color: rgb(218,18,91); }
td.TdClassName
{
border-color: #DA125B;
}
.TagClassName
{
border-color: #DA125B;
}
</style>