Shades of Ruby #DA135E
Tints of Ruby #DA135E
RGB
CMYK
RGB Variations
Color information
#DA135E (or 0xDA135E) is known color: Ruby. HEX triplet: DA, 13 and 5E. RGB value is (218,19,94). Sum of RGB (Red+Green+Blue) = 218+19+94=331 (43% of max value = 765). Red value is 218 (85.55% from 255 or 65.86% from 331); Green value is 19 (7.81% from 255 or 5.74% from 331); Blue value is 94 (37.11% from 255 or 28.40% from 331); Max value from RGB is 218 - color contains mainly: red. Hex color #DA135E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA135E is #25ECA1. Grayscale: #565656. Windows color (decimal): -2485410 or 6165466. OLE color: 6165466.
HSL color Cylindrical-coordinate representation of color #DA135E: hue angle of 337.39º 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 #DA135E is Cyan = 0, Magento = 0.91, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 19 | 94 | - |
| CMYK | 0 | 0.91 | 0.57 | 0.15 |
| HSL | 337.39º | 0.84% | 0.46% | - |
| HSV(B) | 337.39º | 0.91% | 0.85% | - |
| XYZ | 31.17 | 16.18 | 12.07 | - |
| YUV | 87.05 | 131.93 | 221.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 19 | 94 | 0 | 0.91 | 0.57 | 0.15 | 337.39 | 0.84 | 0.46 |
| Hex | DA | 13 | 5E | 0 | 5B | 39 | F | 151 | 54 | 2E |
| Octal | 332 | 23 | 136 | 0 | 133 | 71 | 17 | 521 | 124 | 56 |
| Binary | 11011010 | 10011 | 1011110 | 0 | 1011011 | 111001 | 1111 | 101010001 | 1010100 | 101110 |
Color Harmonies of #DA135E
Complementary color
Monochromatic Colors of #DA135E
Black with #DA135E
Text Example
Text Example
White with #DA135E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA135E; }
p { color: rgb(218,19,94); }
H1.HeaderClassName
{
color: #DA135E;
}
.AnyTagClassName
{
color: #DA135E;
}
</style>
background-color css
<style>
a { background-color: #DA135E; }
a { background-color: rgb(218,19,94); }
div.DivClassName
{
background-color: #DA135E;
}
.BgClassName
{
background-color: #DA135E;
}
</style>
border-color css
<style>
span { border-color: #DA135E; }
span { border-color: rgb(218,19,94); }
td.TdClassName
{
border-color: #DA135E;
}
.TagClassName
{
border-color: #DA135E;
}
</style>