Shades of Ruby #DA1853
Tints of Ruby #DA1853
RGB
CMYK
RGB Variations
Color information
#DA1853 (or 0xDA1853) is known color: Ruby. HEX triplet: DA, 18 and 53. RGB value is (218,24,83). Sum of RGB (Red+Green+Blue) = 218+24+83=325 (43% of max value = 765). Red value is 218 (85.55% from 255 or 67.08% from 325); Green value is 24 (9.77% from 255 or 7.38% from 325); Blue value is 83 (32.81% from 255 or 25.54% from 325); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1853 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA1853 is #25E7AC. Grayscale: #585858. Windows color (decimal): -2484141 or 5445850. OLE color: 5445850.
HSL color Cylindrical-coordinate representation of color #DA1853: hue angle of 341.75º 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 #DA1853 is Cyan = 0, Magento = 0.89, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 24 | 83 | - |
| CMYK | 0 | 0.89 | 0.62 | 0.15 |
| HSL | 341.75º | 0.8% | 0.47% | - |
| HSV(B) | 341.75º | 0.89% | 0.85% | - |
| XYZ | 30.8 | 16.18 | 9.68 | - |
| YUV | 88.73 | 124.77 | 220.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 24 | 83 | 0 | 0.89 | 0.62 | 0.15 | 341.75 | 0.8 | 0.47 |
| Hex | DA | 18 | 53 | 0 | 59 | 3E | F | 156 | 50 | 2F |
| Octal | 332 | 30 | 123 | 0 | 131 | 76 | 17 | 526 | 120 | 57 |
| Binary | 11011010 | 11000 | 1010011 | 0 | 1011001 | 111110 | 1111 | 101010110 | 1010000 | 101111 |
Color Harmonies of #DA1853
Complementary color
Monochromatic Colors of #DA1853
Black with #DA1853
Text Example
Text Example
White with #DA1853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1853; }
p { color: rgb(218,24,83); }
H1.HeaderClassName
{
color: #DA1853;
}
.AnyTagClassName
{
color: #DA1853;
}
</style>
background-color css
<style>
a { background-color: #DA1853; }
a { background-color: rgb(218,24,83); }
div.DivClassName
{
background-color: #DA1853;
}
.BgClassName
{
background-color: #DA1853;
}
</style>
border-color css
<style>
span { border-color: #DA1853; }
span { border-color: rgb(218,24,83); }
td.TdClassName
{
border-color: #DA1853;
}
.TagClassName
{
border-color: #DA1853;
}
</style>