Shades of Ruby #DA135D
Tints of Ruby #DA135D
RGB
CMYK
RGB Variations
Color information
#DA135D (or 0xDA135D) is known color: Ruby. HEX triplet: DA, 13 and 5D. RGB value is (218,19,93). Sum of RGB (Red+Green+Blue) = 218+19+93=330 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.06% from 330); Green value is 19 (7.81% from 255 or 5.76% from 330); Blue value is 93 (36.72% from 255 or 28.18% from 330); Max value from RGB is 218 - color contains mainly: red. Hex color #DA135D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA135D is #25ECA2. Grayscale: #565656. Windows color (decimal): -2485411 or 6099930. OLE color: 6099930.
HSL color Cylindrical-coordinate representation of color #DA135D: hue angle of 337.69º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DA135D is Cyan = 0, Magento = 0.91, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 19 | 93 | - |
| CMYK | 0 | 0.91 | 0.57 | 0.15 |
| HSL | 337.69º | 0.84% | 0.46% | - |
| HSV(B) | 337.69º | 0.91% | 0.85% | - |
| XYZ | 31.12 | 16.16 | 11.84 | - |
| YUV | 86.94 | 131.43 | 221.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 19 | 93 | 0 | 0.91 | 0.57 | 0.15 | 337.69 | 0.84 | 0.46 |
| Hex | DA | 13 | 5D | 0 | 5B | 39 | F | 152 | 54 | 2E |
| Octal | 332 | 23 | 135 | 0 | 133 | 71 | 17 | 522 | 124 | 56 |
| Binary | 11011010 | 10011 | 1011101 | 0 | 1011011 | 111001 | 1111 | 101010010 | 1010100 | 101110 |
Color Harmonies of #DA135D
Complementary color
Monochromatic Colors of #DA135D
Black with #DA135D
Text Example
Text Example
White with #DA135D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA135D; }
p { color: rgb(218,19,93); }
H1.HeaderClassName
{
color: #DA135D;
}
.AnyTagClassName
{
color: #DA135D;
}
</style>
background-color css
<style>
a { background-color: #DA135D; }
a { background-color: rgb(218,19,93); }
div.DivClassName
{
background-color: #DA135D;
}
.BgClassName
{
background-color: #DA135D;
}
</style>
border-color css
<style>
span { border-color: #DA135D; }
span { border-color: rgb(218,19,93); }
td.TdClassName
{
border-color: #DA135D;
}
.TagClassName
{
border-color: #DA135D;
}
</style>