Shades of Ruby #DA1868
Tints of Ruby #DA1868
RGB
CMYK
RGB Variations
Color information
#DA1868 (or 0xDA1868) is known color: Ruby. HEX triplet: DA, 18 and 68. RGB value is (218,24,104). Sum of RGB (Red+Green+Blue) = 218+24+104=346 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.01% from 346); Green value is 24 (9.77% from 255 or 6.94% from 346); Blue value is 104 (41.02% from 255 or 30.06% from 346); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1868 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA1868 is #25E797. Grayscale: #5A5A5A. Windows color (decimal): -2484120 or 6822106. OLE color: 6822106.
HSL color Cylindrical-coordinate representation of color #DA1868: hue angle of 335.26º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DA1868 is Cyan = 0, Magento = 0.89, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 24 | 104 | - |
| CMYK | 0 | 0.89 | 0.52 | 0.15 |
| HSL | 335.26º | 0.8% | 0.47% | - |
| HSV(B) | 335.26º | 0.89% | 0.85% | - |
| XYZ | 31.74 | 16.56 | 14.62 | - |
| YUV | 91.13 | 135.27 | 218.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 24 | 104 | 0 | 0.89 | 0.52 | 0.15 | 335.26 | 0.8 | 0.47 |
| Hex | DA | 18 | 68 | 0 | 59 | 34 | F | 14F | 50 | 2F |
| Octal | 332 | 30 | 150 | 0 | 131 | 64 | 17 | 517 | 120 | 57 |
| Binary | 11011010 | 11000 | 1101000 | 0 | 1011001 | 110100 | 1111 | 101001111 | 1010000 | 101111 |
Color Harmonies of #DA1868
Complementary color
Monochromatic Colors of #DA1868
Black with #DA1868
Text Example
Text Example
White with #DA1868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1868; }
p { color: rgb(218,24,104); }
H1.HeaderClassName
{
color: #DA1868;
}
.AnyTagClassName
{
color: #DA1868;
}
</style>
background-color css
<style>
a { background-color: #DA1868; }
a { background-color: rgb(218,24,104); }
div.DivClassName
{
background-color: #DA1868;
}
.BgClassName
{
background-color: #DA1868;
}
</style>
border-color css
<style>
span { border-color: #DA1868; }
span { border-color: rgb(218,24,104); }
td.TdClassName
{
border-color: #DA1868;
}
.TagClassName
{
border-color: #DA1868;
}
</style>