Shades of Cabaret #DA556B
Tints of Cabaret #DA556B
RGB
CMYK
RGB Variations
Color information
#DA556B (or 0xDA556B) is known color: Cabaret. HEX triplet: DA, 55 and 6B. RGB value is (218,85,107). Sum of RGB (Red+Green+Blue) = 218+85+107=410 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.17% from 410); Green value is 85 (33.59% from 255 or 20.73% from 410); Blue value is 107 (42.19% from 255 or 26.10% from 410); Max value from RGB is 218 - color contains mainly: red. Hex color #DA556B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA556B is #25AA94. Grayscale: #7F7F7F. Windows color (decimal): -2468501 or 7034330. OLE color: 7034330.
HSL color Cylindrical-coordinate representation of color #DA556B: hue angle of 350.08º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DA556B is Cyan = 0, Magento = 0.61, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 85 | 107 | - |
| CMYK | 0 | 0.61 | 0.51 | 0.15 |
| HSL | 350.08º | 0.64% | 0.59% | - |
| HSV(B) | 350.08º | 0.61% | 0.85% | - |
| XYZ | 34.82 | 22.46 | 16.41 | - |
| YUV | 127.28 | 116.56 | 192.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 85 | 107 | 0 | 0.61 | 0.51 | 0.15 | 350.08 | 0.64 | 0.59 |
| Hex | DA | 55 | 6B | 0 | 3D | 33 | F | 15E | 40 | 3B |
| Octal | 332 | 125 | 153 | 0 | 75 | 63 | 17 | 536 | 100 | 73 |
| Binary | 11011010 | 1010101 | 1101011 | 0 | 111101 | 110011 | 1111 | 101011110 | 1000000 | 111011 |
Color Harmonies of #DA556B
Complementary color
Monochromatic Colors of #DA556B
Black with #DA556B
Text Example
Text Example
White with #DA556B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA556B; }
p { color: rgb(218,85,107); }
H1.HeaderClassName
{
color: #DA556B;
}
.AnyTagClassName
{
color: #DA556B;
}
</style>
background-color css
<style>
a { background-color: #DA556B; }
a { background-color: rgb(218,85,107); }
div.DivClassName
{
background-color: #DA556B;
}
.BgClassName
{
background-color: #DA556B;
}
</style>
border-color css
<style>
span { border-color: #DA556B; }
span { border-color: rgb(218,85,107); }
td.TdClassName
{
border-color: #DA556B;
}
.TagClassName
{
border-color: #DA556B;
}
</style>