Shades of Ruby #DA144F
Tints of Ruby #DA144F
RGB
CMYK
RGB Variations
Color information
#DA144F (or 0xDA144F) is known color: Ruby. HEX triplet: DA, 14 and 4F. RGB value is (218,20,79). Sum of RGB (Red+Green+Blue) = 218+20+79=317 (41% of max value = 765). Red value is 218 (85.55% from 255 or 68.77% from 317); Green value is 20 (8.20% from 255 or 6.31% from 317); Blue value is 79 (31.25% from 255 or 24.92% from 317); Max value from RGB is 218 - color contains mainly: red. Hex color #DA144F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA144F is #25EBB0. Grayscale: #555555. Windows color (decimal): -2485169 or 5182682. OLE color: 5182682.
HSL color Cylindrical-coordinate representation of color #DA144F: hue angle of 342.12º 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 #DA144F is Cyan = 0, Magento = 0.91, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 20 | 79 | - |
| CMYK | 0 | 0.91 | 0.64 | 0.15 |
| HSL | 342.12º | 0.83% | 0.47% | - |
| HSV(B) | 342.12º | 0.91% | 0.85% | - |
| XYZ | 30.57 | 15.97 | 8.87 | - |
| YUV | 85.93 | 124.1 | 222.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 20 | 79 | 0 | 0.91 | 0.64 | 0.15 | 342.12 | 0.83 | 0.47 |
| Hex | DA | 14 | 4F | 0 | 5B | 40 | F | 156 | 53 | 2F |
| Octal | 332 | 24 | 117 | 0 | 133 | 100 | 17 | 526 | 123 | 57 |
| Binary | 11011010 | 10100 | 1001111 | 0 | 1011011 | 1000000 | 1111 | 101010110 | 1010011 | 101111 |
Color Harmonies of #DA144F
Complementary color
Monochromatic Colors of #DA144F
Black with #DA144F
Text Example
Text Example
White with #DA144F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA144F; }
p { color: rgb(218,20,79); }
H1.HeaderClassName
{
color: #DA144F;
}
.AnyTagClassName
{
color: #DA144F;
}
</style>
background-color css
<style>
a { background-color: #DA144F; }
a { background-color: rgb(218,20,79); }
div.DivClassName
{
background-color: #DA144F;
}
.BgClassName
{
background-color: #DA144F;
}
</style>
border-color css
<style>
span { border-color: #DA144F; }
span { border-color: rgb(218,20,79); }
td.TdClassName
{
border-color: #DA144F;
}
.TagClassName
{
border-color: #DA144F;
}
</style>