Shades of Ruby #DA1753
Tints of Ruby #DA1753
RGB
CMYK
RGB Variations
Color information
#DA1753 (or 0xDA1753) is known color: Ruby. HEX triplet: DA, 17 and 53. RGB value is (218,23,83). Sum of RGB (Red+Green+Blue) = 218+23+83=324 (42% of max value = 765). Red value is 218 (85.55% from 255 or 67.28% from 324); Green value is 23 (9.38% from 255 or 7.10% from 324); Blue value is 83 (32.81% from 255 or 25.62% from 324); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1753 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA1753 is #25E8AC. Grayscale: #585858. Windows color (decimal): -2484397 or 5445594. OLE color: 5445594.
HSL color Cylindrical-coordinate representation of color #DA1753: hue angle of 341.54º degrees, saturation: 0.81, 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 #DA1753 is Cyan = 0, Magento = 0.89, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 23 | 83 | - |
| CMYK | 0 | 0.89 | 0.62 | 0.15 |
| HSL | 341.54º | 0.81% | 0.47% | - |
| HSV(B) | 341.54º | 0.89% | 0.85% | - |
| XYZ | 30.78 | 16.14 | 9.68 | - |
| YUV | 88.15 | 125.1 | 220.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 23 | 83 | 0 | 0.89 | 0.62 | 0.15 | 341.54 | 0.81 | 0.47 |
| Hex | DA | 17 | 53 | 0 | 59 | 3E | F | 156 | 51 | 2F |
| Octal | 332 | 27 | 123 | 0 | 131 | 76 | 17 | 526 | 121 | 57 |
| Binary | 11011010 | 10111 | 1010011 | 0 | 1011001 | 111110 | 1111 | 101010110 | 1010001 | 101111 |
Color Harmonies of #DA1753
Complementary color
Monochromatic Colors of #DA1753
Black with #DA1753
Text Example
Text Example
White with #DA1753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1753; }
p { color: rgb(218,23,83); }
H1.HeaderClassName
{
color: #DA1753;
}
.AnyTagClassName
{
color: #DA1753;
}
</style>
background-color css
<style>
a { background-color: #DA1753; }
a { background-color: rgb(218,23,83); }
div.DivClassName
{
background-color: #DA1753;
}
.BgClassName
{
background-color: #DA1753;
}
</style>
border-color css
<style>
span { border-color: #DA1753; }
span { border-color: rgb(218,23,83); }
td.TdClassName
{
border-color: #DA1753;
}
.TagClassName
{
border-color: #DA1753;
}
</style>