Shades of Ruby #DA1667
Tints of Ruby #DA1667
RGB
CMYK
RGB Variations
Color information
#DA1667 (or 0xDA1667) is known color: Ruby. HEX triplet: DA, 16 and 67. RGB value is (218,22,103). Sum of RGB (Red+Green+Blue) = 218+22+103=343 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.56% from 343); Green value is 22 (8.98% from 255 or 6.41% from 343); Blue value is 103 (40.62% from 255 or 30.03% from 343); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1667 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA1667 is #25E998. Grayscale: #595959. Windows color (decimal): -2484633 or 6756058. OLE color: 6756058.
HSL color Cylindrical-coordinate representation of color #DA1667: hue angle of 335.2º 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 #DA1667 is Cyan = 0, Magento = 0.90, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 22 | 103 | - |
| CMYK | 0 | 0.90 | 0.53 | 0.15 |
| HSL | 335.2º | 0.82% | 0.47% | - |
| HSV(B) | 335.2º | 0.9% | 0.85% | - |
| XYZ | 31.65 | 16.46 | 14.34 | - |
| YUV | 89.84 | 135.43 | 219.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 22 | 103 | 0 | 0.90 | 0.53 | 0.15 | 335.2 | 0.82 | 0.47 |
| Hex | DA | 16 | 67 | 0 | 5A | 35 | F | 14F | 52 | 2F |
| Octal | 332 | 26 | 147 | 0 | 132 | 65 | 17 | 517 | 122 | 57 |
| Binary | 11011010 | 10110 | 1100111 | 0 | 1011010 | 110101 | 1111 | 101001111 | 1010010 | 101111 |
Color Harmonies of #DA1667
Complementary color
Monochromatic Colors of #DA1667
Black with #DA1667
Text Example
Text Example
White with #DA1667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1667; }
p { color: rgb(218,22,103); }
H1.HeaderClassName
{
color: #DA1667;
}
.AnyTagClassName
{
color: #DA1667;
}
</style>
background-color css
<style>
a { background-color: #DA1667; }
a { background-color: rgb(218,22,103); }
div.DivClassName
{
background-color: #DA1667;
}
.BgClassName
{
background-color: #DA1667;
}
</style>
border-color css
<style>
span { border-color: #DA1667; }
span { border-color: rgb(218,22,103); }
td.TdClassName
{
border-color: #DA1667;
}
.TagClassName
{
border-color: #DA1667;
}
</style>