Shades of Ruby #DA1553
Tints of Ruby #DA1553
RGB
CMYK
RGB Variations
Color information
#DA1553 (or 0xDA1553) is known color: Ruby. HEX triplet: DA, 15 and 53. RGB value is (218,21,83). Sum of RGB (Red+Green+Blue) = 218+21+83=322 (42% of max value = 765). Red value is 218 (85.55% from 255 or 67.70% from 322); Green value is 21 (8.59% from 255 or 6.52% from 322); Blue value is 83 (32.81% from 255 or 25.78% from 322); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1553 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA1553 is #25EAAC. Grayscale: #565656. Windows color (decimal): -2484909 or 5445082. OLE color: 5445082.
HSL color Cylindrical-coordinate representation of color #DA1553: hue angle of 341.12º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DA1553 is Cyan = 0, Magento = 0.90, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 21 | 83 | - |
| CMYK | 0 | 0.90 | 0.62 | 0.15 |
| HSL | 341.12º | 0.82% | 0.47% | - |
| HSV(B) | 341.12º | 0.9% | 0.85% | - |
| XYZ | 30.74 | 16.07 | 9.66 | - |
| YUV | 86.97 | 125.77 | 221.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 21 | 83 | 0 | 0.90 | 0.62 | 0.15 | 341.12 | 0.82 | 0.47 |
| Hex | DA | 15 | 53 | 0 | 5A | 3E | F | 155 | 52 | 2F |
| Octal | 332 | 25 | 123 | 0 | 132 | 76 | 17 | 525 | 122 | 57 |
| Binary | 11011010 | 10101 | 1010011 | 0 | 1011010 | 111110 | 1111 | 101010101 | 1010010 | 101111 |
Color Harmonies of #DA1553
Complementary color
Monochromatic Colors of #DA1553
Black with #DA1553
Text Example
Text Example
White with #DA1553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1553; }
p { color: rgb(218,21,83); }
H1.HeaderClassName
{
color: #DA1553;
}
.AnyTagClassName
{
color: #DA1553;
}
</style>
background-color css
<style>
a { background-color: #DA1553; }
a { background-color: rgb(218,21,83); }
div.DivClassName
{
background-color: #DA1553;
}
.BgClassName
{
background-color: #DA1553;
}
</style>
border-color css
<style>
span { border-color: #DA1553; }
span { border-color: rgb(218,21,83); }
td.TdClassName
{
border-color: #DA1553;
}
.TagClassName
{
border-color: #DA1553;
}
</style>