Shades of Ruby #DA0375
Tints of Ruby #DA0375
RGB
CMYK
RGB Variations
Color information
#DA0375 (or 0xDA0375) is known color: Ruby. HEX triplet: DA, 03 and 75. RGB value is (218,3,117). Sum of RGB (Red+Green+Blue) = 218+3+117=338 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.50% from 338); Green value is 3 (1.56% from 255 or 0.89% from 338); Blue value is 117 (46.09% from 255 or 34.62% from 338); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0375 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0375 is #25FC8A. Grayscale: #505050. Windows color (decimal): -2489483 or 7668698. OLE color: 7668698.
HSL color Cylindrical-coordinate representation of color #DA0375: hue angle of 328.19º 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 #DA0375 is Cyan = 0, Magento = 0.99, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 3 | 117 | - |
| CMYK | 0 | 0.99 | 0.46 | 0.15 |
| HSL | 328.19º | 0.97% | 0.43% | - |
| HSV(B) | 328.19º | 0.99% | 0.85% | - |
| XYZ | 32.16 | 16.25 | 18.27 | - |
| YUV | 80.28 | 148.73 | 226.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 3 | 117 | 0 | 0.99 | 0.46 | 0.15 | 328.19 | 0.97 | 0.43 |
| Hex | DA | 3 | 75 | 0 | 63 | 2E | F | 148 | 61 | 2B |
| Octal | 332 | 3 | 165 | 0 | 143 | 56 | 17 | 510 | 141 | 53 |
| Binary | 11011010 | 11 | 1110101 | 0 | 1100011 | 101110 | 1111 | 101001000 | 1100001 | 101011 |
Color Harmonies of #DA0375
Complementary color
Monochromatic Colors of #DA0375
Black with #DA0375
Text Example
Text Example
White with #DA0375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0375; }
p { color: rgb(218,3,117); }
H1.HeaderClassName
{
color: #DA0375;
}
.AnyTagClassName
{
color: #DA0375;
}
</style>
background-color css
<style>
a { background-color: #DA0375; }
a { background-color: rgb(218,3,117); }
div.DivClassName
{
background-color: #DA0375;
}
.BgClassName
{
background-color: #DA0375;
}
</style>
border-color css
<style>
span { border-color: #DA0375; }
span { border-color: rgb(218,3,117); }
td.TdClassName
{
border-color: #DA0375;
}
.TagClassName
{
border-color: #DA0375;
}
</style>