Shades of Ruby #DA1367
Tints of Ruby #DA1367
RGB
CMYK
RGB Variations
Color information
#DA1367 (or 0xDA1367) is known color: Ruby. HEX triplet: DA, 13 and 67. RGB value is (218,19,103). Sum of RGB (Red+Green+Blue) = 218+19+103=340 (45% of max value = 765). Red value is 218 (85.55% from 255 or 64.12% from 340); Green value is 19 (7.81% from 255 or 5.59% from 340); Blue value is 103 (40.62% from 255 or 30.29% from 340); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1367 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA1367 is #25EC98. Grayscale: #575757. Windows color (decimal): -2485401 or 6755290. OLE color: 6755290.
HSL color Cylindrical-coordinate representation of color #DA1367: hue angle of 334.67º 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 #DA1367 is Cyan = 0, Magento = 0.91, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 19 | 103 | - |
| CMYK | 0 | 0.91 | 0.53 | 0.15 |
| HSL | 334.67º | 0.84% | 0.46% | - |
| HSV(B) | 334.67º | 0.91% | 0.85% | - |
| XYZ | 31.59 | 16.35 | 14.32 | - |
| YUV | 88.08 | 136.43 | 220.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 19 | 103 | 0 | 0.91 | 0.53 | 0.15 | 334.67 | 0.84 | 0.46 |
| Hex | DA | 13 | 67 | 0 | 5B | 35 | F | 14F | 54 | 2E |
| Octal | 332 | 23 | 147 | 0 | 133 | 65 | 17 | 517 | 124 | 56 |
| Binary | 11011010 | 10011 | 1100111 | 0 | 1011011 | 110101 | 1111 | 101001111 | 1010100 | 101110 |
Color Harmonies of #DA1367
Complementary color
Monochromatic Colors of #DA1367
Black with #DA1367
Text Example
Text Example
White with #DA1367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1367; }
p { color: rgb(218,19,103); }
H1.HeaderClassName
{
color: #DA1367;
}
.AnyTagClassName
{
color: #DA1367;
}
</style>
background-color css
<style>
a { background-color: #DA1367; }
a { background-color: rgb(218,19,103); }
div.DivClassName
{
background-color: #DA1367;
}
.BgClassName
{
background-color: #DA1367;
}
</style>
border-color css
<style>
span { border-color: #DA1367; }
span { border-color: rgb(218,19,103); }
td.TdClassName
{
border-color: #DA1367;
}
.TagClassName
{
border-color: #DA1367;
}
</style>