Shades of Ruby #DA134E
Tints of Ruby #DA134E
RGB
CMYK
RGB Variations
Color information
#DA134E (or 0xDA134E) is known color: Ruby. HEX triplet: DA, 13 and 4E. RGB value is (218,19,78). Sum of RGB (Red+Green+Blue) = 218+19+78=315 (41% of max value = 765). Red value is 218 (85.55% from 255 or 69.21% from 315); Green value is 19 (7.81% from 255 or 6.03% from 315); Blue value is 78 (30.86% from 255 or 24.76% from 315); Max value from RGB is 218 - color contains mainly: red. Hex color #DA134E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA134E is #25ECB1. Grayscale: #555555. Windows color (decimal): -2485426 or 5116890. OLE color: 5116890.
HSL color Cylindrical-coordinate representation of color #DA134E: hue angle of 342.21º 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 #DA134E is Cyan = 0, Magento = 0.91, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 19 | 78 | - |
| CMYK | 0 | 0.91 | 0.64 | 0.15 |
| HSL | 342.21º | 0.84% | 0.46% | - |
| HSV(B) | 342.21º | 0.91% | 0.85% | - |
| XYZ | 30.52 | 15.92 | 8.67 | - |
| YUV | 85.23 | 123.93 | 222.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 19 | 78 | 0 | 0.91 | 0.64 | 0.15 | 342.21 | 0.84 | 0.46 |
| Hex | DA | 13 | 4E | 0 | 5B | 40 | F | 156 | 54 | 2E |
| Octal | 332 | 23 | 116 | 0 | 133 | 100 | 17 | 526 | 124 | 56 |
| Binary | 11011010 | 10011 | 1001110 | 0 | 1011011 | 1000000 | 1111 | 101010110 | 1010100 | 101110 |
Color Harmonies of #DA134E
Complementary color
Monochromatic Colors of #DA134E
Black with #DA134E
Text Example
Text Example
White with #DA134E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA134E; }
p { color: rgb(218,19,78); }
H1.HeaderClassName
{
color: #DA134E;
}
.AnyTagClassName
{
color: #DA134E;
}
</style>
background-color css
<style>
a { background-color: #DA134E; }
a { background-color: rgb(218,19,78); }
div.DivClassName
{
background-color: #DA134E;
}
.BgClassName
{
background-color: #DA134E;
}
</style>
border-color css
<style>
span { border-color: #DA134E; }
span { border-color: rgb(218,19,78); }
td.TdClassName
{
border-color: #DA134E;
}
.TagClassName
{
border-color: #DA134E;
}
</style>