Shades of Ruby #DA156A
Tints of Ruby #DA156A
RGB
CMYK
RGB Variations
Color information
#DA156A (or 0xDA156A) is known color: Ruby. HEX triplet: DA, 15 and 6A. RGB value is (218,21,106). Sum of RGB (Red+Green+Blue) = 218+21+106=345 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.19% from 345); Green value is 21 (8.59% from 255 or 6.09% from 345); Blue value is 106 (41.80% from 255 or 30.72% from 345); Max value from RGB is 218 - color contains mainly: red. Hex color #DA156A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA156A is #25EA95. Grayscale: #595959. Windows color (decimal): -2484886 or 6952410. OLE color: 6952410.
HSL color Cylindrical-coordinate representation of color #DA156A: hue angle of 334.11º 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 #DA156A is Cyan = 0, Magento = 0.90, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 21 | 106 | - |
| CMYK | 0 | 0.90 | 0.51 | 0.15 |
| HSL | 334.11º | 0.82% | 0.47% | - |
| HSV(B) | 334.11º | 0.9% | 0.85% | - |
| XYZ | 31.78 | 16.48 | 15.14 | - |
| YUV | 89.59 | 137.27 | 219.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 21 | 106 | 0 | 0.90 | 0.51 | 0.15 | 334.11 | 0.82 | 0.47 |
| Hex | DA | 15 | 6A | 0 | 5A | 33 | F | 14E | 52 | 2F |
| Octal | 332 | 25 | 152 | 0 | 132 | 63 | 17 | 516 | 122 | 57 |
| Binary | 11011010 | 10101 | 1101010 | 0 | 1011010 | 110011 | 1111 | 101001110 | 1010010 | 101111 |
Color Harmonies of #DA156A
Complementary color
Monochromatic Colors of #DA156A
Black with #DA156A
Text Example
Text Example
White with #DA156A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA156A; }
p { color: rgb(218,21,106); }
H1.HeaderClassName
{
color: #DA156A;
}
.AnyTagClassName
{
color: #DA156A;
}
</style>
background-color css
<style>
a { background-color: #DA156A; }
a { background-color: rgb(218,21,106); }
div.DivClassName
{
background-color: #DA156A;
}
.BgClassName
{
background-color: #DA156A;
}
</style>
border-color css
<style>
span { border-color: #DA156A; }
span { border-color: rgb(218,21,106); }
td.TdClassName
{
border-color: #DA156A;
}
.TagClassName
{
border-color: #DA156A;
}
</style>