Shades of Ruby #DA1568
Tints of Ruby #DA1568
RGB
CMYK
RGB Variations
Color information
#DA1568 (or 0xDA1568) is known color: Ruby. HEX triplet: DA, 15 and 68. RGB value is (218,21,104). Sum of RGB (Red+Green+Blue) = 218+21+104=343 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.56% from 343); Green value is 21 (8.59% from 255 or 6.12% from 343); Blue value is 104 (41.02% from 255 or 30.32% from 343); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1568 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA1568 is #25EA97. Grayscale: #595959. Windows color (decimal): -2484888 or 6821338. OLE color: 6821338.
HSL color Cylindrical-coordinate representation of color #DA1568: hue angle of 334.72º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DA1568 is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 21 | 104 | - |
| CMYK | 0 | 0.90 | 0.52 | 0.15 |
| HSL | 334.72º | 0.82% | 0.47% | - |
| HSV(B) | 334.72º | 0.9% | 0.85% | - |
| XYZ | 31.68 | 16.44 | 14.6 | - |
| YUV | 89.37 | 136.27 | 219.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 21 | 104 | 0 | 0.90 | 0.52 | 0.15 | 334.72 | 0.82 | 0.47 |
| Hex | DA | 15 | 68 | 0 | 5A | 34 | F | 14F | 52 | 2F |
| Octal | 332 | 25 | 150 | 0 | 132 | 64 | 17 | 517 | 122 | 57 |
| Binary | 11011010 | 10101 | 1101000 | 0 | 1011010 | 110100 | 1111 | 101001111 | 1010010 | 101111 |
Color Harmonies of #DA1568
Complementary color
Monochromatic Colors of #DA1568
Black with #DA1568
Text Example
Text Example
White with #DA1568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1568; }
p { color: rgb(218,21,104); }
H1.HeaderClassName
{
color: #DA1568;
}
.AnyTagClassName
{
color: #DA1568;
}
</style>
background-color css
<style>
a { background-color: #DA1568; }
a { background-color: rgb(218,21,104); }
div.DivClassName
{
background-color: #DA1568;
}
.BgClassName
{
background-color: #DA1568;
}
</style>
border-color css
<style>
span { border-color: #DA1568; }
span { border-color: rgb(218,21,104); }
td.TdClassName
{
border-color: #DA1568;
}
.TagClassName
{
border-color: #DA1568;
}
</style>