Shades of Ruby #DA1275
Tints of Ruby #DA1275
RGB
CMYK
RGB Variations
Color information
#DA1275 (or 0xDA1275) is known color: Ruby. HEX triplet: DA, 12 and 75. RGB value is (218,18,117). Sum of RGB (Red+Green+Blue) = 218+18+117=353 (46% of max value = 765). Red value is 218 (85.55% from 255 or 61.76% from 353); Green value is 18 (7.42% from 255 or 5.10% from 353); Blue value is 117 (46.09% from 255 or 33.14% from 353); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1275 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA1275 is #25ED8A. Grayscale: #585858. Windows color (decimal): -2485643 or 7672538. OLE color: 7672538.
HSL color Cylindrical-coordinate representation of color #DA1275: hue angle of 330.3º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DA1275 is Cyan = 0, Magento = 0.92, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 18 | 117 | - |
| CMYK | 0 | 0.92 | 0.46 | 0.15 |
| HSL | 330.3º | 0.85% | 0.46% | - |
| HSV(B) | 330.3º | 0.92% | 0.85% | - |
| XYZ | 32.34 | 16.62 | 18.33 | - |
| YUV | 89.09 | 143.76 | 219.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 18 | 117 | 0 | 0.92 | 0.46 | 0.15 | 330.3 | 0.85 | 0.46 |
| Hex | DA | 12 | 75 | 0 | 5C | 2E | F | 14A | 55 | 2E |
| Octal | 332 | 22 | 165 | 0 | 134 | 56 | 17 | 512 | 125 | 56 |
| Binary | 11011010 | 10010 | 1110101 | 0 | 1011100 | 101110 | 1111 | 101001010 | 1010101 | 101110 |
Color Harmonies of #DA1275
Complementary color
Monochromatic Colors of #DA1275
Black with #DA1275
Text Example
Text Example
White with #DA1275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1275; }
p { color: rgb(218,18,117); }
H1.HeaderClassName
{
color: #DA1275;
}
.AnyTagClassName
{
color: #DA1275;
}
</style>
background-color css
<style>
a { background-color: #DA1275; }
a { background-color: rgb(218,18,117); }
div.DivClassName
{
background-color: #DA1275;
}
.BgClassName
{
background-color: #DA1275;
}
</style>
border-color css
<style>
span { border-color: #DA1275; }
span { border-color: rgb(218,18,117); }
td.TdClassName
{
border-color: #DA1275;
}
.TagClassName
{
border-color: #DA1275;
}
</style>