Shades of Ruby #DA1A71
Tints of Ruby #DA1A71
RGB
CMYK
RGB Variations
Color information
#DA1A71 (or 0xDA1A71) is known color: Ruby. HEX triplet: DA, 1A and 71. RGB value is (218,26,113). Sum of RGB (Red+Green+Blue) = 218+26+113=357 (47% of max value = 765). Red value is 218 (85.55% from 255 or 61.06% from 357); Green value is 26 (10.55% from 255 or 7.28% from 357); Blue value is 113 (44.53% from 255 or 31.65% from 357); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1A71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA1A71 is #25E58E. Grayscale: #5D5D5D. Windows color (decimal): -2483599 or 7412442. OLE color: 7412442.
HSL color Cylindrical-coordinate representation of color #DA1A71: hue angle of 332.81º degrees, saturation: 0.79, 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 #DA1A71 is Cyan = 0, Magento = 0.88, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 26 | 113 | - |
| CMYK | 0 | 0.88 | 0.48 | 0.15 |
| HSL | 332.81º | 0.79% | 0.48% | - |
| HSV(B) | 332.81º | 0.88% | 0.85% | - |
| XYZ | 32.26 | 16.84 | 17.17 | - |
| YUV | 93.33 | 139.11 | 216.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 26 | 113 | 0 | 0.88 | 0.48 | 0.15 | 332.81 | 0.79 | 0.48 |
| Hex | DA | 1A | 71 | 0 | 58 | 30 | F | 14D | 4F | 30 |
| Octal | 332 | 32 | 161 | 0 | 130 | 60 | 17 | 515 | 117 | 60 |
| Binary | 11011010 | 11010 | 1110001 | 0 | 1011000 | 110000 | 1111 | 101001101 | 1001111 | 110000 |
Color Harmonies of #DA1A71
Complementary color
Monochromatic Colors of #DA1A71
Black with #DA1A71
Text Example
Text Example
White with #DA1A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1A71; }
p { color: rgb(218,26,113); }
H1.HeaderClassName
{
color: #DA1A71;
}
.AnyTagClassName
{
color: #DA1A71;
}
</style>
background-color css
<style>
a { background-color: #DA1A71; }
a { background-color: rgb(218,26,113); }
div.DivClassName
{
background-color: #DA1A71;
}
.BgClassName
{
background-color: #DA1A71;
}
</style>
border-color css
<style>
span { border-color: #DA1A71; }
span { border-color: rgb(218,26,113); }
td.TdClassName
{
border-color: #DA1A71;
}
.TagClassName
{
border-color: #DA1A71;
}
</style>