Shades of Ruby #DA1467
Tints of Ruby #DA1467
RGB
CMYK
RGB Variations
Color information
#DA1467 (or 0xDA1467) is known color: Ruby. HEX triplet: DA, 14 and 67. RGB value is (218,20,103). Sum of RGB (Red+Green+Blue) = 218+20+103=341 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.93% from 341); Green value is 20 (8.20% from 255 or 5.87% from 341); Blue value is 103 (40.62% from 255 or 30.21% from 341); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1467 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA1467 is #25EB98. Grayscale: #585858. Windows color (decimal): -2485145 or 6755546. OLE color: 6755546.
HSL color Cylindrical-coordinate representation of color #DA1467: hue angle of 334.85º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DA1467 is Cyan = 0, Magento = 0.91, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 20 | 103 | - |
| CMYK | 0 | 0.91 | 0.53 | 0.15 |
| HSL | 334.85º | 0.83% | 0.47% | - |
| HSV(B) | 334.85º | 0.91% | 0.85% | - |
| XYZ | 31.61 | 16.39 | 14.33 | - |
| YUV | 88.66 | 136.1 | 220.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 20 | 103 | 0 | 0.91 | 0.53 | 0.15 | 334.85 | 0.83 | 0.47 |
| Hex | DA | 14 | 67 | 0 | 5B | 35 | F | 14F | 53 | 2F |
| Octal | 332 | 24 | 147 | 0 | 133 | 65 | 17 | 517 | 123 | 57 |
| Binary | 11011010 | 10100 | 1100111 | 0 | 1011011 | 110101 | 1111 | 101001111 | 1010011 | 101111 |
Color Harmonies of #DA1467
Complementary color
Monochromatic Colors of #DA1467
Black with #DA1467
Text Example
Text Example
White with #DA1467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1467; }
p { color: rgb(218,20,103); }
H1.HeaderClassName
{
color: #DA1467;
}
.AnyTagClassName
{
color: #DA1467;
}
</style>
background-color css
<style>
a { background-color: #DA1467; }
a { background-color: rgb(218,20,103); }
div.DivClassName
{
background-color: #DA1467;
}
.BgClassName
{
background-color: #DA1467;
}
</style>
border-color css
<style>
span { border-color: #DA1467; }
span { border-color: rgb(218,20,103); }
td.TdClassName
{
border-color: #DA1467;
}
.TagClassName
{
border-color: #DA1467;
}
</style>