Shades of Ruby #DA146D
Tints of Ruby #DA146D
RGB
CMYK
RGB Variations
Color information
#DA146D (or 0xDA146D) is known color: Ruby. HEX triplet: DA, 14 and 6D. RGB value is (218,20,109). Sum of RGB (Red+Green+Blue) = 218+20+109=347 (45% of max value = 765). Red value is 218 (85.55% from 255 or 62.82% from 347); Green value is 20 (8.20% from 255 or 5.76% from 347); Blue value is 109 (42.97% from 255 or 31.41% from 347); Max value from RGB is 218 - color contains mainly: red. Hex color #DA146D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA146D is #25EB92. Grayscale: #595959. Windows color (decimal): -2485139 or 7148762. OLE color: 7148762.
HSL color Cylindrical-coordinate representation of color #DA146D: hue angle of 333.03º 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 #DA146D is Cyan = 0, Magento = 0.91, Yellow = 0.5 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 20 | 109 | - |
| CMYK | 0 | 0.91 | 0.5 | 0.15 |
| HSL | 333.03º | 0.83% | 0.47% | - |
| HSV(B) | 333.03º | 0.91% | 0.85% | - |
| XYZ | 31.92 | 16.51 | 15.97 | - |
| YUV | 89.35 | 139.1 | 219.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 20 | 109 | 0 | 0.91 | 0.5 | 0.15 | 333.03 | 0.83 | 0.47 |
| Hex | DA | 14 | 6D | 0 | 5B | 32 | F | 14D | 53 | 2F |
| Octal | 332 | 24 | 155 | 0 | 133 | 62 | 17 | 515 | 123 | 57 |
| Binary | 11011010 | 10100 | 1101101 | 0 | 1011011 | 110010 | 1111 | 101001101 | 1010011 | 101111 |
Color Harmonies of #DA146D
Complementary color
Monochromatic Colors of #DA146D
Black with #DA146D
Text Example
Text Example
White with #DA146D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA146D; }
p { color: rgb(218,20,109); }
H1.HeaderClassName
{
color: #DA146D;
}
.AnyTagClassName
{
color: #DA146D;
}
</style>
background-color css
<style>
a { background-color: #DA146D; }
a { background-color: rgb(218,20,109); }
div.DivClassName
{
background-color: #DA146D;
}
.BgClassName
{
background-color: #DA146D;
}
</style>
border-color css
<style>
span { border-color: #DA146D; }
span { border-color: rgb(218,20,109); }
td.TdClassName
{
border-color: #DA146D;
}
.TagClassName
{
border-color: #DA146D;
}
</style>