Shades of Ruby #DA1672
Tints of Ruby #DA1672
RGB
CMYK
RGB Variations
Color information
#DA1672 (or 0xDA1672) is known color: Ruby. HEX triplet: DA, 16 and 72. RGB value is (218,22,114). Sum of RGB (Red+Green+Blue) = 218+22+114=354 (46% of max value = 765). Red value is 218 (85.55% from 255 or 61.58% from 354); Green value is 22 (8.98% from 255 or 6.21% from 354); Blue value is 114 (44.92% from 255 or 32.20% from 354); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1672 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA1672 is #25E98D. Grayscale: #5A5A5A. Windows color (decimal): -2484622 or 7476954. OLE color: 7476954.
HSL color Cylindrical-coordinate representation of color #DA1672: hue angle of 331.84º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DA1672 is Cyan = 0, Magento = 0.90, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 22 | 114 | - |
| CMYK | 0 | 0.90 | 0.48 | 0.15 |
| HSL | 331.84º | 0.82% | 0.47% | - |
| HSV(B) | 331.84º | 0.9% | 0.85% | - |
| XYZ | 32.24 | 16.69 | 17.44 | - |
| YUV | 91.09 | 140.93 | 218.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 22 | 114 | 0 | 0.90 | 0.48 | 0.15 | 331.84 | 0.82 | 0.47 |
| Hex | DA | 16 | 72 | 0 | 5A | 30 | F | 14C | 52 | 2F |
| Octal | 332 | 26 | 162 | 0 | 132 | 60 | 17 | 514 | 122 | 57 |
| Binary | 11011010 | 10110 | 1110010 | 0 | 1011010 | 110000 | 1111 | 101001100 | 1010010 | 101111 |
Color Harmonies of #DA1672
Complementary color
Monochromatic Colors of #DA1672
Black with #DA1672
Text Example
Text Example
White with #DA1672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1672; }
p { color: rgb(218,22,114); }
H1.HeaderClassName
{
color: #DA1672;
}
.AnyTagClassName
{
color: #DA1672;
}
</style>
background-color css
<style>
a { background-color: #DA1672; }
a { background-color: rgb(218,22,114); }
div.DivClassName
{
background-color: #DA1672;
}
.BgClassName
{
background-color: #DA1672;
}
</style>
border-color css
<style>
span { border-color: #DA1672; }
span { border-color: rgb(218,22,114); }
td.TdClassName
{
border-color: #DA1672;
}
.TagClassName
{
border-color: #DA1672;
}
</style>