Shades of Ruby #DA1350
Tints of Ruby #DA1350
RGB
CMYK
RGB Variations
Color information
#DA1350 (or 0xDA1350) is known color: Ruby. HEX triplet: DA, 13 and 50. RGB value is (218,19,80). Sum of RGB (Red+Green+Blue) = 218+19+80=317 (41% of max value = 765). Red value is 218 (85.55% from 255 or 68.77% from 317); Green value is 19 (7.81% from 255 or 5.99% from 317); Blue value is 80 (31.64% from 255 or 25.24% from 317); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1350 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA1350 is #25ECAF. Grayscale: #555555. Windows color (decimal): -2485424 or 5247962. OLE color: 5247962.
HSL color Cylindrical-coordinate representation of color #DA1350: hue angle of 341.61º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DA1350 is Cyan = 0, Magento = 0.91, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 19 | 80 | - |
| CMYK | 0 | 0.91 | 0.63 | 0.15 |
| HSL | 341.61º | 0.84% | 0.46% | - |
| HSV(B) | 341.61º | 0.91% | 0.85% | - |
| XYZ | 30.59 | 15.95 | 9.06 | - |
| YUV | 85.46 | 124.93 | 222.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 19 | 80 | 0 | 0.91 | 0.63 | 0.15 | 341.61 | 0.84 | 0.46 |
| Hex | DA | 13 | 50 | 0 | 5B | 3F | F | 156 | 54 | 2E |
| Octal | 332 | 23 | 120 | 0 | 133 | 77 | 17 | 526 | 124 | 56 |
| Binary | 11011010 | 10011 | 1010000 | 0 | 1011011 | 111111 | 1111 | 101010110 | 1010100 | 101110 |
Color Harmonies of #DA1350
Complementary color
Monochromatic Colors of #DA1350
Black with #DA1350
Text Example
Text Example
White with #DA1350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1350; }
p { color: rgb(218,19,80); }
H1.HeaderClassName
{
color: #DA1350;
}
.AnyTagClassName
{
color: #DA1350;
}
</style>
background-color css
<style>
a { background-color: #DA1350; }
a { background-color: rgb(218,19,80); }
div.DivClassName
{
background-color: #DA1350;
}
.BgClassName
{
background-color: #DA1350;
}
</style>
border-color css
<style>
span { border-color: #DA1350; }
span { border-color: rgb(218,19,80); }
td.TdClassName
{
border-color: #DA1350;
}
.TagClassName
{
border-color: #DA1350;
}
</style>