Shades of Ruby #DA195F
Tints of Ruby #DA195F
RGB
CMYK
RGB Variations
Color information
#DA195F (or 0xDA195F) is known color: Ruby. HEX triplet: DA, 19 and 5F. RGB value is (218,25,95). Sum of RGB (Red+Green+Blue) = 218+25+95=338 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.50% from 338); Green value is 25 (10.16% from 255 or 7.40% from 338); Blue value is 95 (37.5% from 255 or 28.11% from 338); Max value from RGB is 218 - color contains mainly: red. Hex color #DA195F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA195F is #25E6A0. Grayscale: #5A5A5A. Windows color (decimal): -2483873 or 6232538. OLE color: 6232538.
HSL color Cylindrical-coordinate representation of color #DA195F: hue angle of 338.24º 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 #DA195F is Cyan = 0, Magento = 0.89, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 25 | 95 | - |
| CMYK | 0 | 0.89 | 0.56 | 0.15 |
| HSL | 338.24º | 0.79% | 0.48% | - |
| HSV(B) | 338.24º | 0.89% | 0.85% | - |
| XYZ | 31.33 | 16.43 | 12.35 | - |
| YUV | 90.69 | 130.44 | 218.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 25 | 95 | 0 | 0.89 | 0.56 | 0.15 | 338.24 | 0.79 | 0.48 |
| Hex | DA | 19 | 5F | 0 | 59 | 38 | F | 152 | 4F | 30 |
| Octal | 332 | 31 | 137 | 0 | 131 | 70 | 17 | 522 | 117 | 60 |
| Binary | 11011010 | 11001 | 1011111 | 0 | 1011001 | 111000 | 1111 | 101010010 | 1001111 | 110000 |
Color Harmonies of #DA195F
Complementary color
Monochromatic Colors of #DA195F
Black with #DA195F
Text Example
Text Example
White with #DA195F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA195F; }
p { color: rgb(218,25,95); }
H1.HeaderClassName
{
color: #DA195F;
}
.AnyTagClassName
{
color: #DA195F;
}
</style>
background-color css
<style>
a { background-color: #DA195F; }
a { background-color: rgb(218,25,95); }
div.DivClassName
{
background-color: #DA195F;
}
.BgClassName
{
background-color: #DA195F;
}
</style>
border-color css
<style>
span { border-color: #DA195F; }
span { border-color: rgb(218,25,95); }
td.TdClassName
{
border-color: #DA195F;
}
.TagClassName
{
border-color: #DA195F;
}
</style>