Shades of Ruby #DA1463
Tints of Ruby #DA1463
RGB
CMYK
RGB Variations
Color information
#DA1463 (or 0xDA1463) is known color: Ruby. HEX triplet: DA, 14 and 63. RGB value is (218,20,99). Sum of RGB (Red+Green+Blue) = 218+20+99=337 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.69% from 337); Green value is 20 (8.20% from 255 or 5.93% from 337); Blue value is 99 (39.06% from 255 or 29.38% from 337); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1463 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA1463 is #25EB9C. Grayscale: #585858. Windows color (decimal): -2485149 or 6493402. OLE color: 6493402.
HSL color Cylindrical-coordinate representation of color #DA1463: hue angle of 336.06º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DA1463 is Cyan = 0, Magento = 0.91, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 20 | 99 | - |
| CMYK | 0 | 0.91 | 0.55 | 0.15 |
| HSL | 336.06º | 0.83% | 0.47% | - |
| HSV(B) | 336.06º | 0.91% | 0.85% | - |
| XYZ | 31.42 | 16.31 | 13.3 | - |
| YUV | 88.21 | 134.1 | 220.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 20 | 99 | 0 | 0.91 | 0.55 | 0.15 | 336.06 | 0.83 | 0.47 |
| Hex | DA | 14 | 63 | 0 | 5B | 37 | F | 150 | 53 | 2F |
| Octal | 332 | 24 | 143 | 0 | 133 | 67 | 17 | 520 | 123 | 57 |
| Binary | 11011010 | 10100 | 1100011 | 0 | 1011011 | 110111 | 1111 | 101010000 | 1010011 | 101111 |
Color Harmonies of #DA1463
Complementary color
Monochromatic Colors of #DA1463
Black with #DA1463
Text Example
Text Example
White with #DA1463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1463; }
p { color: rgb(218,20,99); }
H1.HeaderClassName
{
color: #DA1463;
}
.AnyTagClassName
{
color: #DA1463;
}
</style>
background-color css
<style>
a { background-color: #DA1463; }
a { background-color: rgb(218,20,99); }
div.DivClassName
{
background-color: #DA1463;
}
.BgClassName
{
background-color: #DA1463;
}
</style>
border-color css
<style>
span { border-color: #DA1463; }
span { border-color: rgb(218,20,99); }
td.TdClassName
{
border-color: #DA1463;
}
.TagClassName
{
border-color: #DA1463;
}
</style>