Shades of Ruby #DA1352
Tints of Ruby #DA1352
RGB
CMYK
RGB Variations
Color information
#DA1352 (or 0xDA1352) is known color: Ruby. HEX triplet: DA, 13 and 52. RGB value is (218,19,82). Sum of RGB (Red+Green+Blue) = 218+19+82=319 (42% of max value = 765). Red value is 218 (85.55% from 255 or 68.34% from 319); Green value is 19 (7.81% from 255 or 5.96% from 319); Blue value is 82 (32.42% from 255 or 25.71% from 319); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1352 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA1352 is #25ECAD. Grayscale: #555555. Windows color (decimal): -2485422 or 5379034. OLE color: 5379034.
HSL color Cylindrical-coordinate representation of color #DA1352: hue angle of 341.01º 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 #DA1352 is Cyan = 0, Magento = 0.91, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 19 | 82 | - |
| CMYK | 0 | 0.91 | 0.62 | 0.15 |
| HSL | 341.01º | 0.84% | 0.46% | - |
| HSV(B) | 341.01º | 0.91% | 0.85% | - |
| XYZ | 30.67 | 15.98 | 9.45 | - |
| YUV | 85.68 | 125.93 | 222.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 19 | 82 | 0 | 0.91 | 0.62 | 0.15 | 341.01 | 0.84 | 0.46 |
| Hex | DA | 13 | 52 | 0 | 5B | 3E | F | 155 | 54 | 2E |
| Octal | 332 | 23 | 122 | 0 | 133 | 76 | 17 | 525 | 124 | 56 |
| Binary | 11011010 | 10011 | 1010010 | 0 | 1011011 | 111110 | 1111 | 101010101 | 1010100 | 101110 |
Color Harmonies of #DA1352
Complementary color
Monochromatic Colors of #DA1352
Black with #DA1352
Text Example
Text Example
White with #DA1352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1352; }
p { color: rgb(218,19,82); }
H1.HeaderClassName
{
color: #DA1352;
}
.AnyTagClassName
{
color: #DA1352;
}
</style>
background-color css
<style>
a { background-color: #DA1352; }
a { background-color: rgb(218,19,82); }
div.DivClassName
{
background-color: #DA1352;
}
.BgClassName
{
background-color: #DA1352;
}
</style>
border-color css
<style>
span { border-color: #DA1352; }
span { border-color: rgb(218,19,82); }
td.TdClassName
{
border-color: #DA1352;
}
.TagClassName
{
border-color: #DA1352;
}
</style>