Shades of Ruby #DA1272
Tints of Ruby #DA1272
RGB
CMYK
RGB Variations
Color information
#DA1272 (or 0xDA1272) is known color: Ruby. HEX triplet: DA, 12 and 72. RGB value is (218,18,114). Sum of RGB (Red+Green+Blue) = 218+18+114=350 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.29% from 350); Green value is 18 (7.42% from 255 or 5.14% from 350); Blue value is 114 (44.92% from 255 or 32.57% from 350); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1272 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA1272 is #25ED8D. Grayscale: #585858. Windows color (decimal): -2485646 or 7475930. OLE color: 7475930.
HSL color Cylindrical-coordinate representation of color #DA1272: hue angle of 331.2º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DA1272 is Cyan = 0, Magento = 0.92, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 18 | 114 | - |
| CMYK | 0 | 0.92 | 0.48 | 0.15 |
| HSL | 331.2º | 0.85% | 0.46% | - |
| HSV(B) | 331.2º | 0.92% | 0.85% | - |
| XYZ | 32.17 | 16.55 | 17.42 | - |
| YUV | 88.74 | 142.26 | 220.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 18 | 114 | 0 | 0.92 | 0.48 | 0.15 | 331.2 | 0.85 | 0.46 |
| Hex | DA | 12 | 72 | 0 | 5C | 30 | F | 14B | 55 | 2E |
| Octal | 332 | 22 | 162 | 0 | 134 | 60 | 17 | 513 | 125 | 56 |
| Binary | 11011010 | 10010 | 1110010 | 0 | 1011100 | 110000 | 1111 | 101001011 | 1010101 | 101110 |
Color Harmonies of #DA1272
Complementary color
Monochromatic Colors of #DA1272
Black with #DA1272
Text Example
Text Example
White with #DA1272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1272; }
p { color: rgb(218,18,114); }
H1.HeaderClassName
{
color: #DA1272;
}
.AnyTagClassName
{
color: #DA1272;
}
</style>
background-color css
<style>
a { background-color: #DA1272; }
a { background-color: rgb(218,18,114); }
div.DivClassName
{
background-color: #DA1272;
}
.BgClassName
{
background-color: #DA1272;
}
</style>
border-color css
<style>
span { border-color: #DA1272; }
span { border-color: rgb(218,18,114); }
td.TdClassName
{
border-color: #DA1272;
}
.TagClassName
{
border-color: #DA1272;
}
</style>