Shades of Ruby #DA1B64
Tints of Ruby #DA1B64
RGB
CMYK
RGB Variations
Color information
#DA1B64 (or 0xDA1B64) is known color: Ruby. HEX triplet: DA, 1B and 64. RGB value is (218,27,100). Sum of RGB (Red+Green+Blue) = 218+27+100=345 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.19% from 345); Green value is 27 (10.94% from 255 or 7.83% from 345); Blue value is 100 (39.45% from 255 or 28.99% from 345); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1B64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA1B64 is #25E49B. Grayscale: #5C5C5C. Windows color (decimal): -2483356 or 6560730. OLE color: 6560730.
HSL color Cylindrical-coordinate representation of color #DA1B64: hue angle of 337.07º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DA1B64 is Cyan = 0, Magento = 0.88, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 27 | 100 | - |
| CMYK | 0 | 0.88 | 0.54 | 0.15 |
| HSL | 337.07º | 0.78% | 0.48% | - |
| HSV(B) | 337.07º | 0.88% | 0.85% | - |
| XYZ | 31.61 | 16.61 | 13.6 | - |
| YUV | 92.43 | 132.28 | 217.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 27 | 100 | 0 | 0.88 | 0.54 | 0.15 | 337.07 | 0.78 | 0.48 |
| Hex | DA | 1B | 64 | 0 | 58 | 36 | F | 151 | 4E | 30 |
| Octal | 332 | 33 | 144 | 0 | 130 | 66 | 17 | 521 | 116 | 60 |
| Binary | 11011010 | 11011 | 1100100 | 0 | 1011000 | 110110 | 1111 | 101010001 | 1001110 | 110000 |
Color Harmonies of #DA1B64
Complementary color
Monochromatic Colors of #DA1B64
Black with #DA1B64
Text Example
Text Example
White with #DA1B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1B64; }
p { color: rgb(218,27,100); }
H1.HeaderClassName
{
color: #DA1B64;
}
.AnyTagClassName
{
color: #DA1B64;
}
</style>
background-color css
<style>
a { background-color: #DA1B64; }
a { background-color: rgb(218,27,100); }
div.DivClassName
{
background-color: #DA1B64;
}
.BgClassName
{
background-color: #DA1B64;
}
</style>
border-color css
<style>
span { border-color: #DA1B64; }
span { border-color: rgb(218,27,100); }
td.TdClassName
{
border-color: #DA1B64;
}
.TagClassName
{
border-color: #DA1B64;
}
</style>