Shades of Ruby #DA125A
Tints of Ruby #DA125A
RGB
CMYK
RGB Variations
Color information
#DA125A (or 0xDA125A) is known color: Ruby. HEX triplet: DA, 12 and 5A. RGB value is (218,18,90). Sum of RGB (Red+Green+Blue) = 218+18+90=326 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.87% from 326); Green value is 18 (7.42% from 255 or 5.52% from 326); Blue value is 90 (35.55% from 255 or 27.61% from 326); Max value from RGB is 218 - color contains mainly: red. Hex color #DA125A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA125A is #25EDA5. Grayscale: #555555. Windows color (decimal): -2485670 or 5903066. OLE color: 5903066.
HSL color Cylindrical-coordinate representation of color #DA125A: hue angle of 338.4º 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 #DA125A is Cyan = 0, Magento = 0.92, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 18 | 90 | - |
| CMYK | 0 | 0.92 | 0.59 | 0.15 |
| HSL | 338.4º | 0.85% | 0.46% | - |
| HSV(B) | 338.4º | 0.92% | 0.85% | - |
| XYZ | 30.98 | 16.08 | 11.14 | - |
| YUV | 86.01 | 130.26 | 222.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 18 | 90 | 0 | 0.92 | 0.59 | 0.15 | 338.4 | 0.85 | 0.46 |
| Hex | DA | 12 | 5A | 0 | 5C | 3B | F | 152 | 55 | 2E |
| Octal | 332 | 22 | 132 | 0 | 134 | 73 | 17 | 522 | 125 | 56 |
| Binary | 11011010 | 10010 | 1011010 | 0 | 1011100 | 111011 | 1111 | 101010010 | 1010101 | 101110 |
Color Harmonies of #DA125A
Complementary color
Monochromatic Colors of #DA125A
Black with #DA125A
Text Example
Text Example
White with #DA125A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA125A; }
p { color: rgb(218,18,90); }
H1.HeaderClassName
{
color: #DA125A;
}
.AnyTagClassName
{
color: #DA125A;
}
</style>
background-color css
<style>
a { background-color: #DA125A; }
a { background-color: rgb(218,18,90); }
div.DivClassName
{
background-color: #DA125A;
}
.BgClassName
{
background-color: #DA125A;
}
</style>
border-color css
<style>
span { border-color: #DA125A; }
span { border-color: rgb(218,18,90); }
td.TdClassName
{
border-color: #DA125A;
}
.TagClassName
{
border-color: #DA125A;
}
</style>