Shades of Ruby #DA1B73
Tints of Ruby #DA1B73
RGB
CMYK
RGB Variations
Color information
#DA1B73 (or 0xDA1B73) is known color: Ruby. HEX triplet: DA, 1B and 73. RGB value is (218,27,115). Sum of RGB (Red+Green+Blue) = 218+27+115=360 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.56% from 360); Green value is 27 (10.94% from 255 or 7.5% from 360); Blue value is 115 (45.31% from 255 or 31.94% from 360); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1B73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA1B73 is #25E48C. Grayscale: #5D5D5D. Windows color (decimal): -2483341 or 7543770. OLE color: 7543770.
HSL color Cylindrical-coordinate representation of color #DA1B73: hue angle of 332.36º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DA1B73 is Cyan = 0, Magento = 0.88, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 27 | 115 | - |
| CMYK | 0 | 0.88 | 0.47 | 0.15 |
| HSL | 332.36º | 0.78% | 0.48% | - |
| HSV(B) | 332.36º | 0.88% | 0.85% | - |
| XYZ | 32.4 | 16.93 | 17.78 | - |
| YUV | 94.14 | 139.78 | 216.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 27 | 115 | 0 | 0.88 | 0.47 | 0.15 | 332.36 | 0.78 | 0.48 |
| Hex | DA | 1B | 73 | 0 | 58 | 2F | F | 14C | 4E | 30 |
| Octal | 332 | 33 | 163 | 0 | 130 | 57 | 17 | 514 | 116 | 60 |
| Binary | 11011010 | 11011 | 1110011 | 0 | 1011000 | 101111 | 1111 | 101001100 | 1001110 | 110000 |
Color Harmonies of #DA1B73
Complementary color
Monochromatic Colors of #DA1B73
Black with #DA1B73
Text Example
Text Example
White with #DA1B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1B73; }
p { color: rgb(218,27,115); }
H1.HeaderClassName
{
color: #DA1B73;
}
.AnyTagClassName
{
color: #DA1B73;
}
</style>
background-color css
<style>
a { background-color: #DA1B73; }
a { background-color: rgb(218,27,115); }
div.DivClassName
{
background-color: #DA1B73;
}
.BgClassName
{
background-color: #DA1B73;
}
</style>
border-color css
<style>
span { border-color: #DA1B73; }
span { border-color: rgb(218,27,115); }
td.TdClassName
{
border-color: #DA1B73;
}
.TagClassName
{
border-color: #DA1B73;
}
</style>