Shades of Cabaret #DA526B
Tints of Cabaret #DA526B
RGB
CMYK
RGB Variations
Color information
#DA526B (or 0xDA526B) is known color: Cabaret. HEX triplet: DA, 52 and 6B. RGB value is (218,82,107). Sum of RGB (Red+Green+Blue) = 218+82+107=407 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.56% from 407); Green value is 82 (32.42% from 255 or 20.15% from 407); Blue value is 107 (42.19% from 255 or 26.29% from 407); Max value from RGB is 218 - color contains mainly: red. Hex color #DA526B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA526B is #25AD94. Grayscale: #7D7D7D. Windows color (decimal): -2469269 or 7033562. OLE color: 7033562.
HSL color Cylindrical-coordinate representation of color #DA526B: hue angle of 348.97º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DA526B is Cyan = 0, Magento = 0.62, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 82 | 107 | - |
| CMYK | 0 | 0.62 | 0.51 | 0.15 |
| HSL | 348.97º | 0.65% | 0.59% | - |
| HSV(B) | 348.97º | 0.62% | 0.85% | - |
| XYZ | 34.58 | 22 | 16.33 | - |
| YUV | 125.51 | 117.56 | 193.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 82 | 107 | 0 | 0.62 | 0.51 | 0.15 | 348.97 | 0.65 | 0.59 |
| Hex | DA | 52 | 6B | 0 | 3E | 33 | F | 15D | 41 | 3B |
| Octal | 332 | 122 | 153 | 0 | 76 | 63 | 17 | 535 | 101 | 73 |
| Binary | 11011010 | 1010010 | 1101011 | 0 | 111110 | 110011 | 1111 | 101011101 | 1000001 | 111011 |
Color Harmonies of #DA526B
Complementary color
Monochromatic Colors of #DA526B
Black with #DA526B
Text Example
Text Example
White with #DA526B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA526B; }
p { color: rgb(218,82,107); }
H1.HeaderClassName
{
color: #DA526B;
}
.AnyTagClassName
{
color: #DA526B;
}
</style>
background-color css
<style>
a { background-color: #DA526B; }
a { background-color: rgb(218,82,107); }
div.DivClassName
{
background-color: #DA526B;
}
.BgClassName
{
background-color: #DA526B;
}
</style>
border-color css
<style>
span { border-color: #DA526B; }
span { border-color: rgb(218,82,107); }
td.TdClassName
{
border-color: #DA526B;
}
.TagClassName
{
border-color: #DA526B;
}
</style>