Shades of Ruby #DA1A74
Tints of Ruby #DA1A74
RGB
CMYK
RGB Variations
Color information
#DA1A74 (or 0xDA1A74) is known color: Ruby. HEX triplet: DA, 1A and 74. RGB value is (218,26,116). Sum of RGB (Red+Green+Blue) = 218+26+116=360 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.56% from 360); Green value is 26 (10.55% from 255 or 7.22% from 360); Blue value is 116 (45.70% from 255 or 32.22% from 360); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1A74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA1A74 is #25E58B. Grayscale: #5D5D5D. Windows color (decimal): -2483596 or 7609050. OLE color: 7609050.
HSL color Cylindrical-coordinate representation of color #DA1A74: hue angle of 331.88º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DA1A74 is Cyan = 0, Magento = 0.88, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 26 | 116 | - |
| CMYK | 0 | 0.88 | 0.47 | 0.15 |
| HSL | 331.88º | 0.79% | 0.48% | - |
| HSV(B) | 331.88º | 0.88% | 0.85% | - |
| XYZ | 32.44 | 16.91 | 18.08 | - |
| YUV | 93.67 | 140.61 | 216.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 26 | 116 | 0 | 0.88 | 0.47 | 0.15 | 331.88 | 0.79 | 0.48 |
| Hex | DA | 1A | 74 | 0 | 58 | 2F | F | 14C | 4F | 30 |
| Octal | 332 | 32 | 164 | 0 | 130 | 57 | 17 | 514 | 117 | 60 |
| Binary | 11011010 | 11010 | 1110100 | 0 | 1011000 | 101111 | 1111 | 101001100 | 1001111 | 110000 |
Color Harmonies of #DA1A74
Complementary color
Monochromatic Colors of #DA1A74
Black with #DA1A74
Text Example
Text Example
White with #DA1A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1A74; }
p { color: rgb(218,26,116); }
H1.HeaderClassName
{
color: #DA1A74;
}
.AnyTagClassName
{
color: #DA1A74;
}
</style>
background-color css
<style>
a { background-color: #DA1A74; }
a { background-color: rgb(218,26,116); }
div.DivClassName
{
background-color: #DA1A74;
}
.BgClassName
{
background-color: #DA1A74;
}
</style>
border-color css
<style>
span { border-color: #DA1A74; }
span { border-color: rgb(218,26,116); }
td.TdClassName
{
border-color: #DA1A74;
}
.TagClassName
{
border-color: #DA1A74;
}
</style>