Shades of Ruby #DA1975
Tints of Ruby #DA1975
RGB
CMYK
RGB Variations
Color information
#DA1975 (or 0xDA1975) is known color: Ruby. HEX triplet: DA, 19 and 75. RGB value is (218,25,117). Sum of RGB (Red+Green+Blue) = 218+25+117=360 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.56% from 360); Green value is 25 (10.16% from 255 or 6.94% from 360); Blue value is 117 (46.09% from 255 or 32.5% from 360); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1975 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA1975 is #25E68A. Grayscale: #5D5D5D. Windows color (decimal): -2483851 or 7674330. OLE color: 7674330.
HSL color Cylindrical-coordinate representation of color #DA1975: hue angle of 331.4º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DA1975 is Cyan = 0, Magento = 0.89, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 25 | 117 | - |
| CMYK | 0 | 0.89 | 0.46 | 0.15 |
| HSL | 331.4º | 0.79% | 0.48% | - |
| HSV(B) | 331.4º | 0.89% | 0.85% | - |
| XYZ | 32.47 | 16.89 | 18.38 | - |
| YUV | 93.2 | 141.44 | 217.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 25 | 117 | 0 | 0.89 | 0.46 | 0.15 | 331.4 | 0.79 | 0.48 |
| Hex | DA | 19 | 75 | 0 | 59 | 2E | F | 14B | 4F | 30 |
| Octal | 332 | 31 | 165 | 0 | 131 | 56 | 17 | 513 | 117 | 60 |
| Binary | 11011010 | 11001 | 1110101 | 0 | 1011001 | 101110 | 1111 | 101001011 | 1001111 | 110000 |
Color Harmonies of #DA1975
Complementary color
Monochromatic Colors of #DA1975
Black with #DA1975
Text Example
Text Example
White with #DA1975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1975; }
p { color: rgb(218,25,117); }
H1.HeaderClassName
{
color: #DA1975;
}
.AnyTagClassName
{
color: #DA1975;
}
</style>
background-color css
<style>
a { background-color: #DA1975; }
a { background-color: rgb(218,25,117); }
div.DivClassName
{
background-color: #DA1975;
}
.BgClassName
{
background-color: #DA1975;
}
</style>
border-color css
<style>
span { border-color: #DA1975; }
span { border-color: rgb(218,25,117); }
td.TdClassName
{
border-color: #DA1975;
}
.TagClassName
{
border-color: #DA1975;
}
</style>