Shades of Ruby #DA196C
Tints of Ruby #DA196C
RGB
CMYK
RGB Variations
Color information
#DA196C (or 0xDA196C) is known color: Ruby. HEX triplet: DA, 19 and 6C. RGB value is (218,25,108). Sum of RGB (Red+Green+Blue) = 218+25+108=351 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.11% from 351); Green value is 25 (10.16% from 255 or 7.12% from 351); Blue value is 108 (42.58% from 255 or 30.77% from 351); Max value from RGB is 218 - color contains mainly: red. Hex color #DA196C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA196C is #25E693. Grayscale: #5C5C5C. Windows color (decimal): -2483860 or 7084506. OLE color: 7084506.
HSL color Cylindrical-coordinate representation of color #DA196C: hue angle of 334.2º 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 #DA196C is Cyan = 0, Magento = 0.89, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 25 | 108 | - |
| CMYK | 0 | 0.89 | 0.50 | 0.15 |
| HSL | 334.2º | 0.79% | 0.48% | - |
| HSV(B) | 334.2º | 0.89% | 0.85% | - |
| XYZ | 31.97 | 16.68 | 15.72 | - |
| YUV | 92.17 | 136.94 | 217.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 25 | 108 | 0 | 0.89 | 0.50 | 0.15 | 334.2 | 0.79 | 0.48 |
| Hex | DA | 19 | 6C | 0 | 59 | 32 | F | 14E | 4F | 30 |
| Octal | 332 | 31 | 154 | 0 | 131 | 62 | 17 | 516 | 117 | 60 |
| Binary | 11011010 | 11001 | 1101100 | 0 | 1011001 | 110010 | 1111 | 101001110 | 1001111 | 110000 |
Color Harmonies of #DA196C
Complementary color
Monochromatic Colors of #DA196C
Black with #DA196C
Text Example
Text Example
White with #DA196C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA196C; }
p { color: rgb(218,25,108); }
H1.HeaderClassName
{
color: #DA196C;
}
.AnyTagClassName
{
color: #DA196C;
}
</style>
background-color css
<style>
a { background-color: #DA196C; }
a { background-color: rgb(218,25,108); }
div.DivClassName
{
background-color: #DA196C;
}
.BgClassName
{
background-color: #DA196C;
}
</style>
border-color css
<style>
span { border-color: #DA196C; }
span { border-color: rgb(218,25,108); }
td.TdClassName
{
border-color: #DA196C;
}
.TagClassName
{
border-color: #DA196C;
}
</style>