Shades of Ruby #DA1871
Tints of Ruby #DA1871
RGB
CMYK
RGB Variations
Color information
#DA1871 (or 0xDA1871) is known color: Ruby. HEX triplet: DA, 18 and 71. RGB value is (218,24,113). Sum of RGB (Red+Green+Blue) = 218+24+113=355 (47% of max value = 765). Red value is 218 (85.55% from 255 or 61.41% from 355); Green value is 24 (9.77% from 255 or 6.76% from 355); Blue value is 113 (44.53% from 255 or 31.83% from 355); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1871 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA1871 is #25E78E. Grayscale: #5B5B5B. Windows color (decimal): -2484111 or 7411930. OLE color: 7411930.
HSL color Cylindrical-coordinate representation of color #DA1871: hue angle of 332.47º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DA1871 is Cyan = 0, Magento = 0.89, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 24 | 113 | - |
| CMYK | 0 | 0.89 | 0.48 | 0.15 |
| HSL | 332.47º | 0.8% | 0.47% | - |
| HSV(B) | 332.47º | 0.89% | 0.85% | - |
| XYZ | 32.22 | 16.75 | 17.16 | - |
| YUV | 92.15 | 139.77 | 217.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 24 | 113 | 0 | 0.89 | 0.48 | 0.15 | 332.47 | 0.8 | 0.47 |
| Hex | DA | 18 | 71 | 0 | 59 | 30 | F | 14C | 50 | 2F |
| Octal | 332 | 30 | 161 | 0 | 131 | 60 | 17 | 514 | 120 | 57 |
| Binary | 11011010 | 11000 | 1110001 | 0 | 1011001 | 110000 | 1111 | 101001100 | 1010000 | 101111 |
Color Harmonies of #DA1871
Complementary color
Monochromatic Colors of #DA1871
Black with #DA1871
Text Example
Text Example
White with #DA1871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1871; }
p { color: rgb(218,24,113); }
H1.HeaderClassName
{
color: #DA1871;
}
.AnyTagClassName
{
color: #DA1871;
}
</style>
background-color css
<style>
a { background-color: #DA1871; }
a { background-color: rgb(218,24,113); }
div.DivClassName
{
background-color: #DA1871;
}
.BgClassName
{
background-color: #DA1871;
}
</style>
border-color css
<style>
span { border-color: #DA1871; }
span { border-color: rgb(218,24,113); }
td.TdClassName
{
border-color: #DA1871;
}
.TagClassName
{
border-color: #DA1871;
}
</style>