Shades of Ruby #DA196A
Tints of Ruby #DA196A
RGB
CMYK
RGB Variations
Color information
#DA196A (or 0xDA196A) is known color: Ruby. HEX triplet: DA, 19 and 6A. RGB value is (218,25,106). Sum of RGB (Red+Green+Blue) = 218+25+106=349 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.46% from 349); Green value is 25 (10.16% from 255 or 7.16% from 349); Blue value is 106 (41.80% from 255 or 30.37% from 349); Max value from RGB is 218 - color contains mainly: red. Hex color #DA196A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA196A is #25E695. Grayscale: #5B5B5B. Windows color (decimal): -2483862 or 6953434. OLE color: 6953434.
HSL color Cylindrical-coordinate representation of color #DA196A: hue angle of 334.82º 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 #DA196A is Cyan = 0, Magento = 0.89, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 25 | 106 | - |
| CMYK | 0 | 0.89 | 0.51 | 0.15 |
| HSL | 334.82º | 0.79% | 0.48% | - |
| HSV(B) | 334.82º | 0.89% | 0.85% | - |
| XYZ | 31.86 | 16.64 | 15.17 | - |
| YUV | 91.94 | 135.94 | 217.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 25 | 106 | 0 | 0.89 | 0.51 | 0.15 | 334.82 | 0.79 | 0.48 |
| Hex | DA | 19 | 6A | 0 | 59 | 33 | F | 14F | 4F | 30 |
| Octal | 332 | 31 | 152 | 0 | 131 | 63 | 17 | 517 | 117 | 60 |
| Binary | 11011010 | 11001 | 1101010 | 0 | 1011001 | 110011 | 1111 | 101001111 | 1001111 | 110000 |
Color Harmonies of #DA196A
Complementary color
Monochromatic Colors of #DA196A
Black with #DA196A
Text Example
Text Example
White with #DA196A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA196A; }
p { color: rgb(218,25,106); }
H1.HeaderClassName
{
color: #DA196A;
}
.AnyTagClassName
{
color: #DA196A;
}
</style>
background-color css
<style>
a { background-color: #DA196A; }
a { background-color: rgb(218,25,106); }
div.DivClassName
{
background-color: #DA196A;
}
.BgClassName
{
background-color: #DA196A;
}
</style>
border-color css
<style>
span { border-color: #DA196A; }
span { border-color: rgb(218,25,106); }
td.TdClassName
{
border-color: #DA196A;
}
.TagClassName
{
border-color: #DA196A;
}
</style>