Shades of Ruby #DA0372
Tints of Ruby #DA0372
RGB
CMYK
RGB Variations
Color information
#DA0372 (or 0xDA0372) is known color: Ruby. HEX triplet: DA, 03 and 72. RGB value is (218,3,114). Sum of RGB (Red+Green+Blue) = 218+3+114=335 (44% of max value = 765). Red value is 218 (85.55% from 255 or 65.07% from 335); Green value is 3 (1.56% from 255 or 0.90% from 335); Blue value is 114 (44.92% from 255 or 34.03% from 335); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0372 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0372 is #25FC8D. Grayscale: #4F4F4F. Windows color (decimal): -2489486 or 7472090. OLE color: 7472090.
HSL color Cylindrical-coordinate representation of color #DA0372: hue angle of 329.02º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DA0372 is Cyan = 0, Magento = 0.99, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 3 | 114 | - |
| CMYK | 0 | 0.99 | 0.48 | 0.15 |
| HSL | 329.02º | 0.97% | 0.43% | - |
| HSV(B) | 329.02º | 0.99% | 0.85% | - |
| XYZ | 31.98 | 16.19 | 17.36 | - |
| YUV | 79.94 | 147.23 | 226.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 3 | 114 | 0 | 0.99 | 0.48 | 0.15 | 329.02 | 0.97 | 0.43 |
| Hex | DA | 3 | 72 | 0 | 63 | 30 | F | 149 | 61 | 2B |
| Octal | 332 | 3 | 162 | 0 | 143 | 60 | 17 | 511 | 141 | 53 |
| Binary | 11011010 | 11 | 1110010 | 0 | 1100011 | 110000 | 1111 | 101001001 | 1100001 | 101011 |
Color Harmonies of #DA0372
Complementary color
Monochromatic Colors of #DA0372
Black with #DA0372
Text Example
Text Example
White with #DA0372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0372; }
p { color: rgb(218,3,114); }
H1.HeaderClassName
{
color: #DA0372;
}
.AnyTagClassName
{
color: #DA0372;
}
</style>
background-color css
<style>
a { background-color: #DA0372; }
a { background-color: rgb(218,3,114); }
div.DivClassName
{
background-color: #DA0372;
}
.BgClassName
{
background-color: #DA0372;
}
</style>
border-color css
<style>
span { border-color: #DA0372; }
span { border-color: rgb(218,3,114); }
td.TdClassName
{
border-color: #DA0372;
}
.TagClassName
{
border-color: #DA0372;
}
</style>