Shades of Ruby #DA0B5C
Tints of Ruby #DA0B5C
RGB
CMYK
RGB Variations
Color information
#DA0B5C (or 0xDA0B5C) is known color: Ruby. HEX triplet: DA, 0B and 5C. RGB value is (218,11,92). Sum of RGB (Red+Green+Blue) = 218+11+92=321 (42% of max value = 765). Red value is 218 (85.55% from 255 or 67.91% from 321); Green value is 11 (4.69% from 255 or 3.43% from 321); Blue value is 92 (36.33% from 255 or 28.66% from 321); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0B5C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0B5C is #25F4A3. Grayscale: #525252. Windows color (decimal): -2487460 or 6032346. OLE color: 6032346.
HSL color Cylindrical-coordinate representation of color #DA0B5C: hue angle of 336.52º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DA0B5C is Cyan = 0, Magento = 0.95, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 11 | 92 | - |
| CMYK | 0 | 0.95 | 0.58 | 0.15 |
| HSL | 336.52º | 0.9% | 0.45% | - |
| HSV(B) | 336.52º | 0.95% | 0.85% | - |
| XYZ | 30.96 | 15.92 | 11.57 | - |
| YUV | 82.13 | 133.58 | 224.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 11 | 92 | 0 | 0.95 | 0.58 | 0.15 | 336.52 | 0.9 | 0.45 |
| Hex | DA | B | 5C | 0 | 5F | 3A | F | 151 | 5A | 2D |
| Octal | 332 | 13 | 134 | 0 | 137 | 72 | 17 | 521 | 132 | 55 |
| Binary | 11011010 | 1011 | 1011100 | 0 | 1011111 | 111010 | 1111 | 101010001 | 1011010 | 101101 |
Color Harmonies of #DA0B5C
Complementary color
Monochromatic Colors of #DA0B5C
Black with #DA0B5C
Text Example
Text Example
White with #DA0B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0B5C; }
p { color: rgb(218,11,92); }
H1.HeaderClassName
{
color: #DA0B5C;
}
.AnyTagClassName
{
color: #DA0B5C;
}
</style>
background-color css
<style>
a { background-color: #DA0B5C; }
a { background-color: rgb(218,11,92); }
div.DivClassName
{
background-color: #DA0B5C;
}
.BgClassName
{
background-color: #DA0B5C;
}
</style>
border-color css
<style>
span { border-color: #DA0B5C; }
span { border-color: rgb(218,11,92); }
td.TdClassName
{
border-color: #DA0B5C;
}
.TagClassName
{
border-color: #DA0B5C;
}
</style>