Shades of Ruby #DA155D
Tints of Ruby #DA155D
RGB
CMYK
RGB Variations
Color information
#DA155D (or 0xDA155D) is known color: Ruby. HEX triplet: DA, 15 and 5D. RGB value is (218,21,93). Sum of RGB (Red+Green+Blue) = 218+21+93=332 (43% of max value = 765). Red value is 218 (85.55% from 255 or 65.66% from 332); Green value is 21 (8.59% from 255 or 6.33% from 332); Blue value is 93 (36.72% from 255 or 28.01% from 332); Max value from RGB is 218 - color contains mainly: red. Hex color #DA155D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA155D is #25EAA2. Grayscale: #585858. Windows color (decimal): -2484899 or 6100442. OLE color: 6100442.
HSL color Cylindrical-coordinate representation of color #DA155D: hue angle of 338.07º 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 #DA155D is Cyan = 0, Magento = 0.90, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 21 | 93 | - |
| CMYK | 0 | 0.90 | 0.57 | 0.15 |
| HSL | 338.07º | 0.82% | 0.47% | - |
| HSV(B) | 338.07º | 0.9% | 0.85% | - |
| XYZ | 31.16 | 16.23 | 11.85 | - |
| YUV | 88.11 | 130.77 | 220.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 21 | 93 | 0 | 0.90 | 0.57 | 0.15 | 338.07 | 0.82 | 0.47 |
| Hex | DA | 15 | 5D | 0 | 5A | 39 | F | 152 | 52 | 2F |
| Octal | 332 | 25 | 135 | 0 | 132 | 71 | 17 | 522 | 122 | 57 |
| Binary | 11011010 | 10101 | 1011101 | 0 | 1011010 | 111001 | 1111 | 101010010 | 1010010 | 101111 |
Color Harmonies of #DA155D
Complementary color
Monochromatic Colors of #DA155D
Black with #DA155D
Text Example
Text Example
White with #DA155D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA155D; }
p { color: rgb(218,21,93); }
H1.HeaderClassName
{
color: #DA155D;
}
.AnyTagClassName
{
color: #DA155D;
}
</style>
background-color css
<style>
a { background-color: #DA155D; }
a { background-color: rgb(218,21,93); }
div.DivClassName
{
background-color: #DA155D;
}
.BgClassName
{
background-color: #DA155D;
}
</style>
border-color css
<style>
span { border-color: #DA155D; }
span { border-color: rgb(218,21,93); }
td.TdClassName
{
border-color: #DA155D;
}
.TagClassName
{
border-color: #DA155D;
}
</style>