Shades of Ruby #DA1372
Tints of Ruby #DA1372
RGB
CMYK
RGB Variations
Color information
#DA1372 (or 0xDA1372) is known color: Ruby. HEX triplet: DA, 13 and 72. RGB value is (218,19,114). Sum of RGB (Red+Green+Blue) = 218+19+114=351 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.11% from 351); Green value is 19 (7.81% from 255 or 5.41% from 351); Blue value is 114 (44.92% from 255 or 32.48% from 351); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1372 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA1372 is #25EC8D. Grayscale: #595959. Windows color (decimal): -2485390 or 7476186. OLE color: 7476186.
HSL color Cylindrical-coordinate representation of color #DA1372: hue angle of 331.36º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DA1372 is Cyan = 0, Magento = 0.91, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 19 | 114 | - |
| CMYK | 0 | 0.91 | 0.48 | 0.15 |
| HSL | 331.36º | 0.84% | 0.46% | - |
| HSV(B) | 331.36º | 0.91% | 0.85% | - |
| XYZ | 32.18 | 16.59 | 17.42 | - |
| YUV | 89.33 | 141.93 | 219.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 19 | 114 | 0 | 0.91 | 0.48 | 0.15 | 331.36 | 0.84 | 0.46 |
| Hex | DA | 13 | 72 | 0 | 5B | 30 | F | 14B | 54 | 2E |
| Octal | 332 | 23 | 162 | 0 | 133 | 60 | 17 | 513 | 124 | 56 |
| Binary | 11011010 | 10011 | 1110010 | 0 | 1011011 | 110000 | 1111 | 101001011 | 1010100 | 101110 |
Color Harmonies of #DA1372
Complementary color
Monochromatic Colors of #DA1372
Black with #DA1372
Text Example
Text Example
White with #DA1372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1372; }
p { color: rgb(218,19,114); }
H1.HeaderClassName
{
color: #DA1372;
}
.AnyTagClassName
{
color: #DA1372;
}
</style>
background-color css
<style>
a { background-color: #DA1372; }
a { background-color: rgb(218,19,114); }
div.DivClassName
{
background-color: #DA1372;
}
.BgClassName
{
background-color: #DA1372;
}
</style>
border-color css
<style>
span { border-color: #DA1372; }
span { border-color: rgb(218,19,114); }
td.TdClassName
{
border-color: #DA1372;
}
.TagClassName
{
border-color: #DA1372;
}
</style>