Shades of Cabaret #DA506B
Tints of Cabaret #DA506B
RGB
CMYK
RGB Variations
Color information
#DA506B (or 0xDA506B) is known color: Cabaret. HEX triplet: DA, 50 and 6B. RGB value is (218,80,107). Sum of RGB (Red+Green+Blue) = 218+80+107=405 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.83% from 405); Green value is 80 (31.64% from 255 or 19.75% from 405); Blue value is 107 (42.19% from 255 or 26.42% from 405); Max value from RGB is 218 - color contains mainly: red. Hex color #DA506B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA506B is #25AF94. Grayscale: #7C7C7C. Windows color (decimal): -2469781 or 7033050. OLE color: 7033050.
HSL color Cylindrical-coordinate representation of color #DA506B: hue angle of 348.26º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DA506B is Cyan = 0, Magento = 0.63, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 80 | 107 | - |
| CMYK | 0 | 0.63 | 0.51 | 0.15 |
| HSL | 348.26º | 0.65% | 0.58% | - |
| HSV(B) | 348.26º | 0.63% | 0.85% | - |
| XYZ | 34.44 | 21.7 | 16.28 | - |
| YUV | 124.34 | 118.22 | 194.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 80 | 107 | 0 | 0.63 | 0.51 | 0.15 | 348.26 | 0.65 | 0.58 |
| Hex | DA | 50 | 6B | 0 | 3F | 33 | F | 15C | 41 | 3A |
| Octal | 332 | 120 | 153 | 0 | 77 | 63 | 17 | 534 | 101 | 72 |
| Binary | 11011010 | 1010000 | 1101011 | 0 | 111111 | 110011 | 1111 | 101011100 | 1000001 | 111010 |
Color Harmonies of #DA506B
Complementary color
Monochromatic Colors of #DA506B
Black with #DA506B
Text Example
Text Example
White with #DA506B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA506B; }
p { color: rgb(218,80,107); }
H1.HeaderClassName
{
color: #DA506B;
}
.AnyTagClassName
{
color: #DA506B;
}
</style>
background-color css
<style>
a { background-color: #DA506B; }
a { background-color: rgb(218,80,107); }
div.DivClassName
{
background-color: #DA506B;
}
.BgClassName
{
background-color: #DA506B;
}
</style>
border-color css
<style>
span { border-color: #DA506B; }
span { border-color: rgb(218,80,107); }
td.TdClassName
{
border-color: #DA506B;
}
.TagClassName
{
border-color: #DA506B;
}
</style>