Shades of Ruby #DA1357
Tints of Ruby #DA1357
RGB
CMYK
RGB Variations
Color information
#DA1357 (or 0xDA1357) is known color: Ruby. HEX triplet: DA, 13 and 57. RGB value is (218,19,87). Sum of RGB (Red+Green+Blue) = 218+19+87=324 (42% of max value = 765). Red value is 218 (85.55% from 255 or 67.28% from 324); Green value is 19 (7.81% from 255 or 5.86% from 324); Blue value is 87 (34.38% from 255 or 26.85% from 324); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1357 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA1357 is #25ECA8. Grayscale: #565656. Windows color (decimal): -2485417 or 5706714. OLE color: 5706714.
HSL color Cylindrical-coordinate representation of color #DA1357: hue angle of 339.5º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DA1357 is Cyan = 0, Magento = 0.91, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 19 | 87 | - |
| CMYK | 0 | 0.91 | 0.60 | 0.15 |
| HSL | 339.5º | 0.84% | 0.46% | - |
| HSV(B) | 339.5º | 0.91% | 0.85% | - |
| XYZ | 30.87 | 16.06 | 10.49 | - |
| YUV | 86.25 | 128.43 | 221.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 19 | 87 | 0 | 0.91 | 0.60 | 0.15 | 339.5 | 0.84 | 0.46 |
| Hex | DA | 13 | 57 | 0 | 5B | 3C | F | 153 | 54 | 2E |
| Octal | 332 | 23 | 127 | 0 | 133 | 74 | 17 | 523 | 124 | 56 |
| Binary | 11011010 | 10011 | 1010111 | 0 | 1011011 | 111100 | 1111 | 101010011 | 1010100 | 101110 |
Color Harmonies of #DA1357
Complementary color
Monochromatic Colors of #DA1357
Black with #DA1357
Text Example
Text Example
White with #DA1357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1357; }
p { color: rgb(218,19,87); }
H1.HeaderClassName
{
color: #DA1357;
}
.AnyTagClassName
{
color: #DA1357;
}
</style>
background-color css
<style>
a { background-color: #DA1357; }
a { background-color: rgb(218,19,87); }
div.DivClassName
{
background-color: #DA1357;
}
.BgClassName
{
background-color: #DA1357;
}
</style>
border-color css
<style>
span { border-color: #DA1357; }
span { border-color: rgb(218,19,87); }
td.TdClassName
{
border-color: #DA1357;
}
.TagClassName
{
border-color: #DA1357;
}
</style>