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