Shades of Ruby #DA136A
Tints of Ruby #DA136A
RGB
CMYK
RGB Variations
Color information
#DA136A (or 0xDA136A) is known color: Ruby. HEX triplet: DA, 13 and 6A. RGB value is (218,19,106). Sum of RGB (Red+Green+Blue) = 218+19+106=343 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.56% from 343); Green value is 19 (7.81% from 255 or 5.54% from 343); Blue value is 106 (41.80% from 255 or 30.90% from 343); Max value from RGB is 218 - color contains mainly: red. Hex color #DA136A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA136A is #25EC95. Grayscale: #585858. Windows color (decimal): -2485398 or 6951898. OLE color: 6951898.
HSL color Cylindrical-coordinate representation of color #DA136A: hue angle of 333.77º 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 #DA136A is Cyan = 0, Magento = 0.91, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 19 | 106 | - |
| CMYK | 0 | 0.91 | 0.51 | 0.15 |
| HSL | 333.77º | 0.84% | 0.46% | - |
| HSV(B) | 333.77º | 0.91% | 0.85% | - |
| XYZ | 31.75 | 16.41 | 15.13 | - |
| YUV | 88.42 | 137.93 | 220.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 19 | 106 | 0 | 0.91 | 0.51 | 0.15 | 333.77 | 0.84 | 0.46 |
| Hex | DA | 13 | 6A | 0 | 5B | 33 | F | 14E | 54 | 2E |
| Octal | 332 | 23 | 152 | 0 | 133 | 63 | 17 | 516 | 124 | 56 |
| Binary | 11011010 | 10011 | 1101010 | 0 | 1011011 | 110011 | 1111 | 101001110 | 1010100 | 101110 |
Color Harmonies of #DA136A
Complementary color
Monochromatic Colors of #DA136A
Black with #DA136A
Text Example
Text Example
White with #DA136A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA136A; }
p { color: rgb(218,19,106); }
H1.HeaderClassName
{
color: #DA136A;
}
.AnyTagClassName
{
color: #DA136A;
}
</style>
background-color css
<style>
a { background-color: #DA136A; }
a { background-color: rgb(218,19,106); }
div.DivClassName
{
background-color: #DA136A;
}
.BgClassName
{
background-color: #DA136A;
}
</style>
border-color css
<style>
span { border-color: #DA136A; }
span { border-color: rgb(218,19,106); }
td.TdClassName
{
border-color: #DA136A;
}
.TagClassName
{
border-color: #DA136A;
}
</style>