Shades of Ruby #DA1374
Tints of Ruby #DA1374
RGB
CMYK
RGB Variations
Color information
#DA1374 (or 0xDA1374) is known color: Ruby. HEX triplet: DA, 13 and 74. RGB value is (218,19,116). Sum of RGB (Red+Green+Blue) = 218+19+116=353 (46% of max value = 765). Red value is 218 (85.55% from 255 or 61.76% from 353); Green value is 19 (7.81% from 255 or 5.38% from 353); Blue value is 116 (45.70% from 255 or 32.86% from 353); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1374 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA1374 is #25EC8B. Grayscale: #595959. Windows color (decimal): -2485388 or 7607258. OLE color: 7607258.
HSL color Cylindrical-coordinate representation of color #DA1374: hue angle of 330.75º 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 #DA1374 is Cyan = 0, Magento = 0.91, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 19 | 116 | - |
| CMYK | 0 | 0.91 | 0.47 | 0.15 |
| HSL | 330.75º | 0.84% | 0.46% | - |
| HSV(B) | 330.75º | 0.91% | 0.85% | - |
| XYZ | 32.3 | 16.63 | 18.03 | - |
| YUV | 89.56 | 142.93 | 219.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 19 | 116 | 0 | 0.91 | 0.47 | 0.15 | 330.75 | 0.84 | 0.46 |
| Hex | DA | 13 | 74 | 0 | 5B | 2F | F | 14B | 54 | 2E |
| Octal | 332 | 23 | 164 | 0 | 133 | 57 | 17 | 513 | 124 | 56 |
| Binary | 11011010 | 10011 | 1110100 | 0 | 1011011 | 101111 | 1111 | 101001011 | 1010100 | 101110 |
Color Harmonies of #DA1374
Complementary color
Monochromatic Colors of #DA1374
Black with #DA1374
Text Example
Text Example
White with #DA1374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1374; }
p { color: rgb(218,19,116); }
H1.HeaderClassName
{
color: #DA1374;
}
.AnyTagClassName
{
color: #DA1374;
}
</style>
background-color css
<style>
a { background-color: #DA1374; }
a { background-color: rgb(218,19,116); }
div.DivClassName
{
background-color: #DA1374;
}
.BgClassName
{
background-color: #DA1374;
}
</style>
border-color css
<style>
span { border-color: #DA1374; }
span { border-color: rgb(218,19,116); }
td.TdClassName
{
border-color: #DA1374;
}
.TagClassName
{
border-color: #DA1374;
}
</style>