Shades of Ruby #DA135A
Tints of Ruby #DA135A
RGB
CMYK
RGB Variations
Color information
#DA135A (or 0xDA135A) is known color: Ruby. HEX triplet: DA, 13 and 5A. RGB value is (218,19,90). Sum of RGB (Red+Green+Blue) = 218+19+90=327 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.67% from 327); Green value is 19 (7.81% from 255 or 5.81% from 327); Blue value is 90 (35.55% from 255 or 27.52% from 327); Max value from RGB is 218 - color contains mainly: red. Hex color #DA135A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA135A is #25ECA5. Grayscale: #565656. Windows color (decimal): -2485414 or 5903322. OLE color: 5903322.
HSL color Cylindrical-coordinate representation of color #DA135A: hue angle of 338.59º 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 #DA135A is Cyan = 0, Magento = 0.91, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 19 | 90 | - |
| CMYK | 0 | 0.91 | 0.59 | 0.15 |
| HSL | 338.59º | 0.84% | 0.46% | - |
| HSV(B) | 338.59º | 0.91% | 0.85% | - |
| XYZ | 30.99 | 16.11 | 11.15 | - |
| YUV | 86.6 | 129.93 | 221.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 19 | 90 | 0 | 0.91 | 0.59 | 0.15 | 338.59 | 0.84 | 0.46 |
| Hex | DA | 13 | 5A | 0 | 5B | 3B | F | 153 | 54 | 2E |
| Octal | 332 | 23 | 132 | 0 | 133 | 73 | 17 | 523 | 124 | 56 |
| Binary | 11011010 | 10011 | 1011010 | 0 | 1011011 | 111011 | 1111 | 101010011 | 1010100 | 101110 |
Color Harmonies of #DA135A
Complementary color
Monochromatic Colors of #DA135A
Black with #DA135A
Text Example
Text Example
White with #DA135A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA135A; }
p { color: rgb(218,19,90); }
H1.HeaderClassName
{
color: #DA135A;
}
.AnyTagClassName
{
color: #DA135A;
}
</style>
background-color css
<style>
a { background-color: #DA135A; }
a { background-color: rgb(218,19,90); }
div.DivClassName
{
background-color: #DA135A;
}
.BgClassName
{
background-color: #DA135A;
}
</style>
border-color css
<style>
span { border-color: #DA135A; }
span { border-color: rgb(218,19,90); }
td.TdClassName
{
border-color: #DA135A;
}
.TagClassName
{
border-color: #DA135A;
}
</style>