Shades of Ruby #DA1475
Tints of Ruby #DA1475
RGB
CMYK
RGB Variations
Color information
#DA1475 (or 0xDA1475) is known color: Ruby. HEX triplet: DA, 14 and 75. RGB value is (218,20,117). Sum of RGB (Red+Green+Blue) = 218+20+117=355 (47% of max value = 765). Red value is 218 (85.55% from 255 or 61.41% from 355); Green value is 20 (8.20% from 255 or 5.63% from 355); Blue value is 117 (46.09% from 255 or 32.96% from 355); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1475 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA1475 is #25EB8A. Grayscale: #5A5A5A. Windows color (decimal): -2485131 or 7673050. OLE color: 7673050.
HSL color Cylindrical-coordinate representation of color #DA1475: hue angle of 330.61º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DA1475 is Cyan = 0, Magento = 0.91, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 20 | 117 | - |
| CMYK | 0 | 0.91 | 0.46 | 0.15 |
| HSL | 330.61º | 0.83% | 0.47% | - |
| HSV(B) | 330.61º | 0.91% | 0.85% | - |
| XYZ | 32.37 | 16.69 | 18.34 | - |
| YUV | 90.26 | 143.1 | 219.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 20 | 117 | 0 | 0.91 | 0.46 | 0.15 | 330.61 | 0.83 | 0.47 |
| Hex | DA | 14 | 75 | 0 | 5B | 2E | F | 14B | 53 | 2F |
| Octal | 332 | 24 | 165 | 0 | 133 | 56 | 17 | 513 | 123 | 57 |
| Binary | 11011010 | 10100 | 1110101 | 0 | 1011011 | 101110 | 1111 | 101001011 | 1010011 | 101111 |
Color Harmonies of #DA1475
Complementary color
Monochromatic Colors of #DA1475
Black with #DA1475
Text Example
Text Example
White with #DA1475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1475; }
p { color: rgb(218,20,117); }
H1.HeaderClassName
{
color: #DA1475;
}
.AnyTagClassName
{
color: #DA1475;
}
</style>
background-color css
<style>
a { background-color: #DA1475; }
a { background-color: rgb(218,20,117); }
div.DivClassName
{
background-color: #DA1475;
}
.BgClassName
{
background-color: #DA1475;
}
</style>
border-color css
<style>
span { border-color: #DA1475; }
span { border-color: rgb(218,20,117); }
td.TdClassName
{
border-color: #DA1475;
}
.TagClassName
{
border-color: #DA1475;
}
</style>