Shades of Ruby #DA146B
Tints of Ruby #DA146B
RGB
CMYK
RGB Variations
Color information
#DA146B (or 0xDA146B) is known color: Ruby. HEX triplet: DA, 14 and 6B. RGB value is (218,20,107). Sum of RGB (Red+Green+Blue) = 218+20+107=345 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.19% from 345); Green value is 20 (8.20% from 255 or 5.80% from 345); Blue value is 107 (42.19% from 255 or 31.01% from 345); Max value from RGB is 218 - color contains mainly: red. Hex color #DA146B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA146B is #25EB94. Grayscale: #585858. Windows color (decimal): -2485141 or 7017690. OLE color: 7017690.
HSL color Cylindrical-coordinate representation of color #DA146B: hue angle of 333.64º 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 #DA146B is Cyan = 0, Magento = 0.91, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 20 | 107 | - |
| CMYK | 0 | 0.91 | 0.51 | 0.15 |
| HSL | 333.64º | 0.83% | 0.47% | - |
| HSV(B) | 333.64º | 0.91% | 0.85% | - |
| XYZ | 31.82 | 16.47 | 15.41 | - |
| YUV | 89.12 | 138.1 | 219.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 20 | 107 | 0 | 0.91 | 0.51 | 0.15 | 333.64 | 0.83 | 0.47 |
| Hex | DA | 14 | 6B | 0 | 5B | 33 | F | 14E | 53 | 2F |
| Octal | 332 | 24 | 153 | 0 | 133 | 63 | 17 | 516 | 123 | 57 |
| Binary | 11011010 | 10100 | 1101011 | 0 | 1011011 | 110011 | 1111 | 101001110 | 1010011 | 101111 |
Color Harmonies of #DA146B
Complementary color
Monochromatic Colors of #DA146B
Black with #DA146B
Text Example
Text Example
White with #DA146B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA146B; }
p { color: rgb(218,20,107); }
H1.HeaderClassName
{
color: #DA146B;
}
.AnyTagClassName
{
color: #DA146B;
}
</style>
background-color css
<style>
a { background-color: #DA146B; }
a { background-color: rgb(218,20,107); }
div.DivClassName
{
background-color: #DA146B;
}
.BgClassName
{
background-color: #DA146B;
}
</style>
border-color css
<style>
span { border-color: #DA146B; }
span { border-color: rgb(218,20,107); }
td.TdClassName
{
border-color: #DA146B;
}
.TagClassName
{
border-color: #DA146B;
}
</style>