Shades of Ruby #DA076B
Tints of Ruby #DA076B
RGB
CMYK
RGB Variations
Color information
#DA076B (or 0xDA076B) is known color: Ruby. HEX triplet: DA, 07 and 6B. RGB value is (218,7,107). Sum of RGB (Red+Green+Blue) = 218+7+107=332 (43% of max value = 765). Red value is 218 (85.55% from 255 or 65.66% from 332); Green value is 7 (3.12% from 255 or 2.11% from 332); Blue value is 107 (42.19% from 255 or 32.23% from 332); Max value from RGB is 218 - color contains mainly: red. Hex color #DA076B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA076B is #25F894. Grayscale: #515151. Windows color (decimal): -2488469 or 7014362. OLE color: 7014362.
HSL color Cylindrical-coordinate representation of color #DA076B: hue angle of 331.56º 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 #DA076B is Cyan = 0, Magento = 0.97, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 7 | 107 | - |
| CMYK | 0 | 0.97 | 0.51 | 0.15 |
| HSL | 331.56º | 0.94% | 0.44% | - |
| HSV(B) | 331.56º | 0.97% | 0.85% | - |
| XYZ | 31.64 | 16.12 | 15.35 | - |
| YUV | 81.49 | 142.4 | 225.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 7 | 107 | 0 | 0.97 | 0.51 | 0.15 | 331.56 | 0.94 | 0.44 |
| Hex | DA | 7 | 6B | 0 | 61 | 33 | F | 14C | 5E | 2C |
| Octal | 332 | 7 | 153 | 0 | 141 | 63 | 17 | 514 | 136 | 54 |
| Binary | 11011010 | 111 | 1101011 | 0 | 1100001 | 110011 | 1111 | 101001100 | 1011110 | 101100 |
Color Harmonies of #DA076B
Complementary color
Monochromatic Colors of #DA076B
Black with #DA076B
Text Example
Text Example
White with #DA076B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA076B; }
p { color: rgb(218,7,107); }
H1.HeaderClassName
{
color: #DA076B;
}
.AnyTagClassName
{
color: #DA076B;
}
</style>
background-color css
<style>
a { background-color: #DA076B; }
a { background-color: rgb(218,7,107); }
div.DivClassName
{
background-color: #DA076B;
}
.BgClassName
{
background-color: #DA076B;
}
</style>
border-color css
<style>
span { border-color: #DA076B; }
span { border-color: rgb(218,7,107); }
td.TdClassName
{
border-color: #DA076B;
}
.TagClassName
{
border-color: #DA076B;
}
</style>