Shades of Ruby #DA155C
Tints of Ruby #DA155C
RGB
CMYK
RGB Variations
Color information
#DA155C (or 0xDA155C) is known color: Ruby. HEX triplet: DA, 15 and 5C. RGB value is (218,21,92). Sum of RGB (Red+Green+Blue) = 218+21+92=331 (43% of max value = 765). Red value is 218 (85.55% from 255 or 65.86% from 331); Green value is 21 (8.59% from 255 or 6.34% from 331); Blue value is 92 (36.33% from 255 or 27.79% from 331); Max value from RGB is 218 - color contains mainly: red. Hex color #DA155C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA155C is #25EAA3. Grayscale: #575757. Windows color (decimal): -2484900 or 6034906. OLE color: 6034906.
HSL color Cylindrical-coordinate representation of color #DA155C: hue angle of 338.38º 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 #DA155C is Cyan = 0, Magento = 0.90, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 21 | 92 | - |
| CMYK | 0 | 0.90 | 0.58 | 0.15 |
| HSL | 338.38º | 0.82% | 0.47% | - |
| HSV(B) | 338.38º | 0.9% | 0.85% | - |
| XYZ | 31.11 | 16.21 | 11.62 | - |
| YUV | 88 | 130.27 | 220.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 21 | 92 | 0 | 0.90 | 0.58 | 0.15 | 338.38 | 0.82 | 0.47 |
| Hex | DA | 15 | 5C | 0 | 5A | 3A | F | 152 | 52 | 2F |
| Octal | 332 | 25 | 134 | 0 | 132 | 72 | 17 | 522 | 122 | 57 |
| Binary | 11011010 | 10101 | 1011100 | 0 | 1011010 | 111010 | 1111 | 101010010 | 1010010 | 101111 |
Color Harmonies of #DA155C
Complementary color
Monochromatic Colors of #DA155C
Black with #DA155C
Text Example
Text Example
White with #DA155C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA155C; }
p { color: rgb(218,21,92); }
H1.HeaderClassName
{
color: #DA155C;
}
.AnyTagClassName
{
color: #DA155C;
}
</style>
background-color css
<style>
a { background-color: #DA155C; }
a { background-color: rgb(218,21,92); }
div.DivClassName
{
background-color: #DA155C;
}
.BgClassName
{
background-color: #DA155C;
}
</style>
border-color css
<style>
span { border-color: #DA155C; }
span { border-color: rgb(218,21,92); }
td.TdClassName
{
border-color: #DA155C;
}
.TagClassName
{
border-color: #DA155C;
}
</style>