Shades of Ruby #DA076F
Tints of Ruby #DA076F
RGB
CMYK
RGB Variations
Color information
#DA076F (or 0xDA076F) is known color: Ruby. HEX triplet: DA, 07 and 6F. RGB value is (218,7,111). Sum of RGB (Red+Green+Blue) = 218+7+111=336 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.88% from 336); Green value is 7 (3.12% from 255 or 2.08% from 336); Blue value is 111 (43.75% from 255 or 33.04% from 336); Max value from RGB is 218 - color contains mainly: red. Hex color #DA076F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA076F is #25F890. Grayscale: #515151. Windows color (decimal): -2488465 or 7276506. OLE color: 7276506.
HSL color Cylindrical-coordinate representation of color #DA076F: hue angle of 330.43º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DA076F is Cyan = 0, Magento = 0.97, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 7 | 111 | - |
| CMYK | 0 | 0.97 | 0.49 | 0.15 |
| HSL | 330.43º | 0.94% | 0.44% | - |
| HSV(B) | 330.43º | 0.97% | 0.85% | - |
| XYZ | 31.86 | 16.21 | 16.49 | - |
| YUV | 81.95 | 144.4 | 225.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 7 | 111 | 0 | 0.97 | 0.49 | 0.15 | 330.43 | 0.94 | 0.44 |
| Hex | DA | 7 | 6F | 0 | 61 | 31 | F | 14A | 5E | 2C |
| Octal | 332 | 7 | 157 | 0 | 141 | 61 | 17 | 512 | 136 | 54 |
| Binary | 11011010 | 111 | 1101111 | 0 | 1100001 | 110001 | 1111 | 101001010 | 1011110 | 101100 |
Color Harmonies of #DA076F
Complementary color
Monochromatic Colors of #DA076F
Black with #DA076F
Text Example
Text Example
White with #DA076F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA076F; }
p { color: rgb(218,7,111); }
H1.HeaderClassName
{
color: #DA076F;
}
.AnyTagClassName
{
color: #DA076F;
}
</style>
background-color css
<style>
a { background-color: #DA076F; }
a { background-color: rgb(218,7,111); }
div.DivClassName
{
background-color: #DA076F;
}
.BgClassName
{
background-color: #DA076F;
}
</style>
border-color css
<style>
span { border-color: #DA076F; }
span { border-color: rgb(218,7,111); }
td.TdClassName
{
border-color: #DA076F;
}
.TagClassName
{
border-color: #DA076F;
}
</style>