Shades of Ruby #DA1869
Tints of Ruby #DA1869
RGB
CMYK
RGB Variations
Color information
#DA1869 (or 0xDA1869) is known color: Ruby. HEX triplet: DA, 18 and 69. RGB value is (218,24,105). Sum of RGB (Red+Green+Blue) = 218+24+105=347 (45% of max value = 765). Red value is 218 (85.55% from 255 or 62.82% from 347); Green value is 24 (9.77% from 255 or 6.92% from 347); Blue value is 105 (41.41% from 255 or 30.26% from 347); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1869 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA1869 is #25E796. Grayscale: #5B5B5B. Windows color (decimal): -2484119 or 6887642. OLE color: 6887642.
HSL color Cylindrical-coordinate representation of color #DA1869: hue angle of 334.95º 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 #DA1869 is Cyan = 0, Magento = 0.89, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 24 | 105 | - |
| CMYK | 0 | 0.89 | 0.52 | 0.15 |
| HSL | 334.95º | 0.8% | 0.47% | - |
| HSV(B) | 334.95º | 0.89% | 0.85% | - |
| XYZ | 31.79 | 16.58 | 14.89 | - |
| YUV | 91.24 | 135.77 | 218.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 24 | 105 | 0 | 0.89 | 0.52 | 0.15 | 334.95 | 0.8 | 0.47 |
| Hex | DA | 18 | 69 | 0 | 59 | 34 | F | 14F | 50 | 2F |
| Octal | 332 | 30 | 151 | 0 | 131 | 64 | 17 | 517 | 120 | 57 |
| Binary | 11011010 | 11000 | 1101001 | 0 | 1011001 | 110100 | 1111 | 101001111 | 1010000 | 101111 |
Color Harmonies of #DA1869
Complementary color
Monochromatic Colors of #DA1869
Black with #DA1869
Text Example
Text Example
White with #DA1869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1869; }
p { color: rgb(218,24,105); }
H1.HeaderClassName
{
color: #DA1869;
}
.AnyTagClassName
{
color: #DA1869;
}
</style>
background-color css
<style>
a { background-color: #DA1869; }
a { background-color: rgb(218,24,105); }
div.DivClassName
{
background-color: #DA1869;
}
.BgClassName
{
background-color: #DA1869;
}
</style>
border-color css
<style>
span { border-color: #DA1869; }
span { border-color: rgb(218,24,105); }
td.TdClassName
{
border-color: #DA1869;
}
.TagClassName
{
border-color: #DA1869;
}
</style>