Shades of Ruby #DA0672
Tints of Ruby #DA0672
RGB
CMYK
RGB Variations
Color information
#DA0672 (or 0xDA0672) is known color: Ruby. HEX triplet: DA, 06 and 72. RGB value is (218,6,114). Sum of RGB (Red+Green+Blue) = 218+6+114=338 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.50% from 338); Green value is 6 (2.73% from 255 or 1.78% from 338); Blue value is 114 (44.92% from 255 or 33.73% from 338); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0672 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0672 is #25F98D. Grayscale: #515151. Windows color (decimal): -2488718 or 7472858. OLE color: 7472858.
HSL color Cylindrical-coordinate representation of color #DA0672: hue angle of 329.43º degrees, saturation: 0.95, 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 #DA0672 is Cyan = 0, Magento = 0.97, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 6 | 114 | - |
| CMYK | 0 | 0.97 | 0.48 | 0.15 |
| HSL | 329.43º | 0.95% | 0.44% | - |
| HSV(B) | 329.43º | 0.97% | 0.85% | - |
| XYZ | 32.02 | 16.25 | 17.37 | - |
| YUV | 81.7 | 146.24 | 225.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 6 | 114 | 0 | 0.97 | 0.48 | 0.15 | 329.43 | 0.95 | 0.44 |
| Hex | DA | 6 | 72 | 0 | 61 | 30 | F | 149 | 5F | 2C |
| Octal | 332 | 6 | 162 | 0 | 141 | 60 | 17 | 511 | 137 | 54 |
| Binary | 11011010 | 110 | 1110010 | 0 | 1100001 | 110000 | 1111 | 101001001 | 1011111 | 101100 |
Color Harmonies of #DA0672
Complementary color
Monochromatic Colors of #DA0672
Black with #DA0672
Text Example
Text Example
White with #DA0672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0672; }
p { color: rgb(218,6,114); }
H1.HeaderClassName
{
color: #DA0672;
}
.AnyTagClassName
{
color: #DA0672;
}
</style>
background-color css
<style>
a { background-color: #DA0672; }
a { background-color: rgb(218,6,114); }
div.DivClassName
{
background-color: #DA0672;
}
.BgClassName
{
background-color: #DA0672;
}
</style>
border-color css
<style>
span { border-color: #DA0672; }
span { border-color: rgb(218,6,114); }
td.TdClassName
{
border-color: #DA0672;
}
.TagClassName
{
border-color: #DA0672;
}
</style>