Shades of Ruby #DA154F
Tints of Ruby #DA154F
RGB
CMYK
RGB Variations
Color information
#DA154F (or 0xDA154F) is known color: Ruby. HEX triplet: DA, 15 and 4F. RGB value is (218,21,79). Sum of RGB (Red+Green+Blue) = 218+21+79=318 (42% of max value = 765). Red value is 218 (85.55% from 255 or 68.55% from 318); Green value is 21 (8.59% from 255 or 6.60% from 318); Blue value is 79 (31.25% from 255 or 24.84% from 318); Max value from RGB is 218 - color contains mainly: red. Hex color #DA154F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA154F is #25EAB0. Grayscale: #565656. Windows color (decimal): -2484913 or 5182938. OLE color: 5182938.
HSL color Cylindrical-coordinate representation of color #DA154F: hue angle of 342.34º 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 #DA154F is Cyan = 0, Magento = 0.90, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 21 | 79 | - |
| CMYK | 0 | 0.90 | 0.64 | 0.15 |
| HSL | 342.34º | 0.82% | 0.47% | - |
| HSV(B) | 342.34º | 0.9% | 0.85% | - |
| XYZ | 30.59 | 16.01 | 8.87 | - |
| YUV | 86.52 | 123.77 | 221.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 21 | 79 | 0 | 0.90 | 0.64 | 0.15 | 342.34 | 0.82 | 0.47 |
| Hex | DA | 15 | 4F | 0 | 5A | 40 | F | 156 | 52 | 2F |
| Octal | 332 | 25 | 117 | 0 | 132 | 100 | 17 | 526 | 122 | 57 |
| Binary | 11011010 | 10101 | 1001111 | 0 | 1011010 | 1000000 | 1111 | 101010110 | 1010010 | 101111 |
Color Harmonies of #DA154F
Complementary color
Monochromatic Colors of #DA154F
Black with #DA154F
Text Example
Text Example
White with #DA154F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA154F; }
p { color: rgb(218,21,79); }
H1.HeaderClassName
{
color: #DA154F;
}
.AnyTagClassName
{
color: #DA154F;
}
</style>
background-color css
<style>
a { background-color: #DA154F; }
a { background-color: rgb(218,21,79); }
div.DivClassName
{
background-color: #DA154F;
}
.BgClassName
{
background-color: #DA154F;
}
</style>
border-color css
<style>
span { border-color: #DA154F; }
span { border-color: rgb(218,21,79); }
td.TdClassName
{
border-color: #DA154F;
}
.TagClassName
{
border-color: #DA154F;
}
</style>